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