Bugs item #2876291, was opened at 2009-10-10 13:23 Message generated for change (Comment added) made by eighthave 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: Closed Resolution: Fixed
Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
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
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-11 19:00
Message: Adding these procs in with some refactoring, here's the commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=...
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2876291...