node = CreateObject("roSGNode", "MYNODE")
node.id = "myId"
REM then you replace or append or anything.
"sudo97" wrote:
Skrzypu, do you give them IDs when you create them from brs? Because I had different problem with nodes created dynamically and it has been solved by giving them id.
node = CreateObject("roSGNode", "MYNODE")
node.id = "myId"
REM then you replace or append or anything.
"b_live883" wrote:
after playing around with 7.1 ... all the properties of builtin functions or objects are now viewable in the console port 8089..
which means the docs are not needed to view the fields available for objects.. which is good to know .. good addition.. so to answer ur question sudo97 just print the epggrid object youve created to view all possible fields.
"b_live883" wrote:
after playing around with 7.1 ... all the properties of builtin functions or objects are now viewable in the console port 8089..
which means the docs are not needed to view the fields available for objects.. which is good to know .. good addition.. so to answer ur question sudo97 just print the epggrid object youve created to view all possible fields.