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: 
EnTerr
Roku Guru

Re: Scene Graph: roRegistrySection and TaskNode

Still not a big fan of spawning threads for nothing. Hmm, in the spirit of coding-while-intoxicated (that apparently RSG is), you could move all the init code into a listener to `myRegistry` field and do the work only after main() has injected there the post-JSON registry roAA. Or, i am reminding of another musing today: just don't put your eggs in the Scene basket - instead use a child of the scene that can be added later.

"softworkz" wrote:
Wow, isn't that impressive? A real revolutionary architecture...

More like,
[spoiler=Dance Dance Counter Revolucion:2whbt8r4][youtube:2whbt8r4]x2mGXbiqnsE[/youtube:2whbt8r4][/spoiler:2whbt8r4]
0 Kudos
softworkz
Visitor

Re: Scene Graph: roRegistrySection and TaskNode

I go those tasks for a reason: At startup, they are running in a certain order, but later they need to be run individually.
0 Kudos