Hi Joe,

Le 28 mai 07 à 20:28, [EMAIL PROTECTED] a écrit :

Hi again everyone,

I truly appreciate all your patience in putting up with my recent batch of emails. My problem was solved by removing the conflict of toplevel and modal. I
also discovered modal has to be the last command. My new script:

on mouseUp
  go stack "Test"
  show stack "Test"
  modal stack "Test"
  beep
end mouseUp

seems to work fine so far at least.

Joe

Try:

on mouseUp
  modal stack "Test"
  beep
end mouseUp

It should be enough :-)

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
http://www.sosmartsoftware.com/
[EMAIL PROTECTED]/
----------------------------------------------------------------


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

Reply via email to