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

Cool script, I like it! ;)

Cheers
Xavier

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Ken Ray
> Sent: Sunday, May 01, 2005 09:43
> To: Use Revolution List
> Subject: Prevent someone from dragging a toplevel window, or...
> 
> Does anyone know of a way to either:
> 
> (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
> 
> (b) Move one stack smoothly at the same time as another stack 
> is being dragged by its titlebar?
> 
> This is Mac OS X only...
> 
> Thanks for any suggestions,
> 
> 
> Ken Ray
> Sons of Thunder Software
> Web site: http://www.sonsothunder.com/
> Email: [EMAIL PROTECTED]
> 
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution@lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to