You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now TimeMapItem.hideEvent and TimeMapItem.showEvent use the expensive
tactic of actually removing events from the Timeline - it would be much
better to use Timeline's built-in filtering functions, described here:
http://code.google.com/p/simile-widgets/wiki/Timeline_highlighting_and_filtering
This would most likely go into TimeMap.initTimeline - something like a
filter that returned item.eventVisible.
Original issue reported on code.google.com by [email protected] on 2 Mar 2010 at 5:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Mar 2010 at 5:28The text was updated successfully, but these errors were encountered: