JohnBasedow
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2014
09:12 PM
Bug?: roSearchScreen and roSearchScreenEvent::isButtonInfo()
The API docs say this about the roSearchScreenEvent's isButtonInfo() function:
http://sdkdocs.roku.com/display/sdkdoc/ ... creenEvent
Except if you have one of the buttons on the lower part of the screen focused, and hit the info button, the isButtonInfo() event gets fired, and the msg.GetIndex() returns 0.
Because of this, and the lack of a way to tell if the search results list is focused, there is no way to tell if the combination of the isButtonInfo event and msg.GetIndex() == 0 is actually occurring over the search results list.
If msg.GetIndex() returned an invalid value, or a special value based on the button selected, that would be more useful, but as it stands, this will cause unwanted side effects for channels using the info button on the search screen.
http://sdkdocs.roku.com/display/sdkdoc/ ... creenEvent
The Info remote key was pressed. This is only emitted for the search results on the right side of the screen.
Except if you have one of the buttons on the lower part of the screen focused, and hit the info button, the isButtonInfo() event gets fired, and the msg.GetIndex() returns 0.
Because of this, and the lack of a way to tell if the search results list is focused, there is no way to tell if the combination of the isButtonInfo event and msg.GetIndex() == 0 is actually occurring over the search results list.
If msg.GetIndex() returned an invalid value, or a special value based on the button selected, that would be more useful, but as it stands, this will cause unwanted side effects for channels using the info button on the search screen.
3 REPLIES 3
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2014
11:57 AM
Re: Bug?: roSearchScreen and roSearchScreenEvent::isButtonIn
Sounds like implementation bug, doesn't it?
Since documentation states "*" should "only emit[] for the search results" - and logically that's what makes sense too.
Since documentation states "*" should "only emit[] for the search results" - and logically that's what makes sense too.
JohnBasedow
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2014
12:11 PM
Re: Bug?: roSearchScreen and roSearchScreenEvent::isButtonIn
"EnTerr" wrote:
Sounds like implementation bug, doesn't it?
Since documentation states "*" should "only emit[] for the search results" - and logically that's what makes sense too.
You mean the Roku firmware implementation, and not mine, right?
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2014
01:50 PM
Re: Bug?: roSearchScreen and roSearchScreenEvent::isButtonIn
"JohnBasedow" wrote:
You mean the Roku firmware implementation, and not mine, right?
Yes, that firmware does not act as it should've.