Re: [Simile-Widgets] overlay text labels on tape

2013-03-14 Thread Nick Karnik
Is Timeline.ClassicTheme.create() the same as Timeline.getDefaultTheme() ? Thanks, Nick On Tuesday, August 23, 2011 1:57:11 PM UTC-7, mnosal wrote: Hi, I commented on the thread, and the advice still holds. Don't need to fork, just override the painter method with your own. If you make a

[Simile-Widgets] Re: Using JSONP in Timeline View

2013-03-14 Thread qboiler
Not sure If I can get this to work, This seems to be a Declarative approach to solving the problem, I need a programmatic approach, this is being embedded as a template inside of a Backbonejs app using Underscore templates. This is a single page webapp, so the page is loaded only once, and

[Simile-Widgets] Re: Zoom without the mouse wheel

2013-03-14 Thread Nick Karnik
The documentation here worked for me: https://code.google.com/p/simile-widgets/wiki/MouseWheelScrollingAndZooming On Thursday, March 14, 2013 2:30:28 AM UTC-7, Nick Karnik wrote: Did you ever figure out how to get zoom to work? On Sunday, April 8, 2012 2:09:36 PM UTC-7, Steven Armstrong

Re: [Simile-Widgets] Getting started with Timeline

2013-03-14 Thread Nick Karnik
Thanks for your response. I took at look at the example you sent. I didn't get a notification of this, but I had figured it out and was just about to post what I did. In the last 5 days I've really grown to love the timeline control. I'm stubbed out most of the JS in Script# and I'm using it

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

2013-03-14 Thread Nick Karnik
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! On Friday, February 8,