Thanks a lot Larry... your post and video were extremely helpful

I did also track it down last night to somehow referencing
bundle.js... however I can not find that reference anywhere in my code/
files.
The only reference I have is to timeline-bundle.js and timeline-
bundle.css

Were those files referenced somewhere else, and I was supposed to
rename them?
I did try renaming and duplicating those files... and it moves me a
few steps closer.

Now I have three errors left, and I cannot see where it might be
wrong.
===========================
http://www3.telus.net/warfsworld/html/travel/travel_timeline_host.htm
(line 84)

function onLoad() {
 var eventSource = new Timeline.DefaultEventSource();

   var bandInfos = [
     Timeline.createBandInfo({
                eventSource:    eventSource,
        date:           "Nov 21 2008 00:00:00 GMT",
        width:          "70%",
        intervalUnit:   Timeline.DateTime.MONTH,
<!-- Uncaught TypeError: Cannot read property 'MONTH' of undefined  --
>
        intervalPixels: 35
    }),
============================
http://www3.telus.net/warfsworld/timeline_js/scripts/l10n/en/labellers.js
(line 6)

Timeline.GregorianDateLabeller.monthNames["en"] = [
<!-- Uncaught TypeError: Cannot read property 'monthNames' of
undefined -->
    "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep",
"Oct", "Nov", "Dec"
];
===================================
http://www3.telus.net/warfsworld/timeline_js/scripts/l10n/en/timeline.js
(line 6)

Timeline.strings["en"] = {
<!-- Uncaught TypeError: Cannot set property 'en' of undefined -->
    wikiLinkLabel:  "Discuss"
};



On Dec 17, 6:38 pm, Larry Kluger <[email protected]> wrote:
> Hi Warf,
>
> Welcome to Timeline.
>
> Since you posted your url, it was easy for me to spot the problem:
>
> You're referencinghttp://www3.telus.net/warfsworld/timeline_js/bundle.js
>
> But nothing is there on your server. Or at least, nothing is being downloaded.
>
> So either you didn't upload the bundle file correctly, or you referred to the 
> wrong directory in your settings in your Timeline file.
>
> I made a screencast that shows how to spot the problem using Firebug, the 
> debugger for Firefox:www.sandbox.kluger.com/timeline_firebug
>
> Hope this helps.
>
> Let us know when you get it working, and we'll add your page to the In the 
> Wild list of Timeline users.
>
> Thanks,
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to