not be a problem.
Craig Newman
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/focusIn-tp4690601p4690618.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use
red\
end mouseLeave
Richmond.
LC 7.0.3
New stack, two new fields with their lockText set to true.
In both fields their scripts:
on focusIn
set the backgroundColor of me to green
end focusIn
on focusOut
set the backgroundColor of me to red
end focusOut
Pressing the Tab key moves the focus
LC 7.0.3
New stack, two new fields with their lockText set to true.
In both fields their scripts:
on focusIn
set the backgroundColor of me to green
end focusIn
on focusOut
set the backgroundColor of me to red
end focusOut
Pressing the Tab key moves the focus from one to the other and the
On 25/03/15 09:14, John Dixon wrote:
Richmond...
from the dictionary... 'If the control is an unlocked field . the
openField message is sent to it instead of the focusIn message.'
Is your field unlocked ?...:-)
Cannot see any difference really.
Date: Wed, 25 Mar 2015 08:5
Richmond...
from the dictionary... 'If the control is an unlocked field . the
openField message is sent to it instead of the focusIn message.'
Is your field unlocked ?...:-)
> Date: Wed, 25 Mar 2015 08:57:47 +0200
> From: richmondmathew...@gmail.com
> To: use-liveco
I tried this:
on focusIn
set the backGroundColor of fld "CHAMP" to green
end focusIn
and it didn't work.
I wanted to change a field's backGroundColor when someone selects that
field;
obviously THAT method doesn't work.
Richmond.
__