I have refreshed the code used at http://www.famnet.net.nz/test/gdbtimeline.aspx. Simply click this and you'll see the problem: the page displays as three very narrow bands, but once you double-click the timeline it displays properly. This page is not within an Iframe, so my suspicion that iframes had anything to do with this problem haven proven false.
My Javascript for this page can be seen at http://www.famnet.net.nz/test/gdbtimeline.js. When I examine the traffic with Fiddler, I see this (sorry about the column headings not lining up): - # Result Protocol Host URL Body Caching Content-Type Process Comments Custom 2 200 HTTP www.famnet.net.nz /test/gdbtimeline.aspx 1,364 private text/html; charset=utf-8 firefox:1912 3 200 HTTP static.simile.mit.edu /timeline/api-2.3.0/timeline-api.js? bundle=true 2,816 application/x-javascript firefox:1912 4 304 HTTP www.famnet.net.nz /test/GDBTimeline.js 0 firefox:1912 5 200 HTTP static.simile.mit.edu /ajax/api-2.2.0/scripts/signal.js?1 606 application/x-javascript firefox:1912 6 200 HTTP static.simile.mit.edu /ajax/api-2.2.0/scripts/signal.js?2 606 application/x-javascript firefox:1912 7 200 HTTP static.simile.mit.edu /ajax/api-2.2.0/scripts/signal.js?1 606 application/x-javascript firefox:1912 8 404 HTTP www.famnet.net.nz /FT_Home/Images/body.gif 1,635 text/html firefox:1912 9 404 HTTP www.famnet.net.nz /test/__history__.html?0 1,635 text/html firefox:1912 10 200 HTTP www.famnet.net.nz /test/GDBTimeline.ashx? Type=Family&Userid=robertb 9,423 private text/xml; charset=utf-8 firefox:1912 11 200 HTTP www.famnet.net.nz /test/GDBTimeline.ashx? Type=History&Userid=robertb&Ownerid=robertb 4,759 private text/xml; charset=utf-8 firefox:1912 12 200 HTTP www.famnet.net.nz /test/GDBTimeline.ashx? Type=Personal&Userid=robertb&Ownerid=robertb 1,273 private text/xml; charset=utf-8 firefox:1912 Is the problem related to the 404 errors on lines 8 and 9? If yes, how do I fix this? These are not objects that I've explicitly referred to, they come from somewhere in the Simile code. -- 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.
