Servoy 5.2.15 smartclient from development: when the user hit the X button on application window the onCloseSolution is executed before onHide of current form.
I feel this is not correct...shouldn't it be the reverse way?
I mean: the user has requested to close the solution...
A) First the current form should be closed then the solution should be closed.
or
B) The solution is closed without hiding the current form because everything is going to be closed.
Question1: could someone give me any hint on why the current sequence/order of execution should be correct (examples / toughts) ?
Question2: is it possible to recognize on the onHide event it was started because of closing solution request?
Happy 2013 to everyone!
Gianni