Page 1 of 1

LockMessages and Widget (LC8)

Posted: Tue Sep 13, 2016 5:30 pm
by trevix
Is it intentional that LockMessages doesn't work in the script of the "Selected Control" Widget ? (or other Widgets?)

For example

Code: Select all

on hiliteChanged
 put the hilitedItems of me into tHiliteNum
set the lockmessages to true
set the hilitedItems of me to 0
end hiliteChanged
This script is recursive (once, because setting the hilite to the same value, does not trigger)

Trevix