"RokuMarkn" wrote:
You can do other work before you wait for the transfer events. You can do a non-blocking poll by waiting with a short timeout so that you can check if the transfer is complete and do something else if it isn't done yet.
--Mark
"TheEndless" wrote:
If you assign the same message port to the roUrlTransfer component that your current screen is using, then you can receive its events within the same Wait loop that you already have running, so you don't have to block while waiting for the response.