That does help! I wasn't assigning names to my points, just plotting them. Is there a way to add the points to a group, so a whole set can be erased at once?
On Sun, Aug 17, 2008 at 7:04 AM, Nitro <[EMAIL PROTECTED]> wrote: > 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 > _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
