Hi,
I was able to create a non-modal popup window using Popup manger in my plugin view upon some action. The purpose of the popup is to show progress of a task. Once the task is completed the popup updates the status.
I have created the popup using mx.core.FlexGlobals.topLevelApplicationas parent object.
While popup still open and having the progress shown, I am able to navigate to to other web client UI views.
For example, when click 'Home' button in web client , I can still see the popup. This is because I used mx.core.FlexGlobals.topLevelApplicationas parent object when creating popup.
Its kind of interfering with web client UI.
I want to achieve following:
I would like to restrict the popup only in my plugin views. So that I can navigate to different views in my plugin and still see the popup to check of the status of the progress. Same time if I navigate to web client UI, I do not want to have the popup interfering.
Is it possible?
Any help is much appreciated.
Thanks.