LockMessages and Widget (LC8)

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
trevix
Posts: 1079
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

LockMessages and Widget (LC8)

Post by trevix » 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

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
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

Post Reply