Hi David, On 6/26/07, David Huynh <[EMAIL PROTECTED]> wrote:
> You can change this gap by changing theme.event.track.gap to zero. Does > that answer your question? Not completely, it closes the vertical gap to zero but the events are still not on one line. But you did point me in the right direction! I my custom painter, which is almost a complete copy of the standard painter, I changed this line: var streamOffset = (trackOffset + p._layout.getTrack(evt) * (trackHeight + trackGap)); to: var streamOffset = (trackOffset + (trackHeight + trackGap)); This makes the offset start at the same height for every event, regardless of whether it's the x'ed event on the same day for example. -- Thanks and regards, Jeroen _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
