Hi !

When my app starts, I create the timeline, which - in turn - load the
data asynchronously. Because I pull more data in small polling
intervals via handmade ajax, I just need the exact time, when my first
request packet has arrived.

Is there any way in timeline to catch the return - even better:Catch
the result, preprocess it and let timeline continue after.

I do not understand the code, I use [ :-( ]:

tl = Timeline.create(document.getElementById(panelID), bandInfos);
Timeline.loadJSON("tlb5B1.json", function(data, url)
{
        eventSource.loadJSON(data, url);
});

I even could nor recognize, if I should use the instance to load the
data instead of the objects/class method, like above.

Any hint/tip would be really great!

br--mabra

--~--~---------~--~----~------------~-------~--~----~
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