Bugs item #2876291, was opened at 2009-10-10 17:23 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2876291...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pd-devel Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: missing openpanel
Initial Comment: attached is pdtk_panel.tcl for having openpanel and savepanel objects, some lines have to be included into pd-gui.tcl :
line 50: package require pdtk_panel
line 552: # enquote a string to send it to a tcl function proc pdtk_enquote {x} { set foo [string map {"," "" ";" "" " ""} $x] set foo2 [string map {" " "\ "} $foo] concat $foo2 }
and pkgIndex.tcl:
line 37: package ifneeded pdtk_panel 0.1 [list source [file join $dir pdtk_panel.tcl]]
there is also an inconvenience, the message box remains bolded once the dialog box has been closed
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2876291...