Hi Frank,
unfortunately this is not the reason.
Apparently the value is disposed or cleared by the time this function is
called.
I need to find a way to catch this moment between the browser/application is
closed and the moment when variables a disposed of their values.
Regards.
--
View this m
Hello,
I don't know if its the reason, but I would move the "this.base(arguments)"
statement bellow your clean code, so no unknown functions are called while
you're in your function.
Cheers
Frank Wolbring
On Mon, Nov 19, 2012 at 3:32 PM, 689137 <689...@gmail.com> wrote:
> Hi,
>
> I am trying
Hi,
I am trying to clean my code on the Qooxdoo Close event.
I have a variable set to false initially, which changes to true if some
library is loaded.
During the onclose event I am checking if this variable is true, then a
proceed with disposing of the library.
However, no matter of whether I set