Re: [flexcoders] What is the best invalidation technique for non-UI classes?

2007-01-03 Thread Sergey Kovalyov
Resolution could be found at http://skovalyov.blogspot.com/2007/01/invalidation-mechanism-for-non-ui.html :) On 8/24/06, Matt Chotin [EMAIL PROTECTED] wrote: We use a Timer in our non-visual code for this. Matt

RE: [flexcoders] What is the best invalidation technique for non-UI classes?

2006-08-29 Thread Matt Chotin
, 2006 7:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] What is the best invalidation technique for non-UI classes? Any source example? What delay do you use? On 8/24/06, Matt Chotin [EMAIL PROTECTED]com wrote: We use a Timer in our non-visual code for this. Matt

Re: [flexcoders] What is the best invalidation technique for non-UI classes?

2006-08-25 Thread Sergey Kovalyov
Any source example? What delay do you use?On 8/24/06, Matt Chotin [EMAIL PROTECTED] wrote: We use a Timer in our non-visual code for this. Matt __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] What is the best invalidation technique for non-UI classes?

2006-08-23 Thread Sergey Kovalyov
Hi All! I have a class inherited from EventDispatcher and want to make some routine in the next frame, exactly as UIComponent does. But EventDispatcher does not dispatch Event.ENTER_FRAME event. What should I do instead? Whether Timer is ok or not? Any other ideas? Regards, Sergey. --

RE: [flexcoders] What is the best invalidation technique for non-UI classes?

2006-08-23 Thread Matt Chotin
invalidation technique for non-UI classes? Hi All! I have a class inherited from EventDispatcher and want to make some routine in the next frame, exactly as UIComponent does. But EventDispatcher does not dispatch Event.ENTER_FRAME event. What should I do instead? Whether Timer is ok or not? Any