All,
Has anyone noticed that when you reopen sub-patch that it's size changes by about 2 pixels in the x and y lengths? Is this a known issue?
. . David McCallum . Music wants to be free . http://mentalfloss.ca/sintheta .
hi,
yes, i spent some postings on that, nobody else seems to care... I think it is a Windows-Tcl/Tk problem.
m.
----- Original Message ----- From: "David NG McCallum" david2003@mentalfloss.ca To: pd-list@iem.at Sent: Sunday, September 21, 2003 11:17 AM Subject: [PD] Canvas size changes when a patch is opened and closed
All,
Has anyone noticed that when you reopen sub-patch that it's size changes by about 2 pixels in the x and y lengths? Is this a known issue?
David
. . David McCallum . Music wants to be free . http://mentalfloss.ca/sintheta .
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Yes, but one I should look at again...
cheers Miller
On Sun, Sep 21, 2003 at 11:17:34AM +0200, David NG McCallum wrote:
All,
Has anyone noticed that when you reopen sub-patch that it's size changes by about 2 pixels in the x and y lengths? Is this a known issue?
David
. . David McCallum . Music wants to be free . http://mentalfloss.ca/sintheta .
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hmm.. which OS is that happening on?
thanks Miller
On Sun, Sep 21, 2003 at 11:17:34AM +0200, David NG McCallum wrote:
All,
Has anyone noticed that when you reopen sub-patch that it's size changes by about 2 pixels in the x and y lengths? Is this a known issue?
David
. . David McCallum . Music wants to be free . http://mentalfloss.ca/sintheta .
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
I read:
Hmm.. which OS is that happening on?
I think that's windos (or windos tk) specific, marius reported this quite a while ago.
regards,
x
yes, linux does not show this behavior, I donŽt know about OSX. m.
----- Original Message ----- From: "CK" x@meta.lo-res.org To: msp@ucsd.edu Cc: "David NG McCallum" david2003@mentalfloss.ca; pd-list@iem.at Sent: Saturday, September 27, 2003 10:44 AM Subject: Re: [PD] Canvas size changes when a patch is opened and closed
I read:
Hmm.. which OS is that happening on?
I think that's windos (or windos tk) specific, marius reported this quite a while ago.
regards,
x
-- chris@lo-res.org Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
in g_canvas.c i remember seeing:
/* When you ask a canvas its size the result is 2 pixels more than what
you gave it to open it; perhaps there's a 1-pixel border all around it
or something. Anyway, we just add the 2 pixels back here: */
#ifdef NT #define HORIZBORDER 2 #define VERTBORDER 2 #else #define HORIZBORDER 2 #define VERTBORDER 2 #endif
marius schebella wrote:
yes, linux does not show this behavior, I donŽt know about OSX. m.
----- Original Message ----- From: "CK" x@meta.lo-res.org To: msp@ucsd.edu Cc: "David NG McCallum" david2003@mentalfloss.ca; pd-list@iem.at Sent: Saturday, September 27, 2003 10:44 AM Subject: Re: [PD] Canvas size changes when a patch is opened and closed
I read:
Hmm.. which OS is that happening on?
I think that's windos (or windos tk) specific, marius reported this quite a while ago.
regards,
x
-- chris@lo-res.org Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
------ http://USFamily.Net/info - Unlimited Internet - From $8.99/mo! ------
WinXP. But it looks like others might have found the problem...
David . . David McCallum . Music wants to be free . http://mentalfloss.ca/sintheta .
Miller Puckette wrote:
Hmm.. which OS is that happening on?
thanks Miller
On Sun, Sep 21, 2003 at 11:17:34AM +0200, David NG McCallum wrote:
All,
Has anyone noticed that when you reopen sub-patch that it's size changes by about 2 pixels in the x and y lengths? Is this a known issue?
David
. . David McCallum . Music wants to be free . http://mentalfloss.ca/sintheta .
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list