Hi try using a Titlewindow where you can dispose the window once u r logged in otherwise remain on the same window. once you are logged in then you can be in your window which is the one that u have the personel stuff. jay. --- In [email protected], Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote: > You should add > if authentication is succesful, > viewstack.selectedChild = secondView > else > viewStack.selectedChild = firstView > in the result function of the authentication > > Sree > > juyalmanu wrote: > > > Dear All, > > I am havig problem with web authentication service along with flex. > > The idea is very simple. > > > > 1. I start a flex application (I am using viewstack), the first view > > in the stach appear with two buttons, one for members and one for > > guest. > > > > 2. if I am a member, I click a log in button and it takes me to a > > URL where I will authenticate myself (It works fine). > > > > 3. Once I authenticate myself, I should be able to go to the next > > view in the stack, where all my information will retrieved from the > > database and all textboxes will be populated. > > > > (I am able to authenticate and able to retrieve the information but > > it happens only if I set the call authentication function on > > application's initialize function. In that case I don't need first > > view in the stack (i.e. the view with two buttons). I'll > > automatically go to the web authentication URL upon the start of the > > application. ButI do need the first view). > > > > In my opinion what happening is that after completing the > > authentication (after coming back from web authentication URL), the > > application is again starting with first view. However I want it to > > start with the second view with the populated text boxes. > > > > can anyone give me some idea please. > > > > --Manu > > > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > > ------------------------------------------------------------------------ > > YAHOO! GROUPS LINKS > > > > * Visit your group "flexcoders > > <http://groups.yahoo.com/group/flexcoders>" on the web. > > > > * To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > > Service <http://docs.yahoo.com/info/terms/>. > > > > > > ------------------------------------------------------------------------ > >
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

