i’m actually writing a little app for calculating some stuff. All controls i’m using are user controls mostly based on canvases.
The effect that’s makes me upset is, that only the view’s open and resize events are fired, not close and not deactivate.
i urgently need this because i wanna save the hole calculation in an sqlite DB if the user leaves the app.
Any idea’s whats going on ?
i use xojo 2017r3 and Mac OSX High Sierra.
The effect can be watched in simulator and on real devices (iPad Air2, iPhone 7)
I hope the problem is between my ears ;-))