Re: [Simile-Widgets] setting range in timeline

2012-06-09 Thread Steve Pai
There was a similar question a few weeks back. Search, it involved timeline_start and timeline_stop. I can't remember off the top of my head. Steve @ iPhone On Jun 9, 2012, at 2:32 PM, David Van Fleet dr.vanfl...@gmail.com wrote: How do I set a specific range in timeline, e.g., 1800-2000? --

Re: [Simile-Widgets] Tacking on an image to the beginning/end of a band?

2012-05-30 Thread Steve Pai
? Band refers to the section of the timeline in which the events are drawn. 'Tape' refers to the bar drawn for a duration event. I'm thinking you're referring to the duration tape, and not the overall Band? Is that correct? --Mike On May 25, 2012, at 7:31 PM, Steve Pai wrote: So if I understand

Re: [Simile-Widgets] Tacking on an image to the beginning/end of a band?

2012-05-25 Thread Steve Pai
. steve On Thu, May 24, 2012 at 1:47 PM, Steve Pai steve...@gmail.com wrote: Sweet!! Can't wait to get back to my computer to try this out :) Thanks Mike! steve On Thu, May 24, 2012 at 1:46 PM, Michael Nosal mno...@mitre.org wrote: Yup, done that. It's pretty easy to tack on a div to your

Re: [Simile-Widgets] Simile Widget Timeline Disable Scroll ( Mousewheel + Drag )

2012-05-24 Thread Steve Pai
theme.timeline_start and theme.timeline_stop, I can't scroll at all. [Chrome] :-/ D On May 23, 2012, at 2:47 PM, Steve Pai wrote: Have you heard of any reports of not being able to scroll left (back in time) after setting theme.timeline_start? I am hitting this issue in both Safari and Firefox

Re: [Simile-Widgets] Simile Widget Timeline Disable Scroll ( Mousewheel + Drag )

2012-05-24 Thread Steve Pai
Thanks for the response Mike! That worked. At first I was using this form for start/stop: theme.timeline_start = Jan 1 2000 00:00:00 GMT; Then switched to this per instructions in the wiki theme.timeline_start = new Date(Date.UTC(2000,01,01)); Both of which caused the issues I described

Re: [Simile-Widgets] how can i insert image in timeline

2012-05-23 Thread Steve Pai
Look at the data source file, it's set using icon { title: Bubble Boy, id:/en/bubble_boy, start: 2001-08-24, icon: http://www.freebase.com/api/trans/image_thumb//wikipedia/images/en_id/948834?maxheight=76amp;mode=fillcropamp;maxwidth=76

Re: [Simile-Widgets] Simile Widget Timeline Disable Scroll ( Mousewheel + Drag )

2012-05-23 Thread Steve Pai
Is that a variable for theme? e.g., var theme = Timeline.ClassicTheme.create(); theme.timeline_start = Jan 1 2000 00:00:00 GMT; On Wed, May 23, 2012 at 1:11 PM, Michael Nosal mno...@mitre.org wrote: You can set timeline_start and timeline_stop in the theme for your bandInfo. These are the

Re: [Simile-Widgets] Simile Widget Timeline Disable Scroll ( Mousewheel + Drag )

2012-05-23 Thread Steve Pai
On May 23, 2012, at 4:23 PM, Steve Pai wrote: Is that a variable for theme? e.g., var theme = Timeline.ClassicTheme.create(); theme.timeline_start = Jan 1 2000 00:00:00 GMT; On Wed, May 23, 2012 at 1:11 PM, Michael Nosal mno...@mitre.org wrote: You can set timeline_start and timeline_stop

Re: [Simile-Widgets] Simile local installation problems?

2012-04-20 Thread Steve Pai
Paige, Not sure if you got it working yet, but I noticed in your original email: script Timeline_ajax_url=http://paigemorgan.net/timeline/src/ajax/api/simile- ajax-api.js ajax-api.jshttp://paigemorgan.net/timeline/src/ajax/api/simile-ajax-api.js

Re: [Simile-Widgets] Simile local installation problems?

2012-04-20 Thread Steve Pai
I ended up tacking on '?bundle=false' to both the simile-ajax-api.js and timeline-api.js url, and commented out Timeline_parameters='bundle=false', which worked. On Fri, Apr 20, 2012 at 12:27 PM, Steve Pai steve...@gmail.com wrote: Paige, Not sure if you got it working yet, but I noticed

Re: [Simile-Widgets] Creating a vertical bar in the timeline

2012-03-22 Thread Steve Pai
Thank you Mike, that helped a lot. Again, great explanation :) On Wed, Mar 21, 2012 at 11:33 AM, Michael Nosal mno...@mitre.org wrote: On Mar 20, 2012, at 5:19 PM, Steve Pai wrote: Michael, another question for you if you don't mind: I'd like to define start/end time in the form: '2000

Re: [Simile-Widgets] Creating a vertical bar in the timeline

2012-03-20 Thread Steve Pai
Thanks for clearing that up Michael. Re-reading the JFK example makes a lot more sense now. Do you have any examples I can reference? So if I understand correctly, within the timeline script I would have something like: Timeline.SpanHighlightDecorator({

Re: [Simile-Widgets] Creating a vertical bar in the timeline

2012-03-20 Thread Steve Pai
({ startDate : span.start, endDate : span.end, startLabel : span.title }); band.addDecorator(deco); } }); --Mike On Mar 20, 2012, at 3:39 PM, Steve Pai wrote: Thanks for clearing that up Michael. Re-reading the JFK example makes a lot more sense now. Do you have

Re: [Simile-Widgets] Creating a vertical bar in the timeline

2012-03-20 Thread Steve Pai
. Is there another parameter I am missing? Steve On Tue, Mar 20, 2012 at 1:38 PM, Steve Pai steve...@gmail.com wrote: Michael, I can't thank you enough! Extremely helpful example. :) On Tue, Mar 20, 2012 at 1:10 PM, Michael Nosal mno...@mitre.org wrote: Simple example - lets add decorators

Re: [Simile-Widgets] show the tape and the label event in the same line... label inside tape... :S

2012-03-16 Thread Steve Pai
I don't know if this functionality is actually built in. Have not seen in any of the examples either. If I'm wrong, all the better. I'd love to be able to place my labels inside the bar/event_tape 2012/3/16 Bryan Andrés Echegoyen Rozas bryan.echego...@gmail.com please, help :/ -- You

Re: [Simile-Widgets] Simile Timeline Event HTML CSS Customisation

2012-03-16 Thread Steve Pai
Are you talking about the event_tape being custom? Look at the examples test_example_2 - it shows you how to accomplish this using 'classname' Also look back on my previous question 'custom event tapes', it has a bit more information in there if test_example_2 is not clear. Steve On Mon, Mar

Re: [Simile-Widgets] Exhibit timeline extension

2012-02-24 Thread Steve Pai
I also have the same question. Anyone know? On Fri, Feb 24, 2012 at 9:14 AM, Sandeep starfy...@gmail.com wrote: Is there a way to align items on the vertical plane (y-axis) with the Exhibit timeline extension? I wish to display grades on it, but I could not see how to do this in the

Re: [Simile-Widgets] Custom Event Tapes

2012-02-23 Thread Steve Pai
Never mind. Figured it out :) There is an example in 'test_example2' within the examples section. If anyone searches this in the future, all you have to do is to create the gradient you want using the colorzilla generator, then define it in your .css class like so: .tape-gradient-blue { /*

Re: [Simile-Widgets] Custom Timeline ranges, that are not time based?

2012-02-14 Thread Steve Pai
Thanks David, that helped a lot. I'll try to pick through the source and see if I can figure it out. Steve On Tue, Feb 14, 2012 at 8:22 AM, David Karger kar...@mit.edu wrote: It was used for a gene map here: