Re: [flexcoders] Passing values from popup window to MXML component

2009-11-11 Thread Funand Learning
Subject: Re: [flexcoders] Passing values from popup window to MXML component Yeah you can do what rohit said by adding a logout button at the same place and toggling the visiblity. This way, From you main application you can do something like this. if(loginWin. userInput. text

RE: [SPAM] Re: [flexcoders] Passing values from popup window to MXML component

2009-11-11 Thread Tracy Spratt
@yahoogroups.com Subject: [SPAM] Re: [flexcoders] Passing values from popup window to MXML component Hi, I have written a function and after checking the username and password, to toggle the buttons, but I get the following error: TypeError: Error #1009: Cannot access a property or method

RE: [SPAM] Re: [flexcoders] Passing values from popup window to MXML component

2009-11-10 Thread Tracy Spratt
property. Cheers _ From: Rohit Sharma rohit.sharma1...@gmail.com To: flexcoders@yahoogroups.com Sent: Mon, November 9, 2009 12:21:02 PM Subject: Re: [flexcoders] Passing values from popup window to MXML component You can add a logout button at the same place as login button and toggle

[flexcoders] Passing values from popup window to MXML component

2009-11-09 Thread Funand Learning
Hello All, I was trying to create a login Page. The page has one main MXML application file with couple of MXML components. The First component contains the following: Component1.mxml: ?xml version=1.0 encoding=utf-8? width=60% height=261 mx:Script ![CDATA[ import

Re: [flexcoders] Passing values from popup window to MXML component

2009-11-09 Thread Rohit Sharma
You can add a logout button at the same place as login button and toggle the visibilities of these buttons depending upon the state of your component. On Mon, Nov 9, 2009 at 9:58 AM, Funand Learning funandlearni...@yahoo.comwrote: Hello All, I was trying to create a login Page. The

Re: [flexcoders] Passing values from popup window to MXML component

2009-11-09 Thread Omotola Anjorin
: Rohit Sharma rohit.sharma1...@gmail.com To: flexcoders@yahoogroups.com Sent: Mon, November 9, 2009 12:21:02 PM Subject: Re: [flexcoders] Passing values from popup window to MXML component You can add a logout button at the same place as login button and toggle the visibilities