RE: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Mercer, Dustin
[mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos Sent: Friday, September 16, 2005 8:00 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairgorn Bug?   Hi mike,   That is the weird thing. Other commands work fine. Also this command works also but the code beneth

Re: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Omar Ramos
d? · Are all services required by the delegates available when they are constructed?   -Mike From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar RamosSent: 16 September 2005 15:40 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairgorn Bu

RE: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Michael Herron
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairgorn Bug?   Nope, This is the call EventBroadcaster.getInstance().broadcastEvent(ScrapblogController.EVENT_SELECT_OBJECT, eventObj); The command only implements the Command interface and only has a if and a switch statement on execute

Re: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Omar Ramos
wrote: Just curious, do you use any viewhelpers within your command?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar RamosSent: Friday, September 16, 2005 5:54 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairgorn Bug?   I have set trac

RE: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Mercer, Dustin
Just curious, do you use any viewhelpers within your command?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos Sent: Friday, September 16, 2005 5:54 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairgorn Bug?   I

Re: [flexcoders] Cairgorn Bug?

2005-09-16 Thread Omar Ramos
I have set traces all over the place. No errors are occurring and the command gets executed. Any Idea what could be the problem? On 9/14/05, Omar Ramos <[EMAIL PROTECTED]> wrote: Thanks alot for your reply ali, If in fact there was an error why the piece of code beneth that line doesn't get exec

Re: [flexcoders] Cairgorn Bug?

2005-09-14 Thread Omar Ramos
Thanks alot for your reply ali, If in fact there was an error why the piece of code beneth that line doesn't get executed? I am checking the command it is executing just fine. Gona check on it again. On 9/14/05, Alistair McLeod <[EMAIL PROTECTED]> wrote: Hi Omar,   An exception is probably gett

RE: [flexcoders] Cairgorn Bug?

2005-09-14 Thread Alistair McLeod
Hi Omar,   An exception is probably getting thrown somewhere, either in the EventBroadcaster because the event hasn't been registered with a command, or within your command itself.   Have you checked flashlog.txt (ensure you have debug player, mm.cfg etc).   Ali   -- Alistair McLeod Develo