Robert Fant wrote:
> ++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
> >You can check the source code of this example for how to control the
> >size of the bubble window:
>
> >http://simile.mit.edu/timeline/examples/jfk/jfk.html
> Hi David,
>
> I looked at the source code of the above link and "assumed" that the
> following was the chunk of code I needed to use:
>
> var theme = Timeline.ClassicTheme.create();
> theme.event.label.width = 250; // px
> theme.event.bubble.width = 250;
> theme.event.bubble.height = 200;
>
> I placed this code immediately after the "onload( )" command but it
> is making no difference. It's not even breaking my page.
> Sorry to bother you with such trivialities but I'm not a programmer,
> can you tell?
You just need to use "theme" in some other places, e.g.,
Timeline.createHotZoneBandInfo({
...
theme: theme
})
Just search for "theme" in that example.
Cheers,
David
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general