Success with updating the files and getting them working. I believe my
setup is now pretty similar to the presidents example. However, I am
having the same problems, so I do not think that was the issue.

I am still having trouble with opening the bubbles in Internet
explorer 8. It now loads properly, but the bubbles do not open. The
error message I get here is:

Message: Unexpected call to method or property access.
Line: 5913
Char: 156
Code: 0
URI: http://www.matchrounds.com/timeline/cool/exhibit-bundle.js



Also, there are a lot of error pop ups that occur when I attempt to
load this page in Internet Explorer 6 or 7. After refreshing the page,
the timeline loads but the bubbles do not open similar to in IE8. I am
sure this is just a simple issue, but I do not understand the code
well enough to figure out where the problem is. Any help would be
greatly appreciated!

Thanks!



On Mar 4, 3:55 pm, Praveen <[email protected]> wrote:
> Hi,
>
> I looked into your comments last time, but was not able to get it to
> work. I am using exhibit and timeline, and trying to do so directly
> off my own server. I looked into your presidents example and used the
> code used there for creating the timeline. However, now the timeline
> does not display at all. I made a backup of the other version, so I
> can revert back if needed later. I do agree that the coding I was
> using before was very inefficient. I modeled it after the presidents
> example now, so please take another look.
>
> http://www.matchrounds.com/mytimeline.php
>
> Thanks!
>
> On Mar 4, 1:33 pm, Michiel <[email protected]> wrote:
>
> > Hi,
>
> > Almost a month ago, on the 8th of February I already indicated that
> > you should look at the code that loads exhibit. The next section is
> > basically  from the "US Presedents" example:
>
> >     <script src="http://api.simile-widgets.org/exhibit/2.2.0/exhibit-
> > api.js></script>
> >     <script src="http://api.simile-widgets.org/exhibit/2.2.0/
> > extensions/time/time-extension.js"></script>
>
> > The equivalent code on the site you are working on is indicated below.
> > Why is there such a large difference?
> > Michiel
>
> > Your code:
> > <script src="http://www.matchrounds.com/timeline/cool/exhibit-api.js";
> > type="text/javascript"></script>
> > <script src="http://www.matchrounds.com/timeline/cool/simile-ajax-
> > api.js" type="text/javascript"></script>
> > <script src="http://www.matchrounds.com/timeline/cool/simile-ajax-
> > bundle.js" onerror="" type="text/javascript"></script>
> > <script src="http://www.matchrounds.com/timeline/cool/exhibit-
> > bundle.js" onerror="" type="text/javascript"></script>
> > <script src="http://www.matchrounds.com/timeline/cool/locale.js";
> > onerror="" type="text/javascript"></script>
> > <script src="http://www.matchrounds.com/timeline/cool/exhibit-en-
> > bundle.js" onerror="" type="text/javascript"></script>
>
> > <script src="http://www.matchrounds.com/timeline/cool/locale.htm";
> > onerror="" type="text/javascript"></script>
> > <script src="http://www.matchrounds.com/timeline/cool/create.js";
> > onerror="" type="text/javascript"></script>
> > <link rel="stylesheet" href="http://www.matchrounds.com/timeline/cool/
> > exhibit-bundle.css" type="text/css">
> > <link rel="stylesheet" href="http://www.matchrounds.com/timeline/cool/
> > graphics.css" type="text/css">
> > <!-- Time Extension library -->
> >         <script src="http://www.matchrounds.com/timeline/cool/time-
> > extension.js"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/timeline-
> > api.js" onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/
> > timeline_002.js" onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/themes.js";
> > onerror="" type="text/javascript"></script>
>
> >         <script src="http://www.matchrounds.com/timeline/cool/ethers.js";
> > onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/ether-
> > painters.js" onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/labellers.js";
> > onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/sources.js";
> > onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/original-
> > painter.js" onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/detailed-
> > painter.js" onerror="" type="text/javascript"></script>
>
> >         <script src="http://www.matchrounds.com/timeline/cool/overview-
> > painter.js" onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/decorators.js";
> > onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/units.js";
> > onerror="" type="text/javascript"></script>
> >     <link rel="stylesheet" href="http://www.matchrounds.com/timeline/
> > cool/timeline.css" type="text/css">
> >     <link rel="stylesheet" href="http://www.matchrounds.com/timeline/
> > cool/ethers.css" type="text/css">
> >     <link rel="stylesheet" href="http://www.matchrounds.com/timeline/
> > cool/events.css" type="text/css">
> >         <script src="http://www.matchrounds.com/timeline/cool/timeline.js";
> > onerror="" type="text/javascript"></script>
>
> >         <script src="http://www.matchrounds.com/timeline/cool/
> > labellers_002.js" onerror="" type="text/javascript"></script>
> >         <script 
> > src="http://www.matchrounds.com/timeline/cool/time-extension-
> > bundle.js" onerror="" type="text/javascript"></script>
> >         <script 
> > src="http://www.matchrounds.com/timeline/cool/time-locale.js";
> > onerror="" type="text/javascript"></script>
> >         <script src="http://www.matchrounds.com/timeline/cool/time-
> > locale.htm" onerror="" type="text/javascript"></script>
> >     <link rel="stylesheet" href="http://www.matchrounds.com/timeline/
> > cool/time-extension-bundle.css" type="text/css">
>
> > On Mar 4, 7:04 pm, Praveen <[email protected]> wrote:
>
> > > David,
>
> > > Thanks for the response. I was able to figure out the border problem.
> > > You were right I was missing a css file.
>
> > > I am still having a problem with internet explorer. Since updating my
> > > exhibit to the new version, the timeline now displays in IE 8 but the
> > > bubbles do not pop up at all. In IE6 and 7 there are a bunch of errors
> > > that sometimes pops up on loading, and sometimes the timeline works
> > > after reloading a couple times. I am thinking I must have messed
> > > something up when making a local version, but cannot figure out what
> > > is missing. here is a link for you to look at on IE:
>
> > >www.matchrounds.com/mytimeline.php
>
> > > Thanks!
>
> > > On Mar 4, 9:18 am, David Karger <[email protected]> wrote:
>
> > > > It looks like you are running a local copy of exhibit.  If so, then a
> > > > missing border suggests you might be missing a css file that describes
> > > > the border---perhaps you didn't include all the css files when you made
> > > > a local copy.
> > > > these things are easier to debug when you give a link to an example of
> > > > what's broken.
>
> > > > On 3/2/2010 4:12 PM, Praveen wrote:
>
> > > > > Great I appreciate the response. I have been able to get it up and
> > > > > running now in IE8. However, the bubbles no longer pop up after
> > > > > clicking on them in IE. They show up in Firefox but with the top and
> > > > > left border missing. Any ideas of what is wrong? Here is the error
> > > > > message that shows in the bottom left of iE
>
> > > > > Webpage error details
> > > > > Message: Unexpected call to method or property access.
> > > > > Line: 5913
> > > > > Char: 156
> > > > > Code: 0
> > > > > URI:http://www.matchrounds.com/timeline/cool/exhibit-bundle.js
>
> > > > > Message: Unexpected call to method or property access.
> > > > > Line: 5913
> > > > > Char: 156
> > > > > Code: 0
> > > > > URI:http://www.matchrounds.com/timeline/cool/exhibit-bundle.js
>
> > > > > On Mar 1, 5:06 pm, David Karger <[email protected]> wrote:
>
> > > > >> exhibit 2.2.0, which is available at simile-widgets.org, does work 
> > > > >> for ie8
>
> > > > >> On 3/1/2010 5:28 PM, Praveen wrote:
>
> > > > >>> Does Exhibit work in IE 8? I can't seem to get it to show anything. 
> > > > >>> I
> > > > >>> am using Exhibit to display json data from a mysql database that is
> > > > >>> then displayed on the timeline. Sometimes I see the working 
> > > > >>> animation,
> > > > >>> but the timeline never displays. I think I read that there is a new
> > > > >>> version of exhibit for IE 8, but I can't seem to find where this is.
> > > > >>> can anyone point me in the right direction?
>
> > > > >>> 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.

Reply via email to