hi,
there are find' and
cut' messages to a canvas, so to simply get rid
of all [doomed] objects from an oldpatchy' window, one can repeatedly execute "; pd-oldpatchy find dommed; pd-oldpatchy cut" (one can use also
findagain' message here) until the couldn't find warning appears.
But how to test for couldn't find condition, I have no idea...
Krzysztof
Peter Lunden wrote: ...
I have several applications where I need to delete objects but the only mean to do this that I'm aware of is to do it by hand. Is there aay way to delete objects by messages or must I hack the sources?