So as of my understanding..
 - Pop up appears First
 - In popup u have some functions for creating a file in server side and
 - Popup closes as soon as file gets created... r8 ?

Assuming you are using HTTP Service , just call a resultHandler method,
where you add code to close your popup.


        *   private function onGetResult(event:ResultEvent){
                PopUpManager.removePopUp(this);
            }

          <mx:HTTPService id="getResultService"  url="{myURL}"
result="onGetResult(event)" />*


Hope this helps...


On Wed, Jun 6, 2012 at 12:29 PM, Arpit Saraf <[email protected]>wrote:

> Hello,
> I have a application that has some user interactive poopup, that on server
> side creates a file. Only after creation of file i want  further execution
> of main mxml.
>
> Thanks & Regards,
> Arpit
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to