Hi Dhileepen,
You can add complete event for upload of files. In this event you can
list the uploaded file details to datagrid.
If you want to pause after list_dvr.send(); then create an instance of
pause as below:
var pause:Pause = new Pause();
pause.duration = 2000; //set the duration here
pause.target = this;//set some target for pause
pause.addEventListener("effectEnd", onPauseComplete);//in
onPauseComplete you can populate the datagrid
pause.play();
Thanks
Arvind
On Dec 3, 12:30 pm, "dhileepen chakravarthy" <[EMAIL PROTECTED]>
wrote:
> Hi Arvind,
>
> Almost you understtod my problem is,
>
> public function ru_ok():void {
>
> //Upload code
> //Time Delay
>
> list_dvr.send();
> }
>
> I done the upload and list the uploaded file details to datagrid.It requires
> time delay.
>
> How do i use pause here
>
> Regards,
> Dhileepen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---