#1) No, you store the data is some model object. Example:
 
public UserModel {
    public var user:UserInfo;
    public var roles:ArrayCollection;
}
 
#2) I assume you want to do this based on the user that is logged in. You would use data binding to do this. Example:
 
<bla:MyComponent user="{UserModel.getInstance().user}" />
 
So inside your MyComponent in the setter for the user property, you would created a Button/Label, or hide them based on the permissions a user has.
 
Sounds like you are just starting with Flex. Best thing to do is to go thru the manual ("Flex Developer's Guide") located in the Help section of Eclipse.
 
Dimitrios Gianninas
RIA Developer
Optimal Payments Inc.
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pdflibpilot
Sent: Sunday, November 05, 2006 8:23 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Login application - several newbie questions

I am trying to implement an application where the user logs in using a
Title Window.

1. I need to store data returned from the server containing user info
with successful login. Currently I am using DataGrid but there is only
one record. Is this the best method ? When the Title Window closes
should the DataGrid still be available ? if so how do I then reference
this data to be used for subsequent server request ?

2. I want to populate or create a Label or Button after login and
closing of the Title Window. Not having much luck using functions in
the Title Window to popuplate elements in the parent window.

I am trying to transition to Flex from interactive PDF / _javascript_s.

AVIS IMPORTANT

WARNING

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.

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.

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to