As far as I know there isn't a way, a stackoverflow user asked the same
https://stackoverflow.com/questions/11014968/detect-when-the-resize-event-has-finished
I can't think of any way to do so.
Kyle
--
Sent from: http://apache-flex-users.246.n4.nabble.com/
Creating an AIR desktop app and need to know when the nativeWindow has been
resized by the user. This sounds easy:
stage.nativeWindow.addEventListener(NativeWindowBoundsEvent.RESIZE, onResize);
This listener fires the event every 100ms or so while the user drags the window
edge. I need to know
Using Flash Builder neither Run(Ctrl+F11) or Debug (F11) works.
It asks to deploy AIR version 31 and then stops with the message
"Lauching (57%)".
The only way to make it run is generate the package and install with adb
(or publish on Google Play).
Em 14/10/2018 03:21, Yishay Weiss escreve