PropertySheet COLOR property [message #75259] |
Thu, 24 February 2011 07:56  |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Hi folks,
I'm working with the propertysheet and I'm using the method
RegisterProperty of the object IDLitComponent.
When you register the property you can chose the type and, in this
case, I'm using the property type COLOR.
What I don't like is the default set of colours displayed in the
property sheet
Is there a way to change this color picker ?
Thank you,
nata
PS If you don't know what I'm talking about see the manual page
PROPERTYSHEET
|
|
|
Re: PropertySheet COLOR property [message #75358 is a reply to message #75259] |
Thu, 24 February 2011 08:11  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
nata writes:
> I'm working with the propertysheet and I'm using the method
> RegisterProperty of the object IDLitComponent.
> When you register the property you can chose the type and, in this
> case, I'm using the property type COLOR.
>
> What I don't like is the default set of colours displayed in the
> property sheet
> Is there a way to change this color picker ?
I don't know a way to change the color picker per se,
but I've never liked it either. In the property sheets
I use in the Catalyst Library, I use my old friend
PickColorName.
You can see this, for example, if you run the program
AnnotateWindow, create an annotation, then select the
annotation and right click to see its properties. Choose
Color or Background and you will see my color picker.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|