Re: [flexcoders] custom event not added

2008-05-25 Thread dnk
On 23-May-08, at 4:56 AM, Paul Andrews wrote: addEventListener() does not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi

Re: [flexcoders] custom event not added

2008-05-25 Thread dnk
creationComplete? If the controller is not a UIComponent, it will not get a creationComplete. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Friday, May 23, 2008 4:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] custom event not added Hi

Re: [flexcoders] custom event not added

2008-05-25 Thread dnk
not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread dnk
To: flexcoders@yahoogroups.com Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some reason my event handler was not being fired. My original code was (snippet): (in controler) //constructor public function

RE: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread Alex Harui
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Sunday, May 25, 2008 11:40 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] custom event not added - almost solved. Ok, I might be onto something here I added trace statements in all handlers

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread dnk
: Friday, May 23, 2008 4:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some reason my event handler was not being fired. My original code was (snippet

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread Josh McDonald
Of dnk Sent: Sunday, May 25, 2008 11:40 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] custom event not added - almost solved. Ok, I might be onto something here I added trace statements in all handlers and contructors, etc And the order my traces come back

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread Josh McDonald
Sent: Sunday, May 25, 2008 11:40 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] custom event not added - almost solved. Ok, I might be onto something here I added trace statements in all handlers and contructors, etc And the order my traces come back

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread Josh McDonald
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Friday, May 23, 2008 4:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread dnk
AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] custom event not added - almost solved. Ok, I might be onto something here I added trace statements in all handlers and contructors, etc And the order my traces come back are: Controller getNewsData onInit The order

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread Josh McDonald
the request. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Sunday, May 25, 2008 11:40 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] custom event not added - almost solved. Ok, I might be onto something

Re: [flexcoders] custom event not added - almost solved.

2008-05-25 Thread dnk
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] custom event not added - almost solved. Ok, I might be onto something here I added trace statements in all handlers and contructors, etc And the order my traces come back are: Controller getNewsData onInit The order my traces

Re: [flexcoders] custom event not added

2008-05-24 Thread dnk
, Paul Andrews wrote: addEventListener() does not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller

Re: [flexcoders] custom event not added

2008-05-24 Thread Josh McDonald
: addEventListener() does not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my

RE: [flexcoders] custom event not added

2008-05-24 Thread Alex Harui
Of dnk Sent: Friday, May 23, 2008 4:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some reason my event handler was not being fired. My original code was (snippet): (in controler

[flexcoders] custom event not added

2008-05-23 Thread dnk
Hi there, I have a controller that is adding my custom event listeners, but for some reason my event handler was not being fired. My original code was (snippet): (in controler) //constructor public function FlexbController() { //turn the key, start it

Re: [flexcoders] custom event not added

2008-05-23 Thread Paul Andrews
addEventListener() does not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners

Re: [flexcoders] custom event not added

2008-05-23 Thread dnk
not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some reason my event

Re: [flexcoders] custom event not added

2008-05-23 Thread Josh McDonald
, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some reason my event handler was not being fired. My original code was (snippet): (in controler) //constructor public function

Re: [flexcoders] custom event not added

2008-05-23 Thread dnk
- From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some reason my event handler was not being fired. My original

Re: [flexcoders] custom event not added

2008-05-23 Thread Josh McDonald
PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my custom event listeners, but for some reason my event handler was not being fired. My original code

Re: [flexcoders] custom event not added

2008-05-23 Thread dnk
On 23-May-08, at 4:56 AM, Paul Andrews wrote: addEventListener() does not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi

Re: [flexcoders] custom event not added

2008-05-23 Thread Josh McDonald
: addEventListener() does not return a value.. - Original Message - From: dnk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 23, 2008 12:47 PM Subject: [flexcoders] custom event not added Hi there, I have a controller that is adding my