Re: [Interest] ListView Focus Style

2014-08-14 Thread Rogers Nate
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

[Interest] ListView Focus Style

2014-08-14 Thread mark diener
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 __