I downloaded pd-extended 0.43.1~cvs20120116-1 and added the [grid] object. All goes well until I try to change the object's properties. Pressing Ok, Cancel or Apply produces an "Error: invalid command name "pd" message with the following error message:
invalid command name "pd" invalid command name "pd" while executing "pd $cmd" (procedure "grid_apply" line 32) invoked from within "grid_apply .gfxstub88093f0" invoked from within ".gfxstub88093f0.buttonframe.apply invoke" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke]" (procedure "tk::ButtonUp" line 22) invoked from within "tk::ButtonUp .gfxstub88093f0.buttonframe.apply" (command bound to event)
The object works perfectly fine otherwise
Ant
Sounds like you have an old version of [grid] in your path somewhere. Turn on 'verbose' mode and you'll see which file your [grid] object is loaded from.
.hc
On Tue, 2012-01-17 at 23:57 +0000, Antonio Roberts wrote:
I downloaded pd-extended 0.43.1~cvs20120116-1 and added the [grid] object. All goes well until I try to change the object's properties. Pressing Ok, Cancel or Apply produces an "Error: invalid command name "pd" message with the following error message:
invalid command name "pd" invalid command name "pd" while executing "pd $cmd" (procedure "grid_apply" line 32) invoked from within "grid_apply .gfxstub88093f0" invoked from within ".gfxstub88093f0.buttonframe.apply invoke" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke]" (procedure "tk::ButtonUp" line 22) invoked from within "tk::ButtonUp .gfxstub88093f0.buttonframe.apply" (command bound to event)
The object works perfectly fine otherwise
Ant