Found it! I created my timeline based on [url=http://code.google.com/p/ simile-widgets/wiki/Timeline_GettingStarted]Timeline_GettingStarted[/ url] wiki page. There you can find this code snippet: [code] tl = Timeline.create(document.getElementById("my-timeline"), bandInfos); Timeline.loadXML("example1.xml", function(xml, url) { eventSource.loadXML(xml, url); }); [/code] The problem is the second line. It works, but one doesn't get the loading message. When replaced by this one: [code] tl.loadXML("example1.xml", function(xml, url) { eventSource.loadXML (xml, url); }); [/code] it works perfectly, including the missed message window.
Regards, TB On 15 Nov., 12:53, TBEU <[EMAIL PROTECTED]> wrote: > Ok, thank you. I will try this next week. > CU > > Regards, > TB --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
