Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
venkatareddy
Level 7

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
Level 11

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