Hi Tim, I just spelunked the code base and could not find where you're referring to. Are you using the current software (version 2.2 or the Trunk version)?
Since you are having a problem with one of the bundle files, I suggest that you use the unbundled javascript files. That will enable you to see where the bug is actually happening in the source. To use the regular, unbundled Timeline javascript, use "bundled=false" when you call the Timeline-api file. See the file's comments for more info. To use the regular, unbundled version of the Ajax libraries, add "&bundled=false" when setting variable Timeline_ajax_url. Eg Timeline_ajax_url='http://#{URLHOST}/javascripts/timeline/src/ajax/ api/simile-ajax-api.js?bundle=false'; Remember that you'll need to use the source library since it includes the full source files. See http://simile-widgets.googlecode.com/svn/timeline/trunk/src/webapp/api/timeline-api.js for more on setting the bundling parameter. Regards, Larry On Oct 23, 11:28 am, "Tim Dimsdale" <[EMAIL PROTECTED]> wrote: > I think in bundle.js it should be: > Timeline.Debug.exception=function(e){ > alert("Caught exception: "+(Timeline.Platform.browser.isIE?e.message:e)); > > }; > > Instead of "Timeline.Platform.isIE" > > The effect is that when an error occurs inside of IE > "Timeline.Platform.isIE" gets resolved into "undefined", which causes > just "[object]" to be displayed instead of the message. > > In bundle.js, the property is set as follows: > Timeline.Platform.browser.isIE=(an.indexOf("microsoft")!=-1); > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
