Re: [Simile-Widgets] size of timeline event bubble

84 views
Skip to first unread message

Jeff Roehl

unread,
Feb 20, 2013, 4:36:17 PM2/20/13
to simile-...@googlegroups.com
>> Is there a way to configure the size of the event bubble that pops up when a user clicks on an event?

After:

var theme = Timeline.ClassicTheme.create();

Then:

theme.event.bubble.width = 800;
theme.event.bubble.height = 0

There is something that takes care of itself if you just specify the width.

I forget.

Experiment.

 
Thanks
Jeff Roehl
jro...@yahoo.com
(818) 912-7530

From: Jeff Chapman <chapma...@sbcglobal.net>
To: simile-...@googlegroups.com
Sent: Friday, February 8, 2013 4:28 PM
Subject: [Simile-Widgets] size of timeline event bubble

Is there a way to configure the size of the event bubble that pops up when a user clicks on an event?

Thanks.

--
You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simile-widget...@googlegroups.com.
To post to this group, send email to simile-...@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


Nick Karnik

unread,
Mar 14, 2013, 4:08:05 PM3/14/13
to simile-...@googlegroups.com
 var theme = Timeline.getDefaultTheme();
      theme.event.bubble.width = 500;
      theme.event.bubble.height = 400;
      theme.mouseWheel = 'scroll';
      bp.theme = theme;

Note that bp is a dictionary that I pass to Timeline.createBandInfo(bp)

Hope that helps!
Reply all
Reply to author
Forward
0 new messages