PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on January 30, 2005, 07:38:46 AM

Title: Color Picker
Post by: Anonymous on January 30, 2005, 07:38:46 AM
I think a good addition to the toolbox would be a color picker. In fact why not have two different color pickers?

The first would be the full monty ChooseColor() dialog.

The second would be a dropdown combobox offering 16 basic colors. Borje Hagsten has again done all of the hard work for this:

http://www.powerbasic.com/support/forums/Forum7/HTML/000824.html

I've just implemented that Borje code into a project I'm developing and it works perfectly - a simple ownerdrawn combobox and it was implemented very quickly - it would be even better if it were on the FireFly toolbox so that you just dropped it onto a form.

Andrew
Title: Color Picker
Post by: Anonymous on January 30, 2005, 07:40:37 AM
Just found this - Borje has also done the same thing as a listbox instead of a combobox:

http://www.powerbasic.com/support/forums/Forum7/HTML/000826.html

Andrew