Re: [flexcoders] Login Application

2008-02-12 Thread cool buddy
m Sent: Tuesday, February 12, 2008 12:48:11 PM Subject: Re: [flexcoders] Login Application Below is the sample MXML Hope this helps. --- cool buddy <[EMAIL PROTECTED] com> wrote: > Hi, > > Thanks for yo

Re: [flexcoders] Login Application

2008-02-12 Thread Jehanzeb Musani
ers@yahoogroups.com > Sent: Tuesday, February 12, 2008 12:32:55 PM > Subject: Re: [flexcoders] Login Application > > > > > > > > > > > > > > > Hello, > > > > What do you mean by switching to next page

Re: [flexcoders] Login Application

2008-02-12 Thread Sherif Abdou
you can do a Modal PopUp and just remove it if the credentials passed - Original Message From: cool buddy <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 12:40:36 PM Subject: Re: [flexcoders] Login Application Hi, Thanks for your reply.. Like

Re: [flexcoders] Login Application

2008-02-12 Thread cool buddy
go to the next page... - Original Message From: Jehanzeb Musani <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 12:32:55 PM Subject: Re: [flexcoders] Login Application Hello, What do you mean by switching to nex

Re: [flexcoders] Login Application

2008-02-12 Thread Jehanzeb Musani
Hello, What do you mean by switching to next page, can you elaborate that? If you want to change the login screen and display application main UI after validating user credentials, then you can use ViewStack. The first (default) view of the ViewStack container should be Login screen. Once the use

[flexcoders] Login Application

2008-02-12 Thread cool buddy
Hi, I am doing a login application in flex with communication with backend (Java) using cxf(Xfire). webservices. my question is how do we go to the next page after the login details are validated.. If anyone know please post it.. Thanks.. __

RE: [flexcoders] Login application - several newbie questions

2006-11-05 Thread Dimitrios Gianninas
tion of Eclipse.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pdflibpilotSent: Sunday, November 05, 2006 8:23 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Login application - several newbie questions

[flexcoders] Login application - several newbie questions

2006-11-05 Thread pdflibpilot
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 shou