[flexcoders] Re: Updates Issue in Mozilla ....any thoughts to share???

2009-01-08 Thread akila_ksri
--- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Wednesday 07 Jan 2009, akila_ksri wrote: The application we are developing needs the controls like labels, data grid etc., to be updated every second. This works fine without any issue in IE 7, but the updates

[flexcoders] Re: Updates Issue in Mozilla ....any thoughts to share???

2009-01-08 Thread akila_ksri
Hi Alex, Thanks a lot for your suggestion. It works just fine:) -akila --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: You could append a unique value to a querystring on the server URL for each update, something to fool the browser into clearing the cache. The

[flexcoders] Re: Updates Issue in Mozilla ....any thoughts to share???

2009-01-08 Thread akila_ksri
Hi Alex, Thanks a lot for your suggestion. It works just fine:) -akila --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: You could append a unique value to a querystring on the server URL for each update, something to fool the browser into clearing the cache. The

[flexcoders] Re: Updates Issue in Mozilla ....any thoughts to share???

2009-01-07 Thread oneworld95
You could append a unique value to a querystring on the server URL for each update, something to fool the browser into clearing the cache. The date/time worked for me when dealing with images that were being cached. Of course, updating the data every second seems inefficient and will put a lot of