Hi,
I have a case where a canvas observes a method call on another object. The canvas gets destroyed (that's okay) but the observe registration still seems to be there.
I tried to find in the smartclient code where the observations are removed when an object gets destroyed (should happen when the observed as well as the observer get destroyed).
Where in the smartclient code can I find this? So that i can debug further what I am doing wrong.
gr. Martin
I have a case where a canvas observes a method call on another object. The canvas gets destroyed (that's okay) but the observe registration still seems to be there.
I tried to find in the smartclient code where the observations are removed when an object gets destroyed (should happen when the observed as well as the observer get destroyed).
Where in the smartclient code can I find this? So that i can debug further what I am doing wrong.
gr. Martin
Comment