Hi ..
i think this is because of data cache problem,if your url of htttpservice is same for every call,then the flex will take the old data, so you try to add one more parameter with random value.this will make your url as different one, so you will get new data. try to embed one new parameter with random values like mx:httpservice url="http://______________?rand=new Date()&________________" Hope this will solve your problem Gnanz.../ http://gnanz-flexworld.blogspot.com/ Dips wrote: > Hi, > > How are communicating with the PHP? Using HTTP Services? Or are you > using something else? Could you please post the code chunk where you > are calling the PHP page? > > regards > Dipz > --------------------------------- > www.webvariations.com > > On Feb 4, 1:43 pm, Sarm <[email protected]> wrote: > >> Yes without close and reopen WindowApplication. >> >> On Wed, Feb 4, 2009 at 1:03 PM, Sujit Reddy G <[email protected]>wrote: >> >> >>> You want to get the date from the server on every action ??? >>> >>> Regards, >>> Sujit Reddy. G >>> >>> On Wed, Feb 4, 2009 at 11:20 AM, Sarm <[email protected]> wrote: >>> >>>> Hi everyone, >>>> >>>> I am new in flex and just made a small application with php and mysql. >>>> My all data coming from mysql. Now problem is that application not >>>> showing fresh date until i closed application and reopen it. >>>> >>>> I added mydata.send(); using click(); with every action and this way >>>> it's working but there is other a lot of things which need to update >>>> so i think this is not good way to solve it. >>>> >>>> Anybody know a short way to get fresh date after every action? Keep in >>>> mind that i used Tab Navigation. >>>> >>>> Thanks >>>> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

