Two screens

This forum is for eXpress++ general support.
Post Reply
Message
Author
MIGUELON
Posts: 135
Joined: Wed Feb 10, 2010 10:55 am

Two screens

#1 Post by MIGUELON »

Hello everyone
I have two screens on my computer and I don't know how to make a certain window of my software appear on screen 2
Any ideas?

Thank you
Miguel

User avatar
rdonnay
Site Admin
Posts: 4728
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Two screens

#2 Post by rdonnay »

Is screen 2 logically to the RIGHT of screen 1?

If it is, then your starting screen column will be the width of screen 1.

If screen 1 is 1600 x 1200 then try this:

DCREAD GUI EVAL {|o|o:setPos({1600,0})}
The eXpress train is coming - and it has more cars.

MIGUELON
Posts: 135
Joined: Wed Feb 10, 2010 10:55 am

Re: Two screens

#3 Post by MIGUELON »

Thank you very much Roger :dance:

Post Reply