I modified the plugin example to display the marquee and game text on a second display, this works great in mala but then as soon as you launch a game the screen resolution on monitor 1 changes, pushing or pulling the second monitors display.
At the moment MaLaStart instantiates my form and maximises it to the second screens resolution then makes a Timage control the full width of the screen and half the height. Then MaLaGameSelected just using LoadFile to load the png from the current emulators Marquee path + romname + '.png'. As soon as the screen resolution changes the form gets pulled left or right making the display look a bit crappy.... Other than using a timer to refresh the form placement is there another way I can stop the form moving with the resoultion switch?