Colourdialog with direct feedback ?

hello,

  I'm building a dedicated CSS-editor,

  and one of the main features should be life editing of the

colours.

  So when a new color is selected,

  the CSS-file will be changed and the html viewer will be reloaded,

  and that all without closing the color dialog.

  AFAIK, wx.colourdialog doesn't support direct feedback,

  or am I wrong ?

  Are ther other solutions ?

  thanks,

  Stef Mientki

You could try wx.lib.agw.cubecolourdialog .

-Matthias

···

Am 10.07.2010, 23:52 Uhr, schrieb Stef Mientki <stef.mientki@gmail.com>:

hello,

I'm building a dedicated CSS-editor,
and one of the main features should be life editing of the colours.

So when a new color is selected,
the CSS-file will be changed and the html viewer will be reloaded,
and that all without closing the color dialog.

AFAIK, wx.colourdialog doesn't support direct feedback,
or am I wrong ?

Are ther other solutions ?

thanks Matthias,

cubecolourdialog  is beautiful, but for my application a bit large.

  But in the meanwhile I found PyColourChooser, which does the job.

  cheers,

  Stef
···

stef.mientki@gmail.com

    hello,




    I'm building a dedicated CSS-editor,


    and one of the main features should be life editing of the

colours.

    So when a new color is selected,


    the CSS-file will be changed and the html viewer will be

reloaded,

    and that all without closing the color dialog.




    AFAIK, wx.colourdialog doesn't support direct feedback,


    or am I wrong ?




    Are ther other solutions ?