From: Bruce S. <bas...@un...> - 2003-09-16 06:08:43
|
See the online reference manual on deleting objects. To delete any Visual object, first make it invisible, then reuse the variable. It will be deleted by Python because there is no longer any way to reference it, neither by program reference nor by eye. Bruce Sherwood Chapman wrote: > hi > > i am having troubles with deleting a curve after i have drawn it on the > screen and then reusing the variable to create a new curve > > any help would be appreciated > > rich > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |