Problem FINALLY solved
Eric Chatonet
eric.chatonet at sosmartsoftware.com
Mon May 28 14:31:56 EDT 2007
Hi Joe,
Le 28 mai 07 à 20:28, LunchnMeets at aol.com 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/
eric.chatonet at sosmartsoftware.com/
----------------------------------------------------------------
More information about the use-livecode
mailing list