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?
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!
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!