Decided to crack open Delphi again and UnDelphiX was always the easiest to use and seems to be the only thing updated recently lol.

I have a bit of an odd problem, an old game I made with it (recompiled with newer version) works just as it did previously. My new one however, which
only draws some tiles and text overlay is borked. When it first starts up, my FPS overlay says FPS: 0....... unless I click away from the screen and then
select it again it will not update, at all. If I move the screen it will black out as well until I click away and back onto it.

I checked the dxDraw, dxTimer, Main Form properties/settings as well as how I drew things in the timer event in the old game and they appear to be identical.