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

i also met the same problem :cry:

You need a facade screen open in the background so when the roKeyboardscreen closes, the channel won’t end.

Can you please explain, how to do this?

Richo

RokuKevin has got your back there. :slightly_smiling_face:

viewtopic.php?f=34&t=26350&p=162550#p162550

Thank you I’ll make some tests with this code :smiley:

It works flawless, thank you very much :smiley: