dmitskevich
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2011
05:57 AM
Back button ID
What is an ID of "back" button? I don't have "back" button on my remote, so I can't get its ID.
KeyUp = 2
KeyDown = 3
KeyLeft = 4
KeyRight = 5
KeyOk = 6
KeyInfo = 10
KeyRev = 8
KeyFwd = 9
KeyPP = 13 ' play/pause
KeyBack = ???
KeyUp = 2
KeyDown = 3
KeyLeft = 4
KeyRight = 5
KeyOk = 6
KeyInfo = 10
KeyRev = 8
KeyFwd = 9
KeyPP = 13 ' play/pause
KeyBack = ???
2 REPLIES 2

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2011
06:13 AM
Re: Back button ID
I believe it's 0 (instant replay is 7), but it's only available via events on the roImageCanvas. All other screens close with the Back button, so the only event is isScreenClosed.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
dmitskevich
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2011
06:23 AM
Re: Back button ID
Thank you TheEndless! I'm developing gui in roImageCanvas...