Hi Gord,
Although you have created your theme, you don't actually seem to call
it to be used.
For each timeline you need to add the call to theme:
eg.
Timeline.createBandInfo({
........(your other info),
theme: theme
}
Hope that helps!
Laura
On Sep 14, 5:34 am, gburkell <[EMAIL PROTECTED]> wrote:
> Hi Everyone,
> I am trying to change the size of the bubbles so they can fit the
> content. I would love them to expand and contract naturally but for
> some reason it doesn't seem to work????
>
> http://www.artoftheguillotine.com/htmlversion.html
>
> I coded on Mac, checked in Firefox 3 and things don't seem to change
> when I place
>
> var theme = Timeline.ClassicTheme.create();
> theme.event.bubble.width = 320;
> theme.event.bubble.height = 220;
>
> Into the code.
>
> PLEASE HELP!
>
> Gord
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---