Forum Discussion
joetesta
8 years agoRoku Guru
Although you say it works, I'm not certain you're doing it right without seeing the rest of the code. this wasn't mentioned earlier; Is m.haamro your task and inside that task it's setting m.top.HTTPcontent ?
In the last case where it isn't working, it's because you are trying to look at m.top.content immediately instead of waiting for the content to be set in the "gotContent" callback.
m.haamro.HTTPcontent
In the last case where it isn't working, it's because you are trying to look at m.top.content immediately instead of waiting for the content to be set in the "gotContent" callback.