[flexcoders] Problem Adding Custom Event Listeners in a component?

2008-07-06 Thread pbrendanc
I have a custom button on which I want to listen to some custom events. For some reason in the following code my custom events are never heard/triggered. 1)In the button's constructor I added the listeners as follows: // Custom Class Code public class testButton extends Button { //constructor

RE: [flexcoders] Problem Adding Custom Event Listeners in a component?

2008-07-06 Thread Alex Harui
AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem Adding Custom Event Listeners in a component? I have a custom button on which I want to listen to some custom events. For some reason in the following code my custom events are never heard/triggered. 1)In the button's constructor I