Button 'stuck' on hilite mode
Chipp Walters
chipp at chipp.com
Tue Dec 20 04:34:08 EST 2005
Here's an overall fix for the 'stuck hilite' problem.
Create a button called "Help" (or any other button you might have which
isn't in a group)
put in your card or stack script:
on mouseRelease
put the long name of the target into tName
if word 1 of tName is "button" and tName contains "group" then
focus on btn "Help"
end if
end mouseRelease
Works great here! Thanks again Jim.
-Chipp
More information about the use-livecode
mailing list