Hi David,

I just found the problem with the highlighting not filling all three  
bands of my timeline. I hadn't changed the

setupFilterHighlightControls(document.getElementById("controls"),tl,  
[0,1], theme);

to

setupFilterHighlightControls(document.getElementById("controls"),tl,  
[0,1,2], theme);

to take into account the extra band.

That leaves me with one problem from the original message and a new  
question. The remaining problem is trying to figure out how to make  
the instant event more visible by making it wider. I tracked it down  
to the following code in the painter.js file:

                if (p._showLineForNoText) {
                     div.style.width = "1px";
                     div.style.borderLeft = "1px solid " +  
(background != null ? background : eventTheme.instant.lineColor);
                     realign = 0; // no shift
                     length = 1;
                 } else {
                     appendIcon(evt, div);
                 }

But what I am finding is that if I change the width here, I see no  
results. I have also tried changing it in the bundle.js file in case  
that is where it is actually being picked up from and have the same  
problem, no change. Am I in the right location for this? Or am I  
barking up the wrong tree?

As for my new question, do you have any thoughts on using a select  
field for filtering rather than a text field? All of my events are  
prioritized and it would be nice to have a pre populated select list  
to filter with. I'm working on it, but just thought I would ask your  
thoughts while I have your ear.

Thanks,

Scott



On Dec 29, 2006, at 1:44 PM, David Huynh wrote:

> Hi Scott,
>
> Could you point us to a URL where we can see your timeline? If that's
> not possible, please attach your code (html and xml) or whichever bits
> that are not private. We need to see code to debug.
>
> Cheers,
>
> David
>
>

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

Reply via email to