philotas
9 years agoRoku Guru
Escape (UrlEncode) within render thread without using roUrlTransfer?
I need to use the Escape function of roUrlTransfer to create a working URL.
However since the Escape function is tied to roUrlTransfer I cannot create an object on the SG render thread.
And it is overkill to have to create a roUrlTransfer anyways .. especially in another thread just to manipulate a string.
So how can I use the Escape function? Shouldn't that function be a global function instead of belonging to ifUrlTransfer?
However since the Escape function is tied to roUrlTransfer I cannot create an object on the SG render thread.
And it is overkill to have to create a roUrlTransfer anyways .. especially in another thread just to manipulate a string.
So how can I use the Escape function? Shouldn't that function be a global function instead of belonging to ifUrlTransfer?