Forum Discussion
TheEndless
10 years agoChannel Surfer
To make the API requests asynchronously, you'll basically need to use ifUrlTransfer.AsyncGetToString(), then listen for roUrlEvents in your event loop. Once you get the result back, you can then set the contents for the grid screen row(s).
Alternatively, you could opt to work with SceneGraph instead, and utilize the Task node for retrieving your content.
Alternatively, you could opt to work with SceneGraph instead, and utilize the Task node for retrieving your content.