On Feb 15, 2007, at 4:04 PM, Brian Heibert wrote:
The slider control that I am using which is the default one that
comes with realbasic
has a "aqua" look. I have a custom backdrop in my window, are
there any custom ones that don't have the "aqua" look, or how do I
create my own?
Brian
ok could you send it to me?
Brian
ps: my email address is: [EMAIL PROTECTED]
On Feb 15, 2007, at 6:22 PM, Peter K. Stys wrote:
I made a custom slider class with a smaller thumb and some other
custom features I can send you if you wish. It'll at least show you
how to do (or more precisely, how
I made a custom slider class with a smaller thumb and some other
custom features I can send you if you wish. It'll at least show you
how to do (or more precisely, how I did ;-)
P.
On 2/15/07, Brian Heibert <[EMAIL PROTECTED]> wrote:
The slider control that I am using which is the default one
Creating you own is not too hard.
Create a class based on a canvas.
Give it the properties:
minimum, maximum, pixelStep and value as integer
pixelStep = width/(maximum-minimum) - (or height / if it's vertical)
in it's paint event:
draw a track from 0 to width (or 0 to height if it's vertical)
The slider control that I am using which is the default one that
comes with realbasic
has a "aqua" look. I have a custom backdrop in my window, are
there any custom ones that don't have the "aqua" look, or how do I
create my own?
Brian
___
Unsub