Actually, it's Mark - DSW stands for Digital ShipWrright! I initially used the same date format as your file, but I noticed that all of my dates were off by one month. I would enter June in the file, but the Timeline would show July! When I changed the dates to the old format, the dates showed up correctly. This may have been when the problem started, but I'm not certain.
I inserted the iso8601 declaration in the carrier3.js file and that seems to have solved the problem! Everything is working now, but my question is why was the date off by 1 month? Thanks for solving my problem! Mark On Nov 17, 6:31 pm, Jon Crump <[EMAIL PROTECTED]> wrote: > DSW (David, Dirk, Danger?), > > Just one more thought that may not help. The data file for the Itinerary > project uses Date() object declarations for the dates, this gave me a bump > in speed (though, sadly as I just recently learned, it renders the file > not JSON compliant). > > Your data file athttp://digitalshipwright.com/carrier3.jsuses iso8601 > for the date format, yes? If memory serves, this requires a declaration in > the json file. Have a look at the cubism data at: > > http://code.google.com/p/simile-widgets/source/browse/timeline/trunk/... > > note the 'dateTimeFormat': 'iso8601', declaration at the top. > > OK, I'm outa ideas; good luck. > > Jon > > > > On Mon, 17 Nov 2008, DSW wrote: > > > I really liked the way yours was layed out and I thought I could > > modify it for my use. I actually considered using the map function, > > but that's secondary and I figured I needed to get the Timeline > > straight first. I've tried to eliminate things one at a time so I > > could see the effect, but I obviously trashed something useful! > > > I made the two changes you referred to, but it didn't make any > > difference. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
