Hi Ish, If it works on FF but not IE, then the usual suspect is a trailing comma somewhere.
See http://code.google.com/p/simile-widgets/wiki/Timeline_Problems Good luck, Larry ________________________________ From: Ish Fady <[email protected]> To: [email protected] Sent: Friday, December 19, 2008 5:07:04 AM Subject: Re: Does any host a pre-V2 version of Timeline on their machine? Thank Larry My Application is running fine in FireFox and i am loading my all my library locally. But when I come to run in IE6 or IE7 it doesn't work. it look like having problem with loading jsonData. I load data dynamically using this code. <script type="text/javascript"> var data = <%=session.getAttribute("jsonData")%>; function populateData() { //alert("Function populateData call ............."); window.database = Exhibit.Database.create(); window.database.loadData(data); window.exhibit = Exhibit.create(); window.exhibit.configureFromDOM(); } </script> I just don't seem to understand why and I am bit lost here. Please could you help. many thank ish --- On Thu, 18/12/08, Larry Kluger <[email protected]> wrote: From: Larry Kluger <[email protected]> Subject: Re: Does any host a pre-V2 version of Timeline on their machine? To: [email protected] Date: Thursday, 18 December, 2008, 4:30 PM Hi Mark, Good points. If I was going to locally host v1: Focus on the initial timeline-api file since it loads the bundle files. You also want to look at the ajax-api file since it loads the ajax bundle. Use firebug as I show in my webcast www.sandbox.kluger.com/timeline_firebug to see what files are being loaded, and from where. Make changes and iterate until nothing is being loaded from MIT. Remember that you also need to handle the css and image file loading/urls. Good luck, Larry ________________________________ From: Mark <[email protected]> To: SIMILE Widgets <[email protected]> Sent: Thursday, December 18, 2008 8:45:37 AM Subject: Re: Does any host a pre-V2 version of Timeline on their machine? Hi Larry, We spoke before about the way in which events are drawn. It was changed in v2 and now I have to use tracks and it simply doesn't layout as nicely as before and would create a lot more work for me to get it working as nicely as before. I understand the reasons for you changing it (performance) but I really liked the ease of which I could rely on Timeline to draw everything neatly. If it's not possible, that's fine. I just thought it would be good to get previous version working (I previously used v1 hosted on your site using the JFK urls, worked fine, but can't always guarantee I'll have a network connection when demoing). Thanks Mark On Dec 17, 3:03 pm, Larry Kluger <[email protected]> wrote: > Hi Mark, > > Versions 1 and 2.0 didn't have such great instructions for hosting Timeline > locally. That's why I improved things for the later versions. > > Why do you want to use the old software? > > Regards, > > Larry > > ________________________________ > From: Mark <[email protected]> > To: SIMILE Widgets <[email protected]> > Sent: Wednesday, December 17, 2008 7:12:41 AM > Subject: Does any host a pre-V2 version of Timeline on their machine? > > Hi, > > I want to use the pre-version 2 of Timeline locally on my machine. I > can download it, but I can't find instructions as to what files/where > they are placed to get it to work locally. > > Can somebody help or point me in the right direction? > > Thanks > Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
