Hi There,
It seems like when I remove a widget from a canvas, onDetach() doesn't get called. This is problematic because I want to clean up the state when the widget is removed from the page.
Also, How come I don't receive any error (exception) message when running in web mode when something goes wrong such as a null pointer exception? Was it being consumed and suppressed somewhere?
Many thanks,
Kevin
It seems like when I remove a widget from a canvas, onDetach() doesn't get called. This is problematic because I want to clean up the state when the widget is removed from the page.
Also, How come I don't receive any error (exception) message when running in web mode when something goes wrong such as a null pointer exception? Was it being consumed and suppressed somewhere?
Many thanks,
Kevin
Comment