On May 02, 2007, at 14:28 UTC, Giovanni wrote:

> I have an application where I have multiple screen which need to be 
> moved with the main screen.
> 
> In VB i could do this with no issues on the paint event. In RB the
> Paint  event is not even triggered when I move the window.
> 
> I would like to move the windows as seem less as possible.

On the Mac, window moving is handled by the OS, and doesn't even
involve the app until the move is done.  The only way to seamlessly
move windows as a group there is by creating a "Window Group," which
can be done with some declares (I believe Charles Yeoman's "I Declare"
online book shows how to do this).

On Windows, I don't think such a thing exists.  You could use the Moved
event, but that will only update the other windows when the move is
done.  I bet there are some declares that could help though, at least
giving you notification during the drag.

Best,
- Joe


--
Joe Strout -- [EMAIL PROTECTED]
Strout Custom Solutions


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to