Hi again,

Well, I seem to have solved two of my problems. I'm still working on  
the other two. I thought I would send along the solutions in case  
others need them in the future.

> First, it appears that the I have something configured wrong in my
> setup. I send an event with a date of Dec 27 and it actually gets
> displayed on the 28th. I have filtering and highlighting set up from
> the example.js file and when I highlight the event, the highlight div
> appears in the correct location even though the actual event is in
> the wrong place.

It turns out that I had centering turned on for a higher level div in  
my page that contains the div the timeline is in. This got inherited  
by the instant div that gets created by the timeline and the title  
for the event was getting centered inside the div and thus moving  
over to another day in the timeline. A suggestion here would be to  
override the text-align style attribute to be left aligned in event  
title divs.

> Finally, I am trying to modify the highlight colors for the default
> theme in the theme.js file. However, if I change them here, they do
> not change in the browser, even after dumping cache and reloading the
> page. Is there somewhere else that these are set that are overriding
> my changes?

I didn't actually solve this one, but found what is probably the  
correct way of doing it. Instead of changing the default theme, I  
over rode it with theme.event.highlightColors = [].

Two down, two to go. Any help on the other two would definitely be  
appreciated!

Thanks,

Scott
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to