For long events that extend left and right of the visible timeline, we would like to shift the event label to the leftmost visible edge on the timeline. In this way, there would never be an event whose label is not visible. Is this a "problem" with a solution already?
If not, my idea would be to either: 1) add a listener to Timeline._Band.prototype.addOnScrollListener() and when scrolling stops, find all visible events (is there a function for this?) and shift event labels to the right if necessary. 2) a previous post made me think the event painter may already know which events are visible and draws the labels as necessary. maybe I can tap into that to shift the label x position? Jeff -- 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.
