Page 1 of 1

Color for ComboBoxGadget and its drop-down list

Posted: Sat Feb 25, 2006 2:11 am
by PB
Currently I'm using a callback to do it, but would be nice to have it natively.

Re: Color for ComboBoxGadget and its drop-down list

Posted: Sun Sep 16, 2007 2:38 am
by PB
Any chance to get this added soon? :) I've got too many callbacks now and
some of them aren't working; it's not nice. A native solution would be great.
Both for the drop-down list and the editable part of it.

Posted: Sun Nov 04, 2007 9:50 pm
by Hartmut
I could use this too.
Even Gnozals purecolor.lib doesnt provide this - and I dont want to use any external libraries or callbacks because of crossplatform developing.

I was very happy of the coloring features since V.4.02 - maybe we can get this in a later version ?

Posted: Mon Nov 05, 2007 11:04 am
by gnozal
Hartmut wrote:Even Gnozals purecolor.lib doesnt provide this - and I dont want to use any external libraries or callbacks because of crossplatform developing.
Hmm...
Works here (NT4).

Posted: Thu Nov 08, 2007 9:48 pm
by Hartmut
Thanks Gnozal for your comment.
Shurely a combobox can be coloured using your lib,
but how can it be done like this ?

Image
(This is just an example painted by me ...) :)

Posted: Thu Nov 08, 2007 10:03 pm
by srod
You will need to owner draw the combo for this which will entail some very platform specific code!