Jacques:
If I have this in a button script: on mouseUp checkBack end mouseUp and this in a stack script: on checkBack put "" wait 20 put random(99) end checkBack and then insert that stack script into back, I still only get one random number. Is that what you meant, that you might get two? And by the way, answers are what we expect from you, not questions. Craig -----Original Message----- From: J. Landman Gay <[email protected]> To: LiveCode Mailing List <[email protected]> Sent: Fri, Mar 4, 2011 3:04 pm Subject: Backscript behavior Somebody preserve my sanity here...if a stack script is inserted into the back, and you happen to be working in that stack, are called handlers executed twice? I'm getting some weird results. The message watcher says they aren't, and lists only one call for each handler. But the debugger steps through each one twice. I'm inclined to think it's a debugger issue, but if not, it would explain some weird behaviors I'm seeing in my stack. -- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
