[PD-dev] [ pure-data-Patches-2510152 ] useless dummy canvas in pd main window ?

SourceForge.net noreply at sourceforge.net
Thu Feb 5 05:50:09 CET 2009


Patches item #2510152, was opened at 2009-01-15 10:18
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152&group_id=55736

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: puredata
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: useless dummy canvas in pd main window ?

Initial Comment:
there is a line:
canvas .dummy -height 2p -width 6c
in pd.tk (u_main.tk). for what is it needed ?

as at least on linux the pd main window doesnt look "nice" when the dummy canvas is in (see attached screenshot, comparing with and without the dummy canvas)

if its not needed:
129d128
< canvas .dummy -height 2p -width 6c
132c131
< pack .controls .dummy -side top -fill x
---
> pack .controls -side top -fill x


----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-02-04 23:50

Message:
removed in 0.42.4:

http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/pd/src/u_main.tk?sortby=date&r1=10737&r2=10736&pathrev=10737

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-01-18 23:53

Message:
The current pd-devel effort is here:

https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-devel/0.41.4/

----------------------------------------------------------------------

Comment By: oskude (oskude)
Date: 2009-01-16 13:18

Message:
http://osku.de/ppd/pretty-pd003-test.png ;P

where do i get pd-devel ?
as i assume its not
"https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/pd" ?


----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-01-15 16:53

Message:
If you have an interest, pd-devel is ready for someone to make a new Pd
window.  Want to take it on? 

The current one also doesn't resize gracefully.

----------------------------------------------------------------------

Comment By: oskude (oskude)
Date: 2009-01-15 11:54

Message:
hmm,

i forgot to login, and now i can add only a comment but no files ?
well, heres the patch in comment then...

--- pd/src/u_main.tk	2009-01-15 15:25:41.000000000 +0100
+++ pd-work/src/u_main.tk	2009-01-15 15:40:26.000000000 +0100
@@ -126,10 +126,9 @@
 # the menus are instantiated here for the main window
 # for the patch windows, they are created by pdtk_canvas_new
 menu .mbar
-canvas .dummy -height 2p -width 6c
 
 frame .controls
-pack .controls .dummy -side top -fill x
+pack .controls -side top -fill x
 menu .mbar.file -tearoff $pd_tearoff
 .mbar add cascade -label "File" -menu .mbar.file
 menu .mbar.find -tearoff $pd_tearoff


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152&group_id=55736




More information about the Pd-dev mailing list