Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
venkatareddy
Visitor

How to implement search screen in Panel

How to implement search screen in Panel in my application roKeyboardScreen is working fine in main.brs. but am using in panel(extends = panel)  its crashed at screen.SetMessagePort(port)

 screen = CreateObject("roKeyboardScreen")
 port = CreateObject("roMessagePort") 
screen.SetMessagePort(port)

Please help me I was strucked from last 3 days
0 Kudos
1 REPLY 1
joetesta
Roku Guru

Re: How to implement search screen in Panel

what's the crash output?
probably you have to move this to happen in a task?
aspiring
0 Kudos