Hi Dhileepen, I dont think it will be possible (or atleast very easy and accurate) to give timing in ProgressBar. Basically the percentage value can be easily shown as it is just a depiction of the amount of data that has been downloaded. But for calculating time, you will also need the user's bandwidth/download speed. On a 2mbps connection, a 1MB Flex app will be downloaded in say 5-6 seconds. But on a 56kbps modem connection, it will take around 150 seconds. And even this is an approximate figure. It would mainly depend on the speed that the user is getting at that time, the speed supported by the server hosting application, the network traffic and a host of other issues. In short, it is not advisable to show timing in progress bar. Better not show it rather than showing inaccurate timing and making a mockery of your own application (you know... incorrect timing pisses off most of the users).
Regards, Venkat www.venkatv.com On Fri, Jan 2, 2009 at 12:38 PM, dhileepen chakravarthy <[email protected] > wrote: > Hi all, > I need ur help in setting the progressbar time > > progressbar moving for 10,12,60 sec like that for 100 % > > how to set the time for moving 100% manually no of seconds. > > Thanks In Advance > 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 -~----------~----~----~----~------~----~------~--~---

