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

2009-11-09 Thread Omotola Anjorin
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=='funandlearning' loginWin.passwordIn put.text= ='funandlearning') {

Re: [flexcoders] Re: LineChart not updating when DP changes

2009-11-09 Thread Omotola Anjorin
try update manually using the id of the linechart (in the dp change event handler) like... linechartid.dataProvider = dataprovider. From: jmerrill_2001 jason.merr...@bankofamerica.com To: flexcoders@yahoogroups.com Sent: Mon, November 9, 2009 4:43:24 PM