hi list,
how to scale a canvas with a slider?
thanks a lot, steve.
Like this?
On Tue, 26 Sep 2006 22:54:06 +0200 "pd" pd@name-x.de wrote:
hi list,
how to scale a canvas with a slider?
thanks a lot, steve.
exactly....many thanks!
do you know the syntax of all canvas-properties (position...)?
steve.
----- Original Message ----- From: "padawan12" padawan12@obiwannabe.co.uk To: pd-list@iem.at Sent: Wednesday, September 27, 2006 2:28 PM Subject: Re: [PD] canvas-scale by slider!?
Like this?
On Tue, 26 Sep 2006 22:54:06 +0200 "pd" pd@name-x.de wrote:
hi list,
how to scale a canvas with a slider?
thanks a lot, steve.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
do you know the syntax of all canvas-properties (position...)?
They are listed in the help-patch. "Right-Click -> Help" on a [cnv] object.
There is an help file for the cnv but not for the canvas:
[donecanvasdialog $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11(
$1 = X units per pixel $2 = Y units per pixel $3 = Graph on Parent $4 = X range from $5 = Y range from $6 = X range to $7 = Y range to $8 = size width $9 = size height $10 = margin X $11 = margin Y
It's very easy to resize a canvas with a slider, but it's very slow if the resized canvas contains something else than data-structure scalars, like sliders, cnv, toggles, bangs, numbers, ...
Patco.
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
Uh oh! Canvas confusion...the chaos ensues.
~Kyle
On 9/27/06, patco megalegoland@yahoo.fr wrote:
do you know the syntax of all canvas-properties (position...)?
They are listed in the help-patch. "Right-Click -> Help" on a [cnv] object.
There is an help file for the cnv but not for the canvas:
[donecanvasdialog $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11(
$1 = X units per pixel $2 = Y units per pixel $3 = Graph on Parent $4 = X range from $5 = Y range from $6 = X range to $7 = Y range to $8 = size width $9 = size height $10 = margin X $11 = margin Y
It's very easy to resize a canvas with a slider, but it's very slow if the resized canvas contains something else than data-structure scalars, like sliders, cnv, toggles, bangs, numbers, ...
Patco.
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list