Hi Björnke,

You can always use the IDE contextual menu (ctrl+ shift click on Win and Command+ctrl+ shift click on Mac) and toplevel the window by changing its style in this menu.
So you are never stuck :-)

Best regards from Paris,
Eric Chatonet.

Le 27 mai 07 à 14:39, Björnke von Gierke a écrit :

You want "modal" not "modeless". But before you do that, make sure that there is a button on your "test" stack that closes it, otherwise you're stuck.

On 27 May 2007, at 13:44, [EMAIL PROTECTED] wrote:

Hi everyone,

I put the following script in the button of another stack.

on mouseUp
 show stack "Test"
 modeless stack "Test"
 toplevel stack "Test"
 beep
end mouseUp

I thought the beep shouldn’t sound in this case, but it does. I’m trying to make my own custom ask and answer dialog boxes in a separate stack. I want the beep to sound after I’m finished with stack “Test”. Obviously, I’m going
about this wrong.

I never leave the IDE and I’m on Mac OSX.

Joe

----------------------------------------------------------------
http://www.sosmartsoftware.com/
[EMAIL PROTECTED]/
----------------------------------------------------------------


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to