Timeline User Control with C# and Masterpage

2009-03-26 Thread EC
Not a question, but after a few weeks of implementing simile timeline I've got a few tricks for any C# ASP.NET users out there. First, if you're using masterpages you absolutely have to link to the timeline-api.js in the server side head tag in the Masterpage. I tried putting it in the aspx

Re: line order

2009-03-26 Thread Thomas
Hi! First, thanks for this awesome little app! Im using this in Google Spreadsheets and i have a question... Would it be possible to use the trackNum variable in the Google Spreadsheet version? (Im not sure how the Google Widget relates to SIMILE exactly but i think this is the only place to

Re: 'Handle' for the filtered data in exhibit

2009-03-26 Thread harshal
Hi Sachin, Following thread has useful information. http://groups.google.com/group/simile-widgets/browse_thread/thread/a41f849c45da0b36/6903ba4143dba2ff?lnk=gstq=filtered#6903ba4143dba2ff Thanks. Regards, On Mar 25, 10:13 am, SachinJadhav sachinjadhav.e...@gmail.com wrote: Hi All, I am

help please!!!! =(

2009-03-26 Thread Durlo
when the Internet user clicks the object on the timeline I want to run a function, which define the action of clicking the object? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups SIMILE Widgets group. To post to this

Can't load the images

2009-03-26 Thread deam31
Hi, my data.js file looks like this: var records = [ { image: http://www21.brinkster.com/deam/actorgozalo/images/ pic_1.png?mode=fillcropmaxheight=200maxwidth=200, title: Anatomy for the Artist, subtitle: Sarah Simblet } ]; but the image doesn't show, it put Loading

Re: Google spreadsheet Timeline widget -- line order

2009-03-26 Thread Larry Kluger
Hi Thomas, Unfortunately, as far as I know, the Google spreadsheet Timeline widget is not being maintained. I don't even know where its source is located. David? Once you locate its source, you will be able to update it to use the trackNum event attribute. Regards, Larry

Runway / load image.

2009-03-26 Thread deam31
Hi, my data.js file looks like this: var records = [ { image: http://www21.brinkster.com/deam/actorgozalo/images/ pic_1.png?mode=fillcropmaxheight=200maxwidth=200, title: Anatomy for the Artist, subtitle: Sarah Simblet } ]; but the image doesn't show, it put Loading at

Re: Timeline User Control with C# and Masterpage

2009-03-26 Thread Larry Kluger
Thanks EC, Any public Timeline pages that we can add to the In-the-wild section of the wiki? Thanks, Larry From: EC coopey...@gmail.com To: SIMILE Widgets simile-widgets@googlegroups.com Sent: Thursday, March 26, 2009 10:11:47 AM Subject: Timeline User

Re: Timeline User Control with C# and Masterpage

2009-03-26 Thread David Karger
www.recovery.org Larry Kluger wrote: Thanks EC, Any public Timeline pages that we can add to the In-the-wild section of the wiki? Thanks, Larry *From:* EC coopey...@gmail.com *To:* SIMILE Widgets

Re: change the css class of event tape from timeline-event-tape

2009-03-26 Thread Larry Kluger
Hi Jorge, Happy to help, thanks for the update and compliment. Let us know if you have any public Timelines to be added to the in-the-wild wiki page. Regards, Larry From: Jorge jorgecorre...@gmail.com To: SIMILE Widgets simile-widgets@googlegroups.com

issue loading XML data

2009-03-26 Thread pat
Greetings, Sorry in advance for the potentially dumb question ... however, if anyone could point me in the direction of a solution, I'd be more than grateful. I have implemented a local deployment of timeplot behind an Apache server (which works) and now am attempting to overlay timeline

Re: Runway / load image.

2009-03-26 Thread George Adams
Two things here. It looks like you are following the freebase.com way of displaying a scaled image with

year oddness

2009-03-26 Thread David Welton
Hi, I am using the widget here: http://langpop.com/timeline.html However, it seems to have 2007 and 2008 as the years displayed, even though the data go from 2007 to 2009. Shouldn't it have 2008 and 2009 on the year markers? Thanks, -- David N. Welton http://www.welton.it/davidw/

Re: year oddness

2009-03-26 Thread David Welton
However, it seems to have 2007 and 2008 as the years displayed, even though the data go from 2007 to 2009.  Shouldn't it have 2008 and 2009 on the year markers? Here's the problem: In geometry.js, it rounds down the year, and then does getUTCFullYear. But there seems to be an 'issue' with

Re: adding skins to timeline banda

2009-03-26 Thread Scott Thomson
Hi Pinaki, I'm not sure about all this but if you look here: http://simile.mit.edu/timeline/examples/ You'll see a picture of buildings in the botth left. This is strata.jpg, it is set in http://simile.mit.edu/styles/default.css If you look at the ether.css in

Re: year oddness

2009-03-26 Thread Larry Kluger
Hi David, Welcome to Timeline! Please set the timezone in your band creation call to 1 and let us know if that fixes things. eg Timeline.createBandInfo({ width: 10%, intervalUnit: Timeline.DateTime.DECADE,

Re: Runway

2009-03-26 Thread John Callahan
Thanks David. I downloaded the latest trunk and the items that you fixed look good. I'm also able to set some of the color parameters now. (not sure what the problem was before...) A few thoughts... 1) For colors, can Runway support the full 6 digits (#ff) instead of only three

Re: dragging vertically in timelines

2009-03-26 Thread John Callahan
I totally agree with both of Larry's cents. Items 1) and 2) as Larry described them would work very well for my applications. - John Larry Kluger wrote: Hi, I like David's slim scrollbar, I think it's more attractive than the usual windows toolbar. I also agree with David's point