I am using qx.util.fsm.FiniteStateMachine to describe the behaviour of
the "miniapps" that compose the app I am developing. So far I have used
it in one and it works great. The problem is I don't know how to dispose
it. When I close the the "miniapp" in the destructor of that class I have
this._fsm.dispose();
but I get exception
"Uncaught TypeError: Cannot read property 'length' of null"
So how can I dispose the fsm?
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel