Thanks, but there's a misunderstanding here. I was talking about vertical
'overflow' in the timeline as a whole, that is if there are just too many
events at a time that have to be displayed below each other.

Since a band is essentially ad <div>, if I got that right, perhaps it's an
idea to give its style an overflow: auto attribute so that there'll be a
vertical scrollbar somewhere... going to look into that.

best,
Christoph



2007/2/25, David Huynh <[EMAIL PROTECTED]>:

Christoph,

You could set the width of the event labels to be longer, e.g., see this
line

    theme.event.label.width = 250; // px

in this example

    http://simile.mit.edu/timeline/examples/jfk/jfk.html

Other than that, no, there isn't a good way to deal with overflow
currently.

David

Christoph Pingel wrote:
> Hi all,
>
> I'm wondering if there is any recommended way to deal with vertical
> overflow in a timeline.
> Is there a way to determine if all events are being displayed? I just
> hacked around a bit whith javascript and added a 'more' button to
> enlarge the containing div and reload the timeline, but that's not
> very elegant because it depends on the user recognizing that there
> are more items to be displayed...
>
> any ideas?
>
> TIA,
> best regards
> Christoph
>
> BTW, if you want to have a look: http://www.tqm.com/seminare/
> similetimeline/timeline_alt_view
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to