dalank
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2014
12:55 PM
46 views and no answer ??!!!
Hello ! This is my first Topic i wish i can get fast answer .. in my videoplayer example i added movies in categories i wish to know how can i add a password to access a private category it may contain adult stuff ! no billing system required only password protect category or movie.
thank you
thank you
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2014
12:48 PM
Re: 46 views and no answer ??!!!
There are many ways to do it. One way would be to trigger an roKeyboardEntryScreen or roPinEntryDialog screen when the user clicks on the category in question, for example:
- Joel
...
else if m.categories.kids[msg.getindex()].ShortDescriptionLine1="Adult Movies" then
runMyPasswordScreenFunction()
else if...
- Joel