I use something like this for my simple buttons...
color: (activeFocus ? "#202020" : "#333132")
for my image buttons I use...
source: (activeFocus ? "Button_Rollover.png" : "Button_Passive.png")
Nate
On 08/14/2014 12:28 PM, mark diener wrote:
Does anybody know how to give a visible clue to u
Does anybody know how to give a visible clue to users that a given component
has gained focus and is now receiving user input.
For a textinput, the blinking cursor cursorVisible = true works fine.
What about buttons or listview?
Any ideas?
Thanks,
md
__