Per Lind Posted January 24, 2008 Posted January 24, 2008 Hi all! Im not sure if I posted this in right department but here we go: I have made a solution for an auctioneer. At computers monitor (19") I show all items as a List with one kind of layout. On another monitor (4") connected to same computer I would like show as a Form with a different layout. Is it possible? Best regards -Per
Colin Keefe Posted January 24, 2008 Posted January 24, 2008 Look at the Move/Resize Window script step. You can position windows on different monitors by using top/left values to push the specified window over to the next monitor. So, open the first window with your form layout, then call a script to open the second window with your list layout, and use Move/Resize to push it over. You'll need to play with the script step a bit to get it right. I assume you mean a 14" monitor?
Recommended Posts
This topic is 6147 days old. Please don't post here. Open a new topic instead.
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