Hi Joseph, Did everything other than __history__ load ok? (On the net tab of firebug.)
Does firebug net tab show your xml file being loaded correctly? Are you loading the html file via http to your local web server? (If you load it via file:// then there could be a same-origin issue when using Ajax to load the xml file.) The error you copy below seems to be a problem with firebug/content/spy.js -- doesn't sound important to me-- sometimes firebug itself causes errors. Larry ________________________________ From: Joseph Marlin <[email protected]> To: SIMILE Widgets <[email protected]> Sent: Tuesday, March 24, 2009 8:17:37 PM Subject: Re: Timeline set up correctly, but not showing events No, there is still no change. Still a proper nice little timeline with nothing on it. =[ I got some more clues though: I checked out the Firebug errors, which I hadn't noticed even existed before. I'm not good enough to understand them, but maybe you can... http://localhost:8888/S/events.xml 304 Not Modified 124ms simile- a...bundle.js (line 2613) TypeError: D is null message=D is null simile-a...bundle.js (line 1542) TypeError: D is null "XmlHttp: Error handling onReadyStateChange" simile-a...bundle.js (line 1541) [Exception... "'XmlHttp: Error handling onReadyStateChange' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: chrome://firebug/content/spy.js :: onHTTPSpyReadyStateChange :: line 497" data: no] compare()(null, Sun Sep 08 1963 01:36:00 GMT-0400 (EDT))simile- a...bundle.js (line 2395) (?)()(Object _id=e1 _instant=true _description=</event>\n--^)simile- a...bundle.js (line 1295) find()(function())simile-a...bundle.js (line 1194) _ReverseIterator()(Object _a=[1], Sun Sep 08 1963 01:36:00 GMT-0400 (EDT), Fri Nov 22 1963 23:57:41 GMT-0500 (EST), Object)simile- a...bundle.js (line 1295) getReverseIterator()(Sun Sep 08 1963 01:36:00 GMT-0400 (EDT), Fri Nov 22 1963 23:57:41 GMT-0500 (EST))simile-a...bundle.js (line 1229) getEventReverseIterator()(Sun Sep 08 1963 01:36:00 GMT-0400 (EDT), Fri Nov 22 1963 23:57:41 GMT-0500 (EST))sources.js (line 266) paint()()original...ainter.js (line 165) _paintEvents()()band.js (line 712) _onAddMany()()band.js (line 681) onClear()()band.js (line 127) _fire()("onAddMany", [])sources.js (line 290) loadXML()(Document , "sch.xml")sources.js (line 85) (?)()(Document , "sch.xml")SCHEDULE.HTML (line 121) fDone()(XMLHttpRequest)timeline.js (line 374) _onReadyStateChange()(XMLHttpRequest, function(), function())simile- a...bundle.js (line 2588) onreadystatechange()()simile-a...bundle.js (line 2611) if(typeof D=="object"){B=D.getTime(); simile-a...bundle.js (line 2395) D is null compare()(null, Sun Sep 08 1963 10:50:24 GMT-0400 (EDT))simile- a...bundle.js (line 2395) (?)()(Object _id=e1 _instant=true _description=</event>\n--^)simile- a...bundle.js (line 1295) find()(function())simile-a...bundle.js (line 1194) _ReverseIterator()(Object _a=[1], Sun Sep 08 1963 10:50:24 GMT-0400 (EDT), Fri Nov 22 1963 23:44:47 GMT-0500 (EST), Object)simile- a...bundle.js (line 1295) getReverseIterator()(Sun Sep 08 1963 10:50:24 GMT-0400 (EDT), Fri Nov 22 1963 23:44:47 GMT-0500 (EST))simile-a...bundle.js (line 1229) getEventReverseIterator()(Sun Sep 08 1963 10:50:24 GMT-0400 (EDT), Fri Nov 22 1963 23:44:47 GMT-0500 (EST))sources.js (line 266) paint()()original...ainter.js (line 165) _paintEvents()()band.js (line 712) paint()()band.js (line 276) layout()()band.js (line 270) _recenterDiv()()band.js (line 708) setViewLength()(1409)band.js (line 317) _distributeWidths()()timeline.js (line 561) layout()()timeline.js (line 312) onResize()()SCHEDULE.HTML (line 129) if(typeof D=="object"){B=D.getTime(); simile-a...bundle.js (line 2395) On Mar 24, 5:11 pm, Larry Kluger <[email protected]> wrote: > Ho Joseph, > > Happy to assist. > > The __history file can just contain a blank. It is used to help keep the > browser's <back button> working correctly. > > It isn't clear to me how it makes a difference whether you have it or not. > (At least with modern browsers.) I'm sure others will also comment about the > file. > > Is your Timeline working now? Let us know if not. > > Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
