LockMessages and Widget (LC8)
Posted: Tue Sep 13, 2016 5:30 pm
Is it intentional that LockMessages doesn't work in the script of the "Selected Control" Widget ? (or other Widgets?)
For example
This script is recursive (once, because setting the hilite to the same value, does not trigger)
Trevix
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
Trevix