So, the data is saved to the file, but the tree's dataProvider isn't getting updated with the saved data. URLLoader is a type of HTTP service. If you want to refresh the data that persists in the client, you will probably want to make an aditional request for the data, after each transaction has been performed to the file. You say that you are loading to the canvas; but that may be where the flow is stopping. You are probably making the initial request on creationComplete; or some other component event. Are you making an additional request for the data after you update the file? Also, are you binding the result data of load request to the dataprovider of the tree? Casting works real well here. If so, the display will automatically refresh when the dataProvider is refreshed.
-TH --- In [email protected], "Swamy Nathan" <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > I am working with the Dragndrop app. When i finished the dragndrop images to > the canvas, i saved into the xml file. and also load into the canvas. > > My problem is when i edit the saved xml file at runtime after i saved. but i > open to load the same file after i saving the file. > > this time the file not yet updated. loading the old file only. but am > checking to open the xml file manually. it is updated the latest nodes. > > How can i refresh the xml file at runtime. please any one reply me... > > -- > Thanks & Regards > Swaminathan. M >

