Andrea Gavana knob control

I was looking at Andrea Gavana knob control (and other fine controls) and I was wondering how I would get a smaller size from the control. I want to put together something like a slider bank (only with knobs) that I can code generate and I need to fit more of them on a screen…

···

Click here to find Medical Transcription Training programs.

Hi Eric,

···

On Mon, Oct 13, 2008 at 2:40 AM, eric_dexter@netzero.net wrote:

     I was looking at Andrea Gavana knob control (and other fine controls)
and I was wondering how I would get a smaller size from the control. I want
to put together something like a slider bank (only with knobs) that I can
code generate and I need to fit more of them on a screen..

Uhm, I believe you can pass a size as small as you wish to the control, i.e.:

KnobCtrl.__init__(self, parent, size=SomeSmallSize)

I tried in the demo by passing size=(50, 50).

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

eric_dexter@netzero.net wrote:

     I was looking at Andrea Gavana knob control (and other fine controls)
and I was wondering how I would get a smaller size from the control.

I wouldn't suggests using that kind of knobs as in demo, those aren't very
user friendly...

A knob should be something what you press with left mouse button and then
hold the button and move your mouse to left/right or up/down (on to your
whole gui area) and the knob would turn clockwise/counterclockwise, if you
have used any audio softwares (those have usually knobs), they have knobs
like that...

I have made knob like that [using 20png images as a knob image] and it works
very smoothly :slight_smile: (altough there are some minor issues, might post my problem
here if I need fine tuning for that :wink:

···

--
View this message in context: http://www.nabble.com/Andrea-Gavana-knob-control-tp19947792p19951628.html
Sent from the wxPython-users mailing list archive at Nabble.com.