On Wednesday, July 9, 2003, at 07:57 AM, Patrick Pagano wrote:
Hi i am using GEM 087 cvs with the G4 optimisations, and i am interested in this thread. My question is similar my default window seems to be a 320x240 window. I would like to resize it so it defaults to a 1024x768 as well
can someone include a simple example or point to one that shows simple winow re-assignments for gemwin. i an controlling GEM from a second monitor as well
here's how I do it on osX:
[dimen 640 480< or [dimen 1024 768<, when sent to [gemwin], will tell gemwin that when it creates a window, use these "dimen"sions (instead of the default: 500x500, which is the same on any platform)...
[secondscreen 1< tells [gemwin] to try and create the window on an external monitor; [secondscreen 0< is default
...I am actively working on updating the help patches...
l8r, jamie