Re: dragging 2 windows in synch

2004-09-04 Thread Scott Morrow
Thank you for that excellent suggestion! I may have been missing the forest for the drawer in this case as this seems such an obvious solution... now that you point it out. I do like that drawers can open from different edges depending what the user might find most convenient. In this case,

Re: dragging 2 windows in synch

2004-09-03 Thread Scott Morrow
Mr. Rossi, I thank you for that demo. What an elegant script. I'm not ready to fake the title bar yet but if I come to it your script will surely be the ticket. Ken, I was under the impression that dragging the title bar was a kind of blocking action and wasn't sure ANY messages were sent

Re: dragging 2 windows in synch

2004-09-03 Thread Chipp Walters
Hi Scott, I've a very easy to implement library for doing just about what you want. It's called 'altBuddyStack' and available at the bottom of page: http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm or just put in the msg: go URL http://www.altuit.com/webs/altuit2/RunRev/altbuddystack.rev;

Re: dragging 2 windows in synch

2004-09-03 Thread Richard Gaskin
Chipp Walters wrote: I've a very easy to implement library for doing just about what you want. It's called 'altBuddyStack' and available at the bottom of page: http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm or just put in the msg: go URL

Re: dragging 2 windows in synch

2004-09-01 Thread Scott Rossi
Recently, Scott Morrow wrote: Is there a technique to maintain the relative location of a secondary stack while dragging the primary stack. I'm not looking to just update the window location after the move has completed but to visually drag it along with the window that the user is moving.

Re: dragging 2 windows in synch

2004-09-01 Thread Ken Norris (dialup)
Hi Ken and Scott, Date: Tue, 31 Aug 2004 21:56:03 -0500 From: Ken Ray [EMAIL PROTECTED] Subject: Re: dragging 2 windows in synch On 8/31/04 9:34 PM, Scott Morrow [EMAIL PROTECTED] wrote: Hello, Is there a technique to maintain the relative location of a secondary stack while dragging

Re: dragging 2 windows in synch

2004-08-31 Thread Ken Ray
On 8/31/04 9:34 PM, Scott Morrow [EMAIL PROTECTED] wrote: Hello, Is there a technique to maintain the relative location of a secondary stack while dragging the primary stack. I'm not looking to just update the window location after the move has completed but to visually drag it along with

Re: dragging 2 windows in synch

2004-08-31 Thread Scott Morrow
Thanks Ken, I'm working in MacOS and didn't realize that the moveStack and resizeStack message were sent continually under Windows. While good news it surprised me as the documentation is pretty specific. The moveStack message is sent after the movement is finished. This means that you

Re: dragging 2 windows in synch

2004-08-31 Thread Richard Gaskin
Ken Ray wrote: On 8/31/04 9:34 PM, Scott Morrow [EMAIL PROTECTED] wrote: Hello, Is there a technique to maintain the relative location of a secondary stack while dragging the primary stack. I'm not looking to just update the window location after the move has completed but to visually drag it