Hello,
I had to put plotters and waveform in abstractions to save space on the screen, but then if they are updated while the abstraction is not opened , it gives a red error, and some gui functions don’t work anymore until I restart. I’m not used to reporting issues and how this should be done but here are the error messages & a patch to test this quikly.
error for waveform:
(Tcl) COMMANDE INVALIDE : invalid command name “.x55a8e1b9ce10.c”
** while executing**
“.x55a8e1b9ce10.c delete 55a8e24da610_picture”
** (“uplevel” body line 4)**
** invoked from within**
“uplevel #0 $docmds”
error message for plotter:
(Tcl) COMMANDE INVALIDE : invalid command name “.x55a8e1b9ce10.c”
** while executing**
“.x55a8e1b9ce10.c delete 55a8e1babc90_frame”
** (“uplevel” body line 408)**
** invoked from within**
“uplevel #0 $docmds”
test patch attached:
plotterWavefromTest.pd (2.8 KB)