RE: [flexcoders] why frontcontroller doesn't work?

2007-12-28 Thread Dimitrios Gianninas
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Thursday, December 27, 2007 4:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] why frontcontroller doesn't work? Hi, After add the statement to FrontController this.addCommand(LoginEvent.PROCESSES

RE: [flexcoders] why frontcontroller doesn't work?

2007-12-28 Thread Tianzhen Lin
. - Tangent From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Friday, December 28, 2007 8:40 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] why frontcontroller doesn't work? Are u getting some kind of error message? Did u

[flexcoders] why frontcontroller doesn't work?

2007-12-27 Thread markflex2007
Hi, After add the statement to FrontController this.addCommand(LoginEvent.PROCESSES, LoginCommand); LoginCommand never happen when LoginEvent active.why? Thanks Mark

Re: [flexcoders] why frontcontroller doesn't work?

2007-12-27 Thread Ralf Bokelberg
Are you instantiating the controller? Cheers Ralf. On Dec 27, 2007 10:32 PM, markflex2007 [EMAIL PROTECTED] wrote: Hi, After add the statement to FrontController this.addCommand(LoginEvent.PROCESSES, LoginCommand); LoginCommand never happen when LoginEvent active.why?