Hi all,
I have written a widget using a timer to trigger some XHR action which works fine. But when I place this widget within a dialog (to be more precise: in a TabContainer within a Dialog) and the user "closes" the dialog by hitting the "x"-Button before the timer fires I want to clear the timer to reduce server load because the data which gets requested during the onTimer event is never showed to the user if the Dialog is no longer visible.
I had expected that the destroy() method would be called but that seems not to be the case in Dialog's hide() method.
