Forum Discussion
TheEndless
15 years agoRoku Guru
Where specifically are you trying to implement it? The back button functionality is automatic on all screens except the roImageCanvas and the roMessageDialog(s). On the roImageCanvas, you just need to look for the isRemoteKeyPressed event with an index of 0, and on the message dialogs, you just need to call the EnableBackButton() method you mentioned in your post.