> Hello List,
> I hope someone may advise me here.
> I've tried to make a button behavior which includes in the
> getPropertyDescriptionList:
> <code>
> pList[#pHandler] = [?
> #comment: "calls this handler", ?
> #format: #string, ?
> #default: "myAlert"]
> </code>
> 
> and then:
> <code>
> on mouseUp
> put value(pHandler)
> put "value(pHandler) = " & value(pHandler)
> value(pHandler)
> end mouseUp
> </code>

replace the "value"s above with "do"s.

-Kurt


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to