-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Major Sent: Tuesday, July 12, 2005 9:48 AM To: How to use Revolution Subject: Re: place the window in the middle of screen?
Hi Ban, >> Hello, >> >> How to place the window in the center of the screen? Please help > ... > set the loc of stack "xyz" to the screenloc > ... > > :-) > > Should I put this code in the main stack? Where should I put this > code. This should go into the stackscript into an "preopenstack" handler so the window will appear in the middle of the screen: on preopenstack set the loc of this stack to the screenloc ... end preopenstack > Thank you for your help You're welcome :-) Best from germany Klaus Major [EMAIL PROTECTED] http://www.major-k.de -----> Thanks Klaus it works _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
