Your login component should broadcast a "LoginEvent" to tell the parent app, 
hey the guy logged in, all good, do what u want now. That way you can reuse 
your component in every app, we do the same thing.
 
Dimitrios Gianninas
RIA Developer
Optimal Payments Inc.
 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
stephen50232
Sent: Tuesday, February 27, 2007 12:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] changing states from within a component



Hi,

I'm working on an application, which is component based. One of my components 
is a Login screen, in which the user enters the username and password, these 
details are passed to a ColdFusion CFC and checked, the result is then checked.

If the login is successful I want to be able to change the state in the main 
application file from the Login state to the Home state, originally I tried 
using:

this.currentState = 'Home';

But this was in the Login component, which doesn't have states, so that didn't 
work. What is the best practice for components to call the main application to 
perform tasks like changing the state?

Thanks

Stephen


 

-- 
WARNING
-------
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--------------
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

Reply via email to