iconic crash boom bam
Chipp Walters
chipp at chipp.com
Sat Jan 31 03:25:15 EST 2004
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 :-)
More information about the use-livecode
mailing list