[flexcoders] Re: issue with progress bar loader becoming stuck

2006-10-03 Thread Dan Rossi
Hi which email were you referring to break it up, i have an app init and app complete method, app init sets up logging, event listeners on the video player controls, timers etc. on app completion i setup the netconnection and once connected it plays a file. as i explained with my problem, it

Re: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-10-02 Thread Tom Chiverton
On Thursday 28 September 2006 17:04, wayneposner wrote: Is there a method or some call to use that forces the UI to refresh. At the point you want that to happen, take all the later code out into a separate method, and use callLater to execute it. -- Tom Chiverton Helping to apprehensively

[flexcoders] Re: issue with progress bar loader becoming stuck

2006-10-01 Thread wayneposner
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wayneposner Sent: Thursday, September 28, 2006 9:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: issue with progress bar loader becoming stuck Is there a method

RE: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-10-01 Thread Matt Chotin
From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of wayneposner Sent: Thursday, September 28, 2006 9:05 AM To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] Re: issue with progress bar loader becoming stuck

RE: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-30 Thread Matt Chotin
[mailto:flexcoders@yahoogroups.com] On Behalf Of Dan Rossi Sent: Thursday, September 28, 2006 4:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: issue with progress bar loader becoming stuck Hi, unfortunately im not doing any custom progress bar, its just the standard preloader when

RE: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-30 Thread Matt Chotin
. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of wayneposner Sent: Thursday, September 28, 2006 9:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: issue with progress bar loader becoming stuck Is there a method or some call

[flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-28 Thread Dan Rossi
Hi, unfortunately im not doing any custom progress bar, its just the standard preloader when the swf loads, id prefer just to take it out and add listeners to work out whats going on somehow ? Adobe dont even reply about it i dont think ill ever get a reply from them about it as usual, ive

Re: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-28 Thread Tom Chiverton
On Wednesday 27 September 2006 13:09, wayneposner wrote: complete. If I take out the recursion, the progress bar loads fine. What if you display the bar, then callLater the function ? -- Tom Chiverton Helping to dynamically drive back-end patterns

Re: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-28 Thread Mark Hawley
Flash is single-threaded. You're not going to ever get screen refreshes during a function's execution. wayneposner wrote: Hi Dan- Just to let you know you're not alone, I've been having issues with my progress bar not displaying at all. I've got code that is supposed to pop up my

Re: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-28 Thread Tom Chiverton
On Thursday 28 September 2006 14:09, Mark Hawley wrote: Flash is single-threaded. You're not going to ever get screen refreshes during a function's execution. Sometimes the internal model isn't even updated during execution. -- Tom Chiverton Helping to globally foster B2B clusters

[flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-28 Thread wayneposner
Is there a method or some call to use that forces the UI to refresh. I actaully tried staging the call to my recursive function so that it wouldn't get called until three events later-- creationComplete dispatched to a render event which then dispatched to my event which called the recursion.

[flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-27 Thread wayneposner
Hi Dan- Just to let you know you're not alone, I've been having issues with my progress bar not displaying at all. I've got code that is supposed to pop up my progress bar when the user clicks on a tree node. After that I dispatch an event that my tree node has been clicked and pass the