Thomas,

Sorry, I see you are on the Mac.

This works for me on Mac OSX

in the stack script:

on unIconifyStack
  send unIconifyMe to this stack in 30 milliseconds
end unIconifyStack

on unIconifyMe
  set the decorations of this stack to empty
end unIconifyMe

in the 'minimize me' button script

on mouseUp
  set the decorations of this stack to default
  set the iconic of this stack to true
end mouseUp

no crashes. the secret is the send command :-)

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to