[wxPython-users] Notebook image bug on win32,
working on GNU/Linux and Mac OSX
Frank Aune
Frank.Aune at broadpark.no
Thu Sep 20 13:58:03 PDT 2007
On Thursday 20 September 2007 18:36:49 Robin Dunn wrote:
> Frank Aune wrote:
> > Could anyone theorize or think out aloud what might be making these
> > rather strange effects Im experiencing on Win32, based on the provided
> > info?
>
> It sounds to me like you are using the wrong index for the image. Are
> you sure that the return value of self.il.Add is the same as tabOrder?
> Would it possible to add all your images to the image list at the
> beginning and save their indexes for later use?
Since it works perfectly fine for GNU/Linux and Mac OSX 10.4, but not on Win32
(tested on more than 1 box), I dare say that the index in the ImageList is
working as expected.
The order in the ImageList is the same as the tab order, because each tab
inserts and remove its own image upon activation/deactivation.
Best regards,
Frank
More information about the wxpython-users
mailing list