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: 
btpoole
Channel Surfer

Re: Not Finding my Function

"destruk" wrote:
Most likely -
In your main.brs you have a wait statement and a while routine.

While TRUE
msg=Wait(0,port)
print"------------------"
Print"msg=";msg
End While

What if you put code after that point?  When scenegraph closes it would then resume the main.brs thread there.
Standard rules about having a facade screen open to prevent the app from terminating apply.

Thanks again. I actually have it like this, just needed to move some stuff around. The original urltransfer is to check to make sure my "customer", not final user has kept their agreement, if all good it continued to check final user account etc. By moving some steps around I think I have it where it belongs. Thanks for advice.
0 Kudos
tim_beynart
Channel Surfer

Re: Not Finding my Function

thanks destruk, I've been struggling a bit with adopting SG and you explained the relationship between SG and the main thread well.
0 Kudos