The way I did it once was by tracking the mouse's loc and changing the stage's rect accordingly. Find the rect when the mouse is clicked, then every so often check the mouse loc and if it has changed, get the difference between the new loc and old loc. Then use this difference to change the rect of the stage. Lingo you'll need to use:
the mouseH the mouseV (the stage).rect Charlie Fiskeaux II Media Designer The Creative Group www.cre8tivegroup.com 859/858-9054x29 ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 11:19 AM Subject: Re: <lingo-l> window title bar > I know of the windowtype = <integer> that lets you specify window setup, but thats for miaw's. You might try removing the title bar altogether and creating your own custom title bar within the projector. You can use buddy api xtra to minimize/maximize and alow user to move your projector. > I seem to remember there being a "non-xtra" way to move a window with out a title bar but when i checked i couldn't find it. > --jR > -------------------------------------------------------- > In a message dated 3/17/2003 2:33:06 PM Eastern Standard Time, "Andrew Dempsey" <[EMAIL PROTECTED]> writes: > > >Hi all, > > > >Does anyone know how to change the TYPE of window for the stage- > >specifically, I want to have > >a title bar on the window when it is in "normal" mode, and no title bar > >when it is in "maximized" > >mode. I can't seem to find a way to do this, with or without an xtra. > >I am running the movie in > >a projector (obviously!). > > > >I am guessing there is a relatively easy way, and I am just missing it. > > > >Thanks, > > > >Andrew > > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
