Philippe, The Religions example you reference is using an earlier version of the timeline api; your project is using 2.3.0. The broader bars of the earlier version have been replaced by the event 'tape'.
The showEventText property of Timeline.createBandInfo is no longer available in 2.3.0, use overview: true instead. For further details see: http://code.google.com/p/simile-widgets/source/browse/timeline/tags/2.3.0/RELEASE_NOTES.txt As to the css, I believe your event attribute 'className' should be 'classname'; also, make sure your overriding css rules load _after_ the api's css files Hope that helps, Jon On Sun, 6 Dec 2009, PhilippeK wrote: > Hello, > > You can see the state of the project here: > http://chaos.newgallo.dnsalias.net/Timeline/HomePage > > What I would like to get for the second band is something similar to > the 1st and 4th band of this example: > http://simile.mit.edu/timeline/examples/religions/religions.html > > But I can't seem to be able to tweak it properly. Do I need to use a > different theme for this second line to get thicker bars ? And why the > hell is the "showEventText: false," not working ? > > Thanks in advance for your answers ! > > Philippe > > -- > > 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. > > > -- 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.
