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:
...
else if m.categories.kids[msg.getindex()].ShortDescriptionLine1="Adult Movies" then
runMyPasswordScreenFunction()
else if...
- Joel