Quote:
Originally Posted by frantid
not sure how you're pulling data and I don't have the SDK, but it was supposed to have the Prototype JavaScript framework in it. Have you tried using an Ajax.PeriodicalUpdater?
|
It does have prototype. I'm currently using its Ajax.Request function to grab data from my server. I'm planning on using Mojo's timer stuff to update the data with more control. As prototype's Ajax.PeriodicalUpdater just fills a container with the response, and you have no control to do something else with it.