Even I faced challenges but for me it used to take a lot of time but
in the end it would always show the timeline. It is because of the
enormous values in JSON data.  So, I fixed it to 200 at a time and
implemented pagination by fetching next or previous events' JSON using
AJAX and then loading them using the following.

var importer = Exhibit.importers["application/json"];
importer.load(
                  "",
                  window.database,
                  function () {Exhibit.UI.hideBusyIndicator(); ///here you can 
do
some thing if you want to ...like saying loaded next or previous
successfully.///}}
                );

Hope it helps.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" 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/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to