Re: Prevent someone from dragging a toplevel window, or...

2005-05-02 Thread Sarah Reichelt
On 1 May 2005, at 5:44 PM, Ken Ray wrote: (a) Prevent someone from dragging a window that is a toplevel window (without a snapback solution of resetting the window after the drag is complete); or How about settings it's decorations to empty so there is no draggable title bar? You could fake the

Re: Prevent someone from dragging a toplevel window, or...

2005-05-02 Thread Ken Ray
On 5/2/05 10:12 PM, Sarah Reichelt [EMAIL PROTECTED] wrote: On 1 May 2005, at 5:44 PM, Ken Ray wrote: (a) Prevent someone from dragging a window that is a toplevel window (without a snapback solution of resetting the window after the drag is complete); or How about settings it's

RE: Prevent someone from dragging a toplevel window, or...

2005-05-01 Thread MisterX
Hi Ken you need to implement a movewindow frontscript in a plugin stack that filters the windows to prevent or pass the message. local blockedlist on movewindow if blockedlist is empty then updateblockedlist if the defaultstack is not in blockedlist then pass movewindow end movewindow

Re: Prevent someone from dragging a toplevel window, or...

2005-05-01 Thread Ken Ray
On 5/1/05 3:16 AM, MisterX [EMAIL PROTECTED] wrote: Hi Ken you need to implement a movewindow frontscript in a plugin stack that filters the windows to prevent or pass the message. local blockedlist on movewindow if blockedlist is empty then updateblockedlist if the defaultstack is

RE: Prevent someone from dragging a toplevel window, or...

2005-05-01 Thread MisterX
dragWindow feature which i use across all N2O stacks now. Cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Ray Sent: Sunday, May 01, 2005 20:30 To: Use Revolution List Subject: Re: Prevent someone from dragging a toplevel window

Re: Prevent someone from dragging a toplevel window, or...

2005-05-01 Thread Jan Schenkel
--- Ken Ray [EMAIL PROTECTED] wrote: On 5/1/05 3:16 AM, MisterX [EMAIL PROTECTED] wrote: Hi Ken you need to implement a movewindow frontscript in a plugin stack that filters the windows to prevent or pass the message. local blockedlist on movewindow if blockedlist is

Re: Prevent someone from dragging a toplevel window, or...

2005-05-01 Thread Ken Ray
On 5/1/05 4:50 PM, Jan Schenkel [EMAIL PROTECTED] wrote: Thanks, Xavier, but the problem is that it doesn't work... remember this is for OS X, where the moveWindow message is only sent when you are done moving, not *while* you're moving (like it is in Windows). Any other ideas? Anyone?

Re: Prevent someone from dragging a toplevel window, or...

2005-05-01 Thread Mark Talluto
On May 1, 2005, at 12:42 AM, Ken Ray wrote: (a) Prevent someone from dragging a window that is a toplevel window (without a snapback solution of resetting the window after the drag is complete); or Here is a crazy idea. Could you draw a stack over the drag bar when needed? Something like this

Re: Prevent someone from dragging a toplevel window, or...

2005-05-01 Thread Terry Judd
From: Ken Ray [EMAIL PROTECTED] Date: 2 May 2005 8:47:13 AM To: Use Revolution List use-revolution@lists.runrev.com Subject: Re: Prevent someone from dragging a toplevel window, or... Reply-To: How to use Revolution use-revolution@lists.runrev.com Well... it can; what I'm trying to simulate