hi How can delete an object via a message-box?
;pd-mypatch.pd msg 100 200 very_important_box ...(creates very important message) ;pd-mypatch.pd delete msg (???) ...(but how do i get rid of it). sme.
hi that causes pd to crash... (the find crashes pd)... also the click-thing is not working marius.
----- Original Message ----- From: "Krzysztof Czaja" czaja@chopin.edu.pl To: "sme" marius.schebella@chello.at Cc: pd-list@iem.kug.ac.at Sent: Thursday, March 14, 2002 12:13 PM Subject: Re: [PD] message for deleting objects
;pd-mypatch.pd find very_important_box, cut
K.
sme wrote: ...
;pd-mypatch.pd msg 100 200 very_important_box ...(creates very important message) ;pd-mypatch.pd delete msg (???) ...(but how do i get rid of it).