Does it make sense the window close event to be fired BEFORE the window deactivate event?
I am facing a situation where I have null object references in the deactivate event, because the objects are destroyed.
Does it make sense the window close event to be fired BEFORE the window deactivate event?
I am facing a situation where I have null object references in the deactivate event, because the objects are destroyed.
The closing window has objects that contain arrays of other objects and the problem I am facing is related to the array.
All window objects are valid, except these inside the array.
The array's size is greater than 0 but all it's elements are destroyed!
So, practicaly I have to use IsValid() in everything????
Andreas.