Richard, So that would me recreating the "integrated" toolbar for each window, as well as tracking window position, etc. Obviously it's a better idea than "none", but are there any smoother ways to go about this? Would it be possible, for instance, to set the current window = to another window and have it "transition" somehow? Sorry, kind of thinking out loud there.
Regards, Michael ---------- Original Message ---------------------------------- Message: 19 Subject: Re: Windows-within-windows and transitions between. . . From: Richard <[EMAIL PROTECTED]> Date: Fri, 17 Mar 2006 14:41:34 -0500 Hello, Create a window for each toolbar item. When you click on the toolbar item show the appropriate window and hide all others. Use the top, left, height, and width to keep the new windows within the area you want by setting limits in the event mouse drag. Enjoy, Richard _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
