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: 
ralcorta
Visitor

roKeyboardScreen and roUrlTransfer problem

Hi, I tested the code in this post form the Roku Developer Blog (http://blog.roku.com/developer/2011/09/ ... ne-account) but when I hit the submit button the channel exits complete, with no debug information, the channel just exit.

I made some extra tests with the same code, i found that the problem is a combination between the roKeyboardScreen and roUrlTransfer objects, when the roKeyboardScreen is used, the channel exists when the GetToString() method is excecuted.

Is this a Roku bug, or there is something wrong with the source code?

Thank you for your help,

Richo
0 Kudos
6 REPLIES 6
cain
Visitor

Re: roKeyboardScreen and roUrlTransfer problem

i also met the same problem :cry:
Cheap Golf Clubs at http://www.cheapgolfseason.com
0 Kudos
destruk
Binge Watcher

Re: roKeyboardScreen and roUrlTransfer problem

You need a facade screen open in the background so when the roKeyboardscreen closes, the channel won't end.
0 Kudos
ralcorta
Visitor

Re: roKeyboardScreen and roUrlTransfer problem

Can you please explain, how to do this?

Richo
0 Kudos
destruk
Binge Watcher

Re: roKeyboardScreen and roUrlTransfer problem

RokuKevin has got your back there. 🙂

viewtopic.php?f=34&t=26350&p=162550#p162550
0 Kudos
ralcorta
Visitor

Re: roKeyboardScreen and roUrlTransfer problem

Thank you I'll make some tests with this code 😃
0 Kudos
ralcorta
Visitor

Re: roKeyboardScreen and roUrlTransfer problem

It works flawless, thank you very much 😃
0 Kudos