Field calculations

Mark Wieder mwieder at ahsoftware.net
Wed Sep 11 19:39:54 EDT 2013


Vaughn-

Wednesday, September 11, 2013, 4:30:04 PM, you wrote:

> I kept changing things until it worked. I had to make the button script
> with only one mouseUp script and nothing else and it worked. I had a script
> to set the card id to a field in a second mouseUp script. But that was
> after doing all kinds of similar scripts and it did not work.

Ah. You can't have two mouseUp handlers in the same control. The
mouseUp handler catches the event coming from the system when the
mouse button is released on the button. If you want the mouseUp
handler to do more work, just add more code into the single handler.

-- 
-Mark Wieder
 mwieder at ahsoftware.net





More information about the use-livecode mailing list