In my web site I have developed a timeline, using data from SQL Server with
the Simile timeline. I described all this in a paper
http://www.robertb.co.nz/timeline/Using%20the%20Simile%20TimeLine%20with%20A
SP.htm
I have just discovered that for some time it hasn't been working. However I
have made no changes to my code: the timestamp on the relevant ASP.NET page
is 6/06/2012, and the feature has certainly been running since then.
On attempting to display a page with debugging turned on, Internet Explorer
highlights line 3, which is the first reference to "Timeline": -
var tl;
function onLoad() {
var eventSourceFamily = new Timeline.DefaultEventSource();
var eventSourceHistory = new Timeline.DefaultEventSource();
var eventSourcePersonal = new Timeline.DefaultEventSource();
The error message is: -
SCRIPT5009: 'Timeline' is undefined
The page is set up to read the script from the MIT server whenever the page
is displayed: -
<head runat="server">
<title>Timeline</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<script
src="http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=
true"
type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="GDBTimeline.css" />
<script type="text/javascript" src="GDBTimeline.js"></script>
</head>
This page
(http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=true
)
is displayed when I copy/paste the URL into a browser. It doesn't look as if
it has changed, although I don't think that I'd be able to tell.
Has something changed? How do I fix this problem?
Regards,
Robert Barnes
phone +64-9-418 4415
mobile +64-27-459 2702
Skype: Robert.Barnes3
Address: 13A Havenwood Place, Birkenhead, Auckland 0626
www.famnet.net.nz
<http://www.robertb.co.nz> www.robertb.co.nz
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.