hecter wrote:yeti_c wrote:hecter wrote:Making it AJAX compatible would be nice...
Sorry if it's been posted, didn't read the thread
Er - it IS AJAX compatible... it uses AJAX to retrieve the data to then show you the graph...
I think perhaps that you mean something else?
C.
I was playing a speed game and the chart didn't update unless I refreshed my page...
Did you
a) Complete a speed game in a different tab?
If so - then there is no ajax event generated by such an evernt - the script would have to constantly poll the XML file to see if the number of games had changed
b) mean you completed a game - then went to check your graph and it didn't update itself?
In this case then perhaps either
i) the XML that Lack generates gets cached. (Hence the refresh fixing it - this is highly possible - cspare - check BOB coding for a way to force an uncached version of XML)
ii) the update for the graph needs to check the XML for games numbers changing a bit more stringently.
C.