PonteIneptique / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE. Need a mechanism to remove an event from a timeline #194

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi:
Very cool widget. I am trying to drive a TimeLine widget from a selection
list (corresponds to various entries in a log file). In order to get this
to properly work, I need a mechanism to remove Event objects from the
timeline (when a corresponding change in a select object is made). I didn't
see anything other than Timeline.DefaultEventSource.prototype.clear, which
is too coarse grained (I don't want to have to go back and rebuild all the
events that were not affected by the change in the selection state in the
select node).

I tried to examine the source, but it got pretty gory pretty quickly. I
wasn't sure how to force a refresh of the view after a subset of the events
were removed from the timeline.

thanks in advance
sgg

[Submitted by Steve Graham on simile.mit.edu]

David F. Huynh - 28/Jul/07 04:24 PM
You're right that there is no granular way to remove individual events. It
might get fixed in the next version.
[ Show » ]
David F. Huynh - 28/Jul/07 04:24 PM You're right that there is no granular
way to remove individual events. It might get fixed in the next version.

Original issue reported on code.google.com by GabrielR...@googlemail.com on 7 Apr 2009 at 2:23