Hi,
Tooltips are showing only when mouse over on any FormItem. I want tooltip on focus of FormItem(not hover) ie., In general, ppl wont hover every time on a Form having more items. They just go to next text item/SelectItem/whatever, just by pressing Tab. In this case im not seeing tooltip in UI.
I tried setHint() but it is showing the tooltips/msgs on Form load itself. So i just need tooltip kind of functionility ie., auto hide when loses focus. How can i acheive this?
Im using :
SmartClient Version: SC_SNAPSHOT-2011-08-02/LGPL Development Only (built 2011-08-02)
Tooltips are showing only when mouse over on any FormItem. I want tooltip on focus of FormItem(not hover) ie., In general, ppl wont hover every time on a Form having more items. They just go to next text item/SelectItem/whatever, just by pressing Tab. In this case im not seeing tooltip in UI.
I tried setHint() but it is showing the tooltips/msgs on Form load itself. So i just need tooltip kind of functionility ie., auto hide when loses focus. How can i acheive this?
Im using :
SmartClient Version: SC_SNAPSHOT-2011-08-02/LGPL Development Only (built 2011-08-02)
Comment