In v5.02, "choose browse tool" seems to get executed ONLY when LiveCode is already open. If I don't have LiveCode running and try to open the stack, the edit tool remains selected. I have found no way around this. I tried putting "choose browse tool" into openCard and openStack and still no luck. Was something changed in that way "choose browse tool" is handled or is this a bug?
(The "Can't Modify" checkbox is unchecked for the stack)
Code: Select all
on preOpenStack
choose browse tool
end preOpenStack