Klaus,

On Aug 25, 2004, at 10:46 AM, Klaus Major wrote:

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...

Thanks. It worked like a charm.

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

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

Reply via email to