[wxPython-users] ANN: CubeColourDialog Control for wxPython :-D
Andrea Gavana
andrea.gavana at gmail.com
Wed Aug 22 13:48:42 PDT 2007
Hi Stef,
On 8/22/07, Stef Mientki wrote:
> > Stef Mientki wrote:
> >
> >> One small detail I'm missing in the color dialog,
> >> is the palette of 16 selected colors (as shown in the windows / linux
> >> dialog).
> >> If you to set more than just a few colors,
> >> it's very handy that you can collect these colors,
> >> so after selecting the right set of colors,
> >> each component really gets the same color,
> >> without writing down all those hex numbers.
> >>
> >
> > I understand your point Stef... the only problem I see is that there
> > is no more space (in terms of screen space) to add the standard
> > Windows/Linux colours palette left... but any idea about that is
> > welcome!
> >
> >
> Thanks for reading my comment.
> And your component is almost too beautiful to do any suggestion,...
> .. but still: in the top right corner there's some space left.
Uhm, I will think about it... but maybe I misunderstood your comments:
did you ask to include the 48 "small panels" which represents the base
colours (at least on Windows) inside the dialog? If this is the case,
I might probably rearrange the layout, but then the dialog might
become a bit overcrowded...
> Another point, I tried your alternative wxPython demo,
> first it couldn't find "images.py" but that might be a bad install from
> my site,
Well, "images.py" should be in the demo directory... it contains
almost all the images used by the demo in string/cStringIO/whatever
format.
> then I don't see your "fancier tabs", I don't see any tab at all :-(
> If you need more information let me know.
Uhm, it's been a while since I tried my implementation of the wxPython
demo: a couple of months ago (or maybe more), I proposed to change the
look of the demo by using wxAUI for the interface management,
CustomTreeCtrl for the demo tree, FlatNotebook for the central
notebook and some icons to make the demo look fancier. Robin had
accepted a small patch, which did not include CustomTreeCtrl and
FlatNotebook (the wxPython demo tree is still a wx.TreeCtrl and the
central notebook is still a wx.Notebook), and he has modified a bit
the wxAUI demo management.
In theory, my demo should work as the standard wxPython demo (only
with a different notebook tabs appearance and different tree control
behaviour), but I will check to see what is going on.
Thank you for the report!
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
More information about the wxpython-users
mailing list