Obviator Posted March 18, 2011 Posted March 18, 2011 i've developed the front-end of a simple app on a dual-monitor, Win7 system. i'm testing it on a single monitor Vista system. In all instances i'm using a portable hard-drive. On the Win7 system i code in one window and the F5 key pops the app up in screen 2. When i move everything to the single monitor Vista system the F5 key pops the app up 'way off over in screen 2 territory. i can press Alt-Spacebar-M, then use the arrow keys to move the app where i can see it, but i have to do this every time i F5 to visually check out my progress. Anyone have any tips? Thanks, Dave
kaotkbliss Posted March 18, 2011 Posted March 18, 2011 (edited) did you code your GUI with the default -1,-1 x,y coordinates? if you did and it's still popping up like that, you may have to do a bit of recoding and using something like GuiCreate("test",100,100,@DesktopWidth/2-50,@DesktopDepth/2-50) then it would recalculate each time it's run. Edited March 18, 2011 by kaotkbliss 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
Obviator Posted March 18, 2011 Author Posted March 18, 2011 Thanks! i looked over my code and my display was set at "1500, 138." Put the @Desktop... in and it shows now. It's always the simple stuff.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now