Hi,
In my Flex AIR desktop application I have a nativewindow. I am using nativeWindow.minize() to minimize the nativeWindow.
As I know that the sequence of NativeWindowDisplayStateEvent's is 1. displayStateChanging 2. displayStateChange
But in my native window on nativeWindow.minize() the sequence goes like 1, 2, 2
i.e displayStateChanging then displayStateChange & then again displayStateChange.
This new behaviour was seen after I added a repeater component in my nativeWindow. I am not getting actually is it the repeater which is causing the problem? or something else?
Please help me.
Thanks in advance.
Gaurav