Hi Stephen, Sorry, I'm not an Exhibit guy.
The first suspect issue for IE-only problems is a trailing comma on an array or hash (object) declaration. When faced with these sorts of problems, my usual debugging technique is to start chopping out large sections of code until I find something that works. Then a binary search (adding back code in sections), until I find the problem. Tedious but effective. Be sure to start with an Exhibit system that works in IE, then add in your code/events until it stops working in IE. Good luck, Larry On Nov 12, 3:33 pm, "Stephen Martino" <[EMAIL PROTECTED]> wrote: > Larry, > > I implemented the below and received the following error message, any ideas > or anyone from the group? > > thanks > > Steve > > Line: 1789 > Error: 'this._componentMap[...]' is null or not an object > > On Wed, Nov 5, 2008 at 4:09 PM, LarryK <[EMAIL PROTECTED]> wrote: > > > @ Steve, > > I suggest that you set up the IE 7 debugging environment. It is pretty > > good and is free. > > See > >http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-wit... > > > I'm not an Exhibit guy, so I can't assist beyond that. > > > @ 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. > > > Regards, > > > Larry > > > On Nov 5, 2:01 pm, "Ian Katz" <[EMAIL PROTECTED]> wrote: > > > I also have a problem viewing timelines in IE: > >http://auvac.org/resources/infographic/timeline/ > > > > My items are visible in Firefox, but in not in IE. However, the > > > timeline itself works in IE and is draggable. If I had to guess, I > > > would say that timeline in IE is not properly fetching the XML > > > document containing the data. How would I verify that? > > > > -Ian > > > > On Wed, Nov 5, 2008 at 1:53 PM, Steve <[EMAIL PROTECTED]> wrote: > > > > > To the group, > > > > > My application works great in Firefox, but the Timeline View and other > > > > views in Exhibit do not work properly, can anyone give me advice on > > > > what I can do to fix it for IE? > > > > > The link ishttp://itinfrastructure.hms.harvard.edu/ > > > > > thanks > > > > > Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
