slingxshot
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2017
01:13 PM
Component initialFocus Question (resetting it)
Hello,
So for <component name="SearchScreen" extends="Group" initialFocus="keyboard">
It works perfectly for the first time the component is focused on. However, when I go off it, lose focus go to another component and come back, it doesn't trigger initialFocus anymore.
How do I reset it?
I tried m.top.setFocus(false), that didn't work.
So for <component name="SearchScreen" extends="Group" initialFocus="keyboard">
It works perfectly for the first time the component is focused on. However, when I go off it, lose focus go to another component and come back, it doesn't trigger initialFocus anymore.
How do I reset it?
I tried m.top.setFocus(false), that didn't work.