If your feeling super lazy, don't bother setting the breakpoint, I made sure you will either see a result or get a message when it runs

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
If that was directed at my post, I wasn't posting in response to the OP's post, but Richmond's, which said -FourthWorld wrote: ↑Tue May 26, 2020 5:43 pmThe problem isn't that the messages aren't firing. The OP describes the issue as the message names not appearing in the list of relevant messages in the left column of the Script Editor.
Now, since I'm pretty sure just removing them from the 'prepared' left column didn't completely debilitate them, and as that stack (should* ) show they do in fact work, maybe Richmond will post a stack showing them *not* working, which truly would be bug report material, heh.richmond62 wrote: ↑Tue May 26, 2020 10:30 amThey just don't work, while preOpen and open in a card do.
Err . . . possibly the LiveCode 'thang' has become so complicated that loading
it into the memory means there is some sort of problem with doing stuff before the stack is displayed on screen.
Code: Select all
on preOpenStack
put "preOpenStack fired" into fld "ff"
end preOpenStack
on openStack
put "openStack fired" into fld "gg"
end openStack