Hi Steven,

Thank you for your testing with the latest Exhibit release and latest Timeline 
release.

A number of Timeline parameters were moved to css rules.
Unfortunately, the person who made the change moved a little too fast. In the 
current trunk ver of Timeline, I've changed some of his changes to use css if a 
color is not explicitly specified.

SpanHighlighters have default rules
.timeline-highlight-decorator{background-color:#FFC080;}
.timeline-highlight-point-decorator{background-color:#ff5;}

These can be overridden by your css.

But since you want multiple highlighting colors, the issue may have to wait for 
the next Timeline release, and the next Exhibit release which will pick it up.

David, and Everyone,

There are a lot of good changes in Timeline Trunk since the last release. See 
the changes file. A number of them were items such as the above which I also 
discovered while working on my project. I think it's time for a Timeline and 
Ajax release. I will work on doing that next week.
Testing of the current Timeline trunk would be much appreciated in the meantime.
When supplying issue reports, please supply a test url too.

Happy T-day everybody,

Larry




________________________________
From: Stephen Martino <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, November 25, 2008 9:22:03 AM
Subject: Re: New Exhibit and exhibit-bundle.css

The below code used to change the ranges on the timeline to different colors, 
now they all seem to be the same color since I upgraded to the new version...

Also, I was using the "Detailed" layout, which had connecting lines before to 
each event, those are now gone?

I believe the line to initiate this was: layout:         "detailed"

My version is at:  http://itinfrastructure.hms.harvard.edu/


new Timeline.SpanHighlightDecorator({
                        startDate:  new Date(2007, 0, 1),
                        endDate:    new Date(2008, 0, 1),
                        startLabel: "",
                        endLabel:   "",

                        color:      "#BF955F",
                        opacity:    25,
                        theme: theme
                    }),
                    new Timeline.SpanHighlightDecorator({

                        startDate:  new Date(2008, 0, 1),
                        endDate:    new Date(2009, 0, 1),
                        startLabel: "",
                        endLabel:   "",

                        color:      "#FF9000",
                        opacity:    25,
                        theme: theme
                    }),
                    new Timeline.SpanHighlightDecorator({

                        startDate:  new Date(2009, 0, 1),
                        endDate:    new Date(2010, 0, 1),
                        startLabel: "",
                        endLabel:   "",

                        color:      "#A97838",
                        opacity:    25,
                        theme: theme



On Mon, Nov 24, 2008 at 3:43 PM, David Huynh <[EMAIL PROTECTED]> wrote:


Hi Steve,

Could you tell me what you meant by "all of my colors seem modified"? A
URL to your exhibit would help, too.

As for the "filter" error, it's actually a warning on an IE-specific CSS
rule. It won't cause any problem for your users. I can try to fix it for
the next release.

Thanks,

David


Steve wrote:
> To the group,
>
> I recently upgraded to the latest exhibit 2.1, and now get the
> following errors in my error console for Firefox.  Also all of my
> colors seem modified,  can I exclude using this .css file?
>
> thanks
>
> Steve
>
>
> Warning: Error in parsing value for property 'filter'.  Declaration
> dropped.
> Source File: http://static.simile.mit.edu/exhibit/api-2.1.0/exhibit-bundle.css
> Line: 658
> >
>






--~--~---------~--~----~------------~-------~--~----~
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