Hi i have using like this its not showing the text cursor on username field
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" minWidth="990" minHeight="550" fontSize="12" creationComplete="username.setFocus()"> <mx:Panel width="311.89395" height="190.65" layout="absolute" title="Login" y="252" x="389"> <mx:Label x="16" y="21" text="Username :" fontWeight="bold"/> <mx:Label x="16" y="58" text="Password :" fontWeight="bold"/> <mx:TextInput id="username" x="118" y="19" enter="password.setFocus();"/> <mx:TextInput id="password" x="118" y="56" displayAsPassword="true" /> <mx:Button x="82" y="112" label="Login" /> <mx:Button x="168" y="112" label="Clear" /> </mx:Panel> </mx:Application> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

