What does this "Hint" mean?

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Tue Dec 13 10:34:10 EST 2005


Preston,

> I pasted the doMenu example from the documentation:
> 
> on mouseUp
> 
> do menuItem "New Card" of menu "Object"
> 
> end mouseUp

I believe "do" is a completely different command than "doMenu" as is shown 
in the documentation example. Therefore try this:

on mouseUp
    doMenu "New Card"
    go last card
end mouseUp

Roger Eller <roger.e.eller at sealedair.com>




More information about the use-livecode mailing list