Hi!
I don’t see an obvious way to do this with the current API. I looked
at the GenBitmapButton too, but it doesn’t appear to support this
functionality out of the box either. Of course, the latter is a pure
python widget, so theoretically, you could subclass it and make it do
this.
Otherwise, the only thing that springs to mind is to delete (or hide)
the button and create (or show) a new one in its place.
Interesting that it was working with Py2.5 and wxpy (older) version (wx.EmptyBitmap).
Thanks for your check, and for your time.
Possible that solution is if I don’t use buttons - I can use staticbmp, other my image component, or some listview, or other thing that can show list of images…
The main problem with the program: this is the speed… I convert these images before I choose optimal version, but these images are 1-2 MB size jpg files.
10 images = 10-20 MB, and I need to resize them all to mini buttons.
These mini images can help me to see all the versions, but they are very little to see little differents; and this time I need to see the bigger pictures.
For example:
I see that these tree pictures are better with “AutoLevels”. I periodically push “AutoLevels” button to select these versions. But later I got red flower pictures. For these images the HLS is better now.
Then I change… And so on.
So very hard to realize, how to speed up this image selection method…
Thanks for your all idea:
dd
···
2009/11/12 Mike Driscoll kyosohma@gmail.com