Solved!!! Just a silly issue: I must close all opened connections before reconnect.
Dima, I cant put all the code, it has a lot of files, but i'll post this technique on my still empty blog. Next week hope. Thanks for your response, i'll mail you personally when the blog is ready. ;) --- In [email protected], Dima Ulich <[EMAIL PROTECTED]> wrote: > > Everything should work fine. > Can you send the code to look at? > > > > ----- Original Message ---- > From: ddanone2 <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, July 31, 2006 5:45:40 PM > Subject: [flexcoders] DataGrid refresh problem > > Let me explain the situation: > > I have a main mxml, on load it instances a Localconnection to permit > others swf's establish a connection with it and receive data. > > I load one SWF (child) on main.mxml, it instances two Localconnection, > one to connect to the main mxml and another to allow receiving data > from main. > > The child has a DataGrid with a dataProvider. > > When child loads, ask to parent one parameter via Localconnection, > then creates an HTTPService to request data to a PHP script, when it > receive the data renews the dataProvider content to refresh the DataGrid. > > Well, this works perfectly the first time, but subsequent times the > DataGrid doesn't is refreshed, i've chequed the dataProvider has the > new data provided by the PHP script. > > Is there any other way to refresh the DataGrid to show the new data > that dataProvider has? > > Thanks in advance > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

