I have an interface (contentnode) and it has a call back function. I need to change a field (ID). But whenever I am changing the id the call back function is calling. How can I stop calling the callback function? I have tried unobservefield and then set the ID field and again observe back. But it is not working.
renojim
2
Did you check the return value of unobservefield? Perhaps that call is failing.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| RSG.unobserveField() - "nuclear option" or not? | 14 | 1 | June 26, 2017 | |
| ObserveField triggered by its callback doesn't trigger observer | 2 | 0 | August 26, 2022 | |
| Not getting observeField (or observeFieldScoped) to firing callback | 2 | 0 | July 7, 2022 | |
| How to use a callback function inside my app? | 6 | 0 | June 1, 2023 | |
| To Whom the ObserveField() Tolls ? | 1 | 0 | August 31, 2016 |
