
<s:TextInput id="username" text=""/>
</mx:FormItem>
<mx:FormItem label="Password" direction="horizontal">
<s:TextInput
id="password"
text=""
displayAsPassword="true"/>
<s:Button
label="Login"
enabled="{!app.loginPending}"
click="loginClickHandler(event)"/>
</mx:FormItem>
</mx:Form>
<mx:ProgressBar
visible="{app.loginPending}"
indeterminate="true"
label="{statusMessage}"/>
</s:Panel>
<local:AccountsView
includeIn="main"
app="{app}"
width="100%"
height="100%"/>
</s:WindowedApplication>
15
Step 7: Create the Account Manager Login Screen
Kommentare zu diesen Handbüchern