Hi all. I've finally been able to make my pure python colour chooser
implementation available. Robin has expressed interest in it, so
hopefully it'll be appearing in a wxPython near you [ check local
listings ].
For those who haven't been following, some simple questions answered:
Q: Why a pure python colour chooser? Isn't the native good enough?
might also want to have the same colour chooser look across
platforms. But most importantly, this colour chooser can be
embedded inside another widget, whereas the native one can't.
Q: Won't the drawing be slow?
algorithm in the code (reverse engineering from looking at the MS
colour chooser) and embedded the XPM in the file. Only the colour
bar is generated at runtime.
Q: Ok, I'm sold. Where do I get it?
It's in CVS. I'll be doing a release after some feedback and to
make sure I didn't forget something.
Q: But I just wanna try it out...
cd <root directory>/wxPyColourChooser
python pycolourchooser.py
So, please give me some feedback on the widget. Robin, please also
take a look and let me know if I've met coding standards. A demo
module is also in CVS although untested.
-- Mike
···
A: Not necessarily. The GTK native one isn't too pretty. The author
A: Nope. It's pretty darn fast. I pregenerated the palette using the
A: Please visit: http://www.sourceforge.net/projects/wxcolourchooser.
A: Ok, once you get the code do:
--
Michael Gilfix
mgilfix@eecs.tufts.edu
For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html