Re: [flexcoders] event listeners on Sprites - performance problem

2008-07-24 Thread Rick Winscot
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ibo Sent: Wednesday, July 23, 2008 8:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] event listeners on Sprites - performance problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0-617774704-1216825475=:34053

[flexcoders] event listeners on Sprites - performance problem

2008-07-23 Thread ibo
MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0-617774704-1216825475=:34053 --0-617774704-1216825475=:34053 Content-Type: text/plain; charset=us-ascii I created a component what I call bookmark bar where there are markers that you can click to jump/scroll to a particular

RE: [flexcoders] event listeners on Sprites - performance problem

2008-07-23 Thread Alex Harui
PROTECTED] On Behalf Of ibo Sent: Wednesday, July 23, 2008 8:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] event listeners on Sprites - performance problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0-617774704-1216825475=:34053 --0-617774704-1216825475=:34053 Content

[flexcoders] Event listeners: Removing a listener prevents future added listeners

2006-08-14 Thread polestar11
Hi there I'm struggling with a series of KeyboardEvents. Here is the scenario: - I have mouse-down and mouse-up event listeners for my UIComponent. - In the mouse-down event I add a new listener for key-up(so that I can capture mouse-down + a key pressed) - I remove the key-up listener in the

[flexcoders] Event Listeners

2005-05-19 Thread Michael Herron
All, I am having a problem with removing event listeners on a panel. I am adding the event listener like so: pane.addEventListener(contentCreated, Delegate.create(this, handleEvent) ); But trying to remove the event listener using removeEventListener does not seem to work. I

RE: [flexcoders] Event Listeners

2005-05-19 Thread Alistair McLeod
-mail. Please ensure your own checks are carried out before any attachments are opened. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael HerronSent: 19 May 2005 12:18To: flexcoders@yahoogroups.comSubject: [flexcoders] Event Listeners All, I am having a p

RE: [flexcoders] Event Listeners

2005-05-19 Thread Michael Herron
Hi Alistair, That worked perfectly, cheers! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alistair McLeod Sent: 19 May 2005 12:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Event Listeners Hi Michael, I imagine its because

[flexcoders] Event Listeners; Flex internal question for flex gurus

2005-04-27 Thread AC
Hello I have a control which dynamically changes a given control (TextInput to ComboBox and visa versa) depending on the user selection. This happens numerous times within the life time applications lifetime. The dynamically created control gets event-listeners attached to it. When this