 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Graham Thompson Guest
|
Posted: Tue Oct 11, 2005 7:40 am Post subject: Windows' ChooseColor() dialog... |
|
|
Hi all,
I've got a non-VCL app using Windows' colour selection common dialog, and
I've got a CCHOOKPROC-conformant callback function in place so I can send
the dialog messages etc. if necessary. I'm also using CC_RGBINIT to select
the colour the user starts with (in fact, just in case it matters, I'm using
CC_ANYCOLOR | CC_ENABLEHOOK | CC_FULLOPEN | CC_RGBINIT).
Everything's working as expected, but I'm up against the old problem of
modifying the colour selection using the 'extended' side of the dialog when
the user hasn't clicked one of the 'basic' colours first. It's not a big
problem, I'd just like to improve the interface.
Does anyone know of a workaround for this issue?
Many thanks,
GT
|
|
| Back to top |
|
 |
Graham Thompson Guest
|
Posted: Fri Oct 14, 2005 6:34 am Post subject: Re: Windows' ChooseColor() dialog... |
|
|
| Quote: | Bizarre; further testing seems to suggest that this behaviour only occurs
when the initial colour is black (RGB 0,0,0) or white (RGB 255,255,255).
|
Well, just in case anyone is listening, the problem was this: when the
luminosity slider is near minimum or maximum, the colour /is/ changing, it's
just you can't see any difference in the Color|Solid sample.
Sorted,
GT
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|