Hi Larry:

I have analyzed the tape visual( its DIV) via the "Inspect Element"
feature of FireBug. Here is the result:

<div class="timeline-event-tape" style="left: 3148px; width: 205px;
top: 0.5px; background-color: green; opacity: 1;"/>

I saw the code where the tape height is set by the theme, but as you
can see the height is not in this DIV. The class:

.timeline-event-tape {height:4px;}

does contain the height but it is not overridden by the style that
follows it. Am I on the right track (no pun intended)?

Thanks

On Oct 20, 10:38 am, LarryK <[EMAIL PROTECTED]> wrote:
> Hi Greg,
>
> Themes should work but...
> a) a number of people have said that the current instructions for
> creating a 
> themehttp://code.google.com/p/simile-widgets/wiki/Timeline_CreatingNewThemes
> doesn't work. There is a comment there from danielbragion with updated
> information.
>
> ==>> Your help in testing Daniel's instructions would be appreciated.
> Send your step by step instructions to this list and we can update the
> wiki.
> IMHO, the best example would be to create a new theme, "MyNewTheme" so
> you can show how to have Timeline use it instead of the default.
>
> b) Yes, the Theme should be used by Timeline. 
> Eghttp://code.google.com/p/simile-widgets/source/browse/timeline/trunk/...
> on line 414 appears to use the Theme to set the tape height.
> And function Timeline.OriginalEventPainter.prototype.paint (line 58 of
> the same file), uses the Theme for computing the metrics object. The
> metrics and theme object are then passed to every event's painter.
>
> So if your changes to the theme are not taking effect, my guess is
> that your new theme is not yet being used.
>
> Good luck and please document your steps for the next person.
>
> Regards,
>
> Larry
> ps. Please start a new post thread if you're changing subjects. It
> makes it easier for others to find the posts that are most relevant to
> their situations.
>
> On Oct 19, 9:27 pm, greg <[EMAIL PROTECTED]> wrote:
>
> > Hi Larry:
>
> > Between the time I posted this question and now I have come to learn
> > that the "color" and "textColor" attributes are the way to make this
> > happen. Thanks again for your reply. BTW, are themes fully supported?
> > I was able to use one of my own (after seeing a post here) . It seems
> > to be fully integrated in the resulting code but nothing seems to
> > reflect this on the screen(specifically tape width) Thanks again in
> > advance.
>
> > Greg
--~--~---------~--~----~------------~-------~--~----~
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