On Feb 1, 2012, at 1:20 PM, Mark Schonewille wrote: > Hi Ken, > > Are you sure that callback messages and messages invoked by send commands > have an execution context that's longer than 1 line?
Well, it depends on where the executionContexts are requested; suppose you have button 1 send a message to button 2, but that is not trapped by button 2 but falls through to the card script. If the card script asks for the executionContexts, you'll get two lines - the first line being the long id of button 1, and the second being the long id of the card that had the handler that asked for the executionContexts. I guess it all depends on how the callbacks are being handled from "httpGet" and "mySocketOpen" in this case⦠Ken Ray Sons of Thunder Software, Inc. Email: [email protected] Web Site: http://www.sonsothunder.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
