Non-modal Interactive ColourChooser, howto?

Hello wxpythoners,

I would like to have a colour chooser but I would like it to be non -modal.
I've taken a look at wx.ColourDialog class but seems it is modal only.
Why I want this?
If user is moving the cross to choose the color I would like to get an
event and then I would like to do a 'live' refresh of my underlying
GUI.
So user can see directly the effect of the change.

What would be the good way to do it? Derivate from wx.ColourDialog?
Could it be possible like this?

Cheers,
Laurent

Laurent Dufrechou wrote:

Hello wxpythoners,

I would like to have a colour chooser but I would like it to be non -modal.
I've taken a look at wx.ColourDialog class but seems it is modal only.
Why I want this?
If user is moving the cross to choose the color I would like to get an
event and then I would like to do a 'live' refresh of my underlying
GUI.
So user can see directly the effect of the change.

What would be the good way to do it? Derivate from wx.ColourDialog?
Could it be possible like this?

See wx.lib.colourchooser and wx.lib.agw.cubecolourdialog.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Ho ok!
Thx a lot!

···

2009/2/25 Robin Dunn <robin@alldunn.com>:

Laurent Dufrechou wrote:

Hello wxpythoners,

I would like to have a colour chooser but I would like it to be non
-modal.
I've taken a look at wx.ColourDialog class but seems it is modal only.
Why I want this?
If user is moving the cross to choose the color I would like to get an
event and then I would like to do a 'live' refresh of my underlying
GUI.
So user can see directly the effect of the change.

What would be the good way to do it? Derivate from wx.ColourDialog?
Could it be possible like this?

See wx.lib.colourchooser and wx.lib.agw.cubecolourdialog.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users