Below is the sample MXML

<mx:Script>
  <![CDATA[
    private function OnSubmit()
    {
      //After validing user credentials
      //The below line will change the view
      //to main application controls
      this.mainContainer.selectedIndex = 1;
    }
  ]]>
<mx:Script>
<mx:ViewStack id="mainContainer" selectedIndex="0">
  <mx:VBox id="loginControlsContainer>
    <!-- login controls should be placed here -->
    <mx:Button id="btnSubmit" label="Submit"
click="this.OnSubmit()" />
  </mx:VBox>
 
  <mx:VBox>
    <!-- Main applicatin control should be placed here
-->
  </mx:VBox>
</mx:ViewStack>

Hope this helps.

--- cool buddy <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Thanks for your reply..
> Like if the user is granted access after validating
> the credentials..it go to the next page..i was
> trying to figure out how do we do it...
> can you give me a small example..
> like after the user hits the Submit Button..it
> should validate and id it passes then it should 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 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 user successfully logs in, change the view
> of
> 
> the ViewStack container to application' s main UI.
> 
> 
> 
> Regards,
> 
> Jehanzeb
> 
> 
> 
> --- cool buddy <[EMAIL PROTECTED] com> wrote:
> 
> 
> 
> > 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..
> 
> > 
> 
> > 
> 
> >      
> 
> >
> 
> ____________ _________ _________ _________ _________
> _________ _
> 
> > Be a better friend, newshound, and 
> 
> > know-it-all with Yahoo! Mobile.  Try it now. 
> 
> >
> 
> http://mobile. yahoo.com/ ;_ylt=Ahu06i62sR
> 8HDtDypao8Wcj9tA cJ
> 
> > 
> 
> > 
> 
> 
> 
> ____________ _________ _________ _________ _________
> _________ _
> 
> Never miss a thing.  Make Yahoo your home page. 
> 
> http://www.yahoo. com/r/hs
> 
> 
> 
>     
>   
> 
>     
>     
> 
> 
> 
> 
> <!--
> 
> #ygrp-mkp{
> border:1px solid
> #d8d8d8;font-family:Arial;margin:14px
> 0px;padding:0px 14px;}
> #ygrp-mkp hr{
> border:1px solid #d8d8d8;}
> #ygrp-mkp #hd{
>
color:#628c2a;font-size:85%;font-weight:bold;line-height:122%;margin:10px
> 0px;}
> #ygrp-mkp #ads{
> margin-bottom:10px;}
> #ygrp-mkp .ad{
> padding:0 0;}
> #ygrp-mkp .ad a{
> color:#0000ff;text-decoration:none;}
> -->
> 
> 
> 
> <!--
> 
> #ygrp-sponsor #ygrp-lc{
> font-family:Arial;}
> #ygrp-sponsor #ygrp-lc #hd{
> margin:10px
>
0px;font-weight:bold;font-size:78%;line-height:122%;}
> #ygrp-sponsor #ygrp-lc .ad{
> margin-bottom:10px;padding:0 0;}
> -->
> 
> 
> 
> <!--
> 
> #ygrp-mlmsg {font-size:13px;font-family:arial,
> helvetica, clean, sans-serif;}
> #ygrp-mlmsg table {font-size:inherit;font:100%;}
> #ygrp-mlmsg select, input, textarea {font:99% arial,
> helvetica, clean, sans-serif;}
> #ygrp-mlmsg pre, code {font:115% monospace;}
> #ygrp-mlmsg * {line-height:1.22em;}
> #ygrp-text{
> font-family:Georgia;
> }
> #ygrp-text p{
> margin:0 0 1em 0;}
> #ygrp-tpmsgs{
> font-family:Arial;
> clear:both;}
> #ygrp-vitnav{
>
padding-top:10px;font-family:Verdana;font-size:77%;margin:0;}
> #ygrp-vitnav a{
> padding:0 1px;}
> #ygrp-actbar{
> clear:both;margin:25px
> 0;white-space:nowrap;color:#666;text-align:right;}
> #ygrp-actbar .left{
> float:left;white-space:nowrap;}
> .bld{font-weight:bold;}
> #ygrp-grft{
> font-family:Verdana;font-size:77%;padding:15px 0;}
> #ygrp-ft{
> font-family:verdana;font-size:77%;border-top:1px
> solid #666;
> padding:5px 0;
> }
> 
=== message truncated ===



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Reply via email to