wxPyColourChooser

System: Debian, Sarger; wxPython: 2.4.0.07

I noticed that if you drag around in the
colour square that rather regularly the
colour turns to black.

Also if you drag outside the square
and then let the button loose, the
colour circle will follow the pointer
whenever that enters the colour square.

···

--
Antoon Pardon

Hi Antoon. This has been noted. I'd appreciate
if you could take the time to log a bug as well at
wxPyColourChooser download | SourceForge.net. Once I can set
aside a block of free time, I'm gonna investigate this and some other
issues.

  I know exactly what the last problem is off-hand though. I record
the depressing of the mouse, but since it's not released in the
square, I don't reset the variable. Will have to catch an event for
when the moues leaves the object.

  Thanks for the heads up.

             -- Mike

···

On Tue, Apr 08 @ 10:00, Antoon Pardon wrote:

System: Debian, Sarger; wxPython: 2.4.0.07

I noticed that if you drag around in the
colour square that rather regularly the
colour turns to black.

Also if you drag outside the square
and then let the button loose, the
colour circle will follow the pointer
whenever that enters the colour square.

--
Antoon Pardon

--
Michael Gilfix
mgilfix@eecs.tufts.edu

For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html

Michael Gilfix wrote:

  I know exactly what the last problem is off-hand though. I record
the depressing of the mouse, but since it's not released in the
square, I don't reset the variable. Will have to catch an event for
when the moues leaves the object.

Capture the mouse in EVT_LEFT_DOWN and release it in EVT_LEFT_UP, that way you will always get the UP event.

···

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

All right I have logged four bugs.

The two I mentioned here, the one about the intensity slider
always going maximum when you click the colour square and
that editing the HSV or RGB values has no effect.

···

On Tue, Apr 08, 2003 at 05:44:05PM -0400, Michael Gilfix wrote:

  Hi Antoon. This has been noted. I'd appreciate
if you could take the time to log a bug as well at
wxPyColourChooser download | SourceForge.net. Once I can set
aside a block of free time, I'm gonna investigate this and some other
issues.

--
Antoon Pardon