Page 1 of 1

Two screens

Posted: Wed Sep 04, 2019 10:23 am
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

Re: Two screens

Posted: Wed Sep 04, 2019 3:50 pm
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})}

Re: Two screens

Posted: Thu Sep 05, 2019 2:09 pm
by MIGUELON
Thank you very much Roger :dance: