Re: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread JesterXL
Components should never know about other components, in this case, a View knowing about another View. They should emit events about their state changing, or some other action being peformed. In the case of a LoginForm, a user clicking the submit button. Additionally, while states are

RE: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread David Terry
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Monday, January 22, 2007 12:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Please Help - Components, States, Transitions Components should never know about other

Re: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread JesterXL
Subject: Re: [flexcoders] Please Help - Components, States, Transitions Components should never know about other components, in this case, a View knowing about another View. They should emit events about their state changing, or some other action being peformed. In the case