Jump to content

Dual Monitor Issue


Recommended Posts

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

Link to comment
Share on other sites

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 by kaotkbliss

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...