Hi,
with Pd 0.47 in Debian dynamically deleting objects does not work anymore.
When I open my abstraction https://github.com/residuum/Puredata-abstractions/blob/master/glue/switch-ma..., I get an error in the console
(Tcl) INVALID COMMAND NAME: invalid command name ".find.entry" while executing ".find.entry get" (procedure "pdtk_showfindresult" line 10) invoked from within "pdtk_showfindresult .x90a2a58 1 1 35" ("uplevel" body line 483) invoked from within "uplevel #0 $docmds"
and a series of
error: consistency check failed: sys_decodedialog: inlet
followed by a series of
error: .x90a2a58: no such object
I boils down to the subpatch "delete-inlets", which is a series of
[$0 find inlet 1(
[$0 findagain(
[$0 cut(
[$0 dirty 0, menuclose 1(
Has there a change in the implementation of [; find( or [; findagain(?
Thanks, Thomas