Am 17.08.2008, 01:51 Uhr, schrieb Alex Garbino <[EMAIL PROTECTED]>: > Hello, > > My application plots a bunch of points; I'm trying to make the user be > able to "scroll" through the points: click forward or backwards, and > it highlights the current point. > I can highlight a point by redrawing it in a different color, but is > there a way to erase it when I move to the next one?
pnt = Canvas.AddPoint( ... ) canvas.RemoveObject( pnt ) Does this help? -Matthias _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
