Forum Discussion
ioan
9 years agoRoku Guru
"EnTerr" wrote:"ioan" wrote:
EDIT: It seems that I don't even have to delete a child. Just refreshing the ListPanel, reloading the content will double/triple fire focusedChild event.
is that bad?
i.e. how is that harmful to you
m.exampleviewerpanel = createObject("roSGNode", "SomePoster")The m.exampleviewerpanel that I create starts a Task on it that receives stream from a camera... so the Task gets created twice, or 3 times... and only the last one terminates when I signal it to terminate. Of course I "fixed it" by making sure that I only create the m.exampleviewerpanel once and ignore the other calls... but it should be called just once, don't you think?