This might seem a little odd, but here's my problem: I have a timeline that has a duration of 4 years, and we allow the user the drag the timeline 1 year either side of this period. We have custom ether labels that only appear on every 3rd timeline band. When the user scrolls forward in time, things work as expected, until about 32 months from the starting position - then for some reason all timelines get a repaint (or something) and each band gets the ether labels.
I've tried digging around in the timeline source code, but don't really know what I'm looking for. Firstly, is there a limit on how much data is shown before the timeline grabs new data, which could be triggering a repaint? Secondly, is there an event that we can catch/extend to include our custom painting?
-- 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.
