Thanks Michael, that was a recent change I made to try and match what
some of the examples were showing.

Looks like I have gotten closer by identifying an error in how I was
calling the themes.js which worked in version 1, but not 2, once I
returned to the default Classic theme, my timeline is now drawing,
with a couple errors.

drawBreadCrumb is not defined
Somewhere this code is being generated and making a call to an html
file that doesn't exist.
<iframe id="simile-ajax-history" style="position: absolute; width:
10px; height: 10px; top: 0px; left: 0px; visibility: hidden;"
src="__history__.html?0">

1) How do you not display text in a band...
showEventText:  false,   Does not seem to be working, unless it is
being stomped by the _history_.html issue

so close... as always your advise has been much appreciated.

On Dec 19, 10:37 am, "Michael R. Nosal" <mno...@mitre.org> wrote:
> It's complaining that it cannot find your timeline div.
>
> Looking at your source, you have <div id="travel-timeline"> but you call
> tl = Timeline.create(document.getElementById("tl"),bandInfos,  
> Timeline.HORIZONTAL);
>
> You need to pass it a valid id. Change "tl" to "travel-timeline" and  
> it should work.
>
> --Mike
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to