Field calculations

Vaughn Clement vclement at gmail.com
Wed Sep 11 19:46:43 EDT 2013


Hi Mark

I have been reading everything for LiveCode for weeks, and I am reading the
LC Academy up to chap 19, and thatis the first time this has come up about
more than one mouseUp handler? Is this for the one control, button, card or
only one for any control.

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/*
Skype: vaughn.clement
https://secure.join.me/appsbyvclement
FaceTime: vclement at gmail.com
LogMeIn also avaialble
Call on "ooVoo" at address:  vaughnclement or 9282549062
Ph. 928-254-9062
Cloud Hosting Registration Web Site:
https://my.oditech.com/cart.php?a=add&pid=41


On Wed, Sep 11, 2013 at 4:39 PM, Mark Wieder <mwieder at ahsoftware.net> wrote:

> 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
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list