Adding the image i promised:http://img7.imageshack.us/img7/7969/
todaylines.jpg

As you can see, there are two more lines added around the "today
line", I really don't want those lines added. Any idea?

The code I am using to add the "today line":
bandInfos[1].syncWith = 0;
bandInfos[1].highlight = true;
bandInfos[0].decorators = [
new Timeline.SpanHighlightDecorator({
   color:"#FFFF00",
   endDate:Timeline.DateTime.parseGregorianDateTime(date = new Date
()),
   endLabel:"",
   opacity:20,
   startDate:Timeline.DateTime.parseGregorianDateTime(date),
   startLabel:""
})];

Regards,

Gabriel

On Jun 30, 2:57 am, Gabriel Jurado <[email protected]> wrote:
> Hi, going through the group discussions I found that someone else has asked
> about how to display the current date (today) in the 
> timeline:http://groups.google.com/group/simile-widgets/browse_thread/thread/39...
>
> in there it refers to issue 17: TIMELINE: vertical line to display 
> "today":http://code.google.com/p/simile-widgets/issues/detail?id=17
>
> In there someone says that "The instant highlight painter solves this
> request nicely", does anyone have a sample of that? I try to create a
> SpanHighlightDecorator,
> and i get a line for today, but also two lines close to the today line.
>
> I will send an image in another email, but if anyone has an idea about the
> "instant highlight painter" solution, please let me know.
>
> Regards,
>
> Gabriel

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