I'm creating a Roku app in SceneGraph and trying to near duplicate the search functionality I had using the old SDK. I'm stuck at only being able to display the mini keyboard. I'm trying to add buttons via buttongroup (i.e., Search, Cancel) but having two issues:
- Not sure how to get the text string that's typed into the mini keyboard and store that in a variable or field so I can perform the search on it.
- How to create a Search button and give it focus when user is ready to search for the string they entered.
Any help would be appreciated. Thanks.