Hi Devin,

I'm writing an OS X app which should only appear as a modal window. I tried

modal this stack

in the openStack handler. It works in the IDE but not as a standalone. Is there some trick I don't know about? Can a mainstack window be modal?

Try:

on preopenstack
   set the style of this stack to modal
   ...
   ...
end preopenstack


Looks the same, but worked for me :-)


Hope that helps...

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

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

Reply via email to