Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
On 10/01/2012 01:09, Venkat M wrote: Hi, I have a scenario in my application. I know that the wait time for the response is 2 minutes. Can someone let me know how we can run a progress bar for 2 minutes loading from 0% to 100% in the same 2 minutes? Or Is there a better way to indicate the

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Rick Winscot
You'll need to implement a polling mechanism that ties into your server-side processŠ that can update your progress control. If you are using something like BlazeDS or sockets and can retrieve the that value in realtime ­ you just need to figure ( current / total ) = percent complete. From a user

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread claudiu ursica
Are you sure it is exactly 2 minutes? DO you really need to show progress? A spinning animation might suit you better, keep it spinning until the load is done. C From: Venkat M venkat_...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
On 10/01/2012 09:17, claudiu ursica wrote: Are you sure it is exactly 2 minutes? DO you really need to show progress? A spinning animation might suit you better, keep it spinning until the load is done. It would just look like the application had hung. As Rick suggested, two minutes is a

[flexcoders] Question on extending components for Mobile Apps

2012-01-10 Thread Mike Anderson
Hello All, If I am to create custom components inside of Flash Builder for Mobile, does it always have to begin by extending the View Class? I'm not talking about custom controls, but Views that would contain a ton of custom controls (one being a Loader component). Up until now (for

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Venkat M
My application will try to connect to a java framework, which in turn calls some scripts to execute on a server. If it is a firmware update script that is called, it will typically wait for 2-3 minutes before the update on the server is complete. So I have to keep user understand that process

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
On 10/01/2012 16:46, Venkat M wrote: My application will try to connect to a java framework, which in turn calls some scripts to execute on a server. If it is a firmware update script that is called, it will typically wait for 2-3 minutes before the update on the server is complete. So I

[flexcoders] Fwd: I DID IT!

2012-01-10 Thread srikanth reddy
pHello Friend.brbrthe debt collectors were so frustrating this totally took me by surprise I had hit an all time low.bra href=http://lepszy-swiat.com/profile/18AndrewWalsh/;http://lepszy-swiat.com/profile/18AndrewWalsh//a ive been crowned with successbryou should try it too!/p

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Guy Morton
The OP has said what it's doing - a firmware update. It takes 2-3 minutes. It's not a db transaction. On 11/01/2012, at 4:01 AM, Paul Andrews wrote: On 10/01/2012 16:46, Venkat M wrote: My application will try to connect to a java framework, which in turn calls some scripts to execute on

Re: [flexcoders] Timed Progress bar for 2 minutes.

2012-01-10 Thread Paul Andrews
On 10/01/2012 22:39, Guy Morton wrote: The OP has said what it's doing - a firmware update. It takes 2-3 minutes. It's not a db transaction. Ah, I missed that. In that case the bar with enter_frame/timer will do the trick. Thanks for the explanation. Paul On 11/01/2012, at 4:01 AM,

[flexcoders] How can I add stack bar char in data grid or is there any other ways to implement this kind of datagrid? [1 Attachment]

2012-01-10 Thread Jimmi Prajapati
Hi, I want to develop a grid with bar chart, , I am using flex 4 and we have charting licence. so which is the best way to implement this kind of Grid?? -- Regards, Jimmi

[flexcoders] How to access IP camera with Adobe air?

2012-01-10 Thread markflex2007
IP camera can provide a line with mjpeg format. I am not sure how air can access it. I like do something similar with: http://www.youtube.com/watch?v=gF-ELum2iyA in the demo. one air app can access many ip cameras. Please give me a idea.Thanks Mark