On 6/2/21 9:17 AM, Paul Dupuis via use-livecode wrote:
In every rc candidate of 9.6.2 up until the STABLE release version, if I have a command handler in the stack script of my mainstack (called say "prepForBuild") I could open the message box and just type in "prepForBuild" and press return to execute it.

No in LC9.6.2 STABLE, if I just type in "prepForBuild" and return, LC changes it to "put prepForBuild" and places the text "prepForBuild" in the results are of the message box instead of executing the handler.

It appears I now have to write "send prepForBuild to stack "X" -- where X is my mainstack to have it execute.

Anyone else seeing this?

You'll see the "put..." message if the handler can't be found in the current message path. You may need to change the target stack in the message box from the pulldown menu - my guess is that you're ending up targeting the wrong stack.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
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

Reply via email to