Hi Ian,

Re errors:

Look in the FF Firebug 'Net" tab. Then click the All button. You
should see a list of all the files loaded and attempted to be loaded
by the browser.
Also, when you do your load in the browser (after having made the
change), use shift-load (shift key and the load button). That way your
cache will be refreshed.
Usually the cause for the error you're getting is a missing source
file--you need all of the source when you run unbundled.
You'll see it on the firebug list in bright red since the browser
couldn't load it.

I certainly agree with you about having it partly work than not at
all.

If you can't solve the unbundled issue then you can send me a login
via private reply.

Re: the xml file looks ok along with the content-type --
I agree -- and the fact that they look fine is why I'm interested in
helping debug your problem.

Regards,

Larry


On Nov 5, 4:33 pm, "Ian Katz" <[EMAIL PROTECTED]> wrote:
> With "bundle=false", it doesn't work in any browser; I get an empty
> div.  The firefox error console gives me this:
>
> Error: Timeline.strings is undefined
> Source 
> File:http://auvac-staging.auvac.org/libs/simile/timeline/timeline_js/scrip...
> Line: 7
>
> Error: Timeline.GregorianDateLabeller is undefined
> Source 
> File:http://auvac-staging.auvac.org/libs/simile/timeline/timeline_js/scrip...
> Line: 6
>
> Error: Timeline.DefaultEventSource is not a constructor
> Source 
> File:http://auvac-staging.auvac.org/resources/infographic/timeline/timelin...
> Line: 3
>
> Let me know if you need to see this in action, and I'll set up a
> user/password for you on our preview site.  (I'd rather have a
> half-functioning timeline than a non-functioning timeline)
>
> As for the xml file
> (http://auvac.org/resources/infographic/xml/auv_system_timeline.xml.php),
> I'm not sure what could be wrong with it.  The content-type is
> "text/xml" and firefox doesn't complain about the syntax.  What else
> should I be looking for?
>
> -Ian
>
> On Wed, Nov 5, 2008 at 4:09 PM, LarryK <[EMAIL PROTECTED]> wrote:
> > @ Ian,
> > I'm interested to see why you're having the problem. I tried to debug
> > it but you're using the mini-fied bundle files. For development and
> > debugging, you need to use the full source and no bundling.
>
> > Currently your  timeline-init.js file is
> > Timeline_ajax_url="/libs/simile/timeline/timeline_ajax/simile-ajax-
> > api.js";
> > Timeline_urlPrefix='/libs/simile/timeline/timeline_js/';
> > Timeline_parameters='bundle=true';
>
> > Please change it to
> > Timeline_ajax_url="/libs/simile/timeline/timeline_ajax/simile-ajax-
> > api.js?bundle=false";
> > Timeline_urlPrefix='/libs/simile/timeline/timeline_js/';
> > Timeline_parameters='bundle=false';
>
> > That should make the system use the individual files for both Timeline
> > and the Simile Ajax lib.
> > It should work exactly the same as it does now, on all the browsers.
> > Then send another note to this list and I'll have another look at it.
>
> > My guess is that the IE Ajax lib is not happy about some aspect of
> > your data file's transmission format or xml content.
--~--~---------~--~----~------------~-------~--~----~
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