tim_a_lacey
11 years agoVisitor
roCodeRegistrationScreen isKeyPressed() work around?
Hi,
I've got a quick one.
I'm working with a roCodeRegistrationScreen http://sdkdocs.roku.com/display/sdkdoc/roCodeRegistrationScreen. For demo purposes, I need a way of bypassing the code registration process by a remote key press.
Due to the restrictions of the roCodeRegistrationScreen object, I can only detect an event triggered by:
Is there any way to detect a remote key process, whilst having a roCodeRegistrationScreen on screen.
Essentially. From a roCodeRegistrationScreen, I want to press the * remote key and progress to the next screen.
Cheers
I've got a quick one.
I'm working with a roCodeRegistrationScreen http://sdkdocs.roku.com/display/sdkdoc/roCodeRegistrationScreen. For demo purposes, I need a way of bypassing the code registration process by a remote key press.
Due to the restrictions of the roCodeRegistrationScreen object, I can only detect an event triggered by:
- - an isButtonPressed() event http://sdkdocs.roku.com/display/sdkdoc/roCodeRegistrationScreenEvent
- - a timer running out
Is there any way to detect a remote key process, whilst having a roCodeRegistrationScreen on screen.
Essentially. From a roCodeRegistrationScreen, I want to press the * remote key and progress to the next screen.
Cheers