Determine which control is being focused on in focusOut message?
Chipp Walters
chipp at chipp.com
Thu Jan 31 10:09:51 EST 2008
Would something like this work?
local lObjID
on focusIn
put the ID of the target into lObjID
end focusIn
on focusOut
-- do something wiht lObjID
put "" into lObjID
end focusOut
-C
More information about the use-livecode
mailing list