Color for ComboBoxGadget and its drop-down list

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Color for ComboBoxGadget and its drop-down list

Post by PB »

Currently I'm using a callback to do it, but would be nice to have it natively.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Color for ComboBoxGadget and its drop-down list

Post 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.
Hartmut
New User
New User
Posts: 7
Joined: Mon Sep 12, 2005 7:54 pm

Post 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 ?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Hartmut
New User
New User
Posts: 7
Joined: Mon Sep 12, 2005 7:54 pm

Post 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 ...) :)
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

You will need to owner draw the combo for this which will entail some very platform specific code!
I may look like a mule, but I'm not a complete ass.
Post Reply