I'm building a gui scroll menu in pd-vanilla with some cnv's. Looking at the 
cnv properties window, I see that next to "visible_rectangle height/width" it 
says it's measured in pixels.

But a default cnv with height = 60 creates a cnv that in fact is 61 pixels 
high. (same problem for width, too)

It's easy to compensate for it, but do people on other systems get this too 
(I'm on winxp)?  You should see it the attached patch where the 4 default cnv's 
to the left are longer than the one to the right (height = 240). Print-screen 
and MS Paint confirms the same thing.

Same behavior in 0.4.3-extended.

-Jonathan


      
#N canvas 166 122 581 354 12;
#X obj 1 0 cnv 15 100 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 1 61 cnv 15 100 60 empty empty empty 20 12 0 14 -191407 -66577
0;
#X obj 1 122 cnv 15 100 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 1 183 cnv 15 100 60 empty empty empty 20 12 0 14 -191407 -66577
0;
#X obj 105 0 cnv 15 20 240 empty empty empty 20 12 0 14 -261234 -66577
0;
#X text 4 286 height = 60;
#X text 4 266 4 cnv's;
#X text 109 264 1 cnv;
#X text 109 286 height = 240;
#X text 3 309 244 pixels;
#X text 107 308 241 pixels;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to