PDA

View Full Version : Not here, down below!



lbaird
July 1st, 2010, 02:07 AM
I have everything running fine but!!! When I run my modified options screen that reads "insert $1.00" it shows up on my laptop screen and not on the screen in the booth, so does the processing screen. Any ideas on how to get it on the other screen, my full screen works fine.

Larry

Chris Breeze
July 1st, 2010, 07:03 AM
I assume you're using AutoHotKey to display the extra screens and your laptop has dual monitors (the main laptop screen and an external monitor). If so, what you need to do is move the window before maximizing it. You can do this by changing the line:
Gui, Show, Maximize
to:
Gui, Show, x1500 Maximize

You may need to experiment with different values of x depending on the resolution of the laptop screen.

lbaird
July 1st, 2010, 08:10 PM
Gui, Show, Maximize
to:
Gui, Show, x1500 Maximize

.

How about y1500, my laptop is on top.

Thanks Chris, works fine.