Big thank you to the team for this.
LiveCode on Windows is now usable! No lag when the message box and the
Project Browser are is use.
Just tried /set the acceleratedRendering of this stack to "true"/ in an
Android project and no black screen and the quit command works as expected.
Great work!!!
> Bob S. wrote:
> Something in my scripts is sending a selectionChanged message in
> time to a specific datagrid when it shouldn't. How do I determine
> the sender of a send in time message?
Simply use a a parameter:
send "selectionChanged " to in
where identifies the sender.
__