wx.Listbook

Hey Cliff how are things going?

Well I ran the app in PyWin and I see an error on line 32, idx =
il.Add(panel.GetIcon()). I get the error: invalid bitmap in
wxInvertMask.
Don't know too much abou the Listbook, possibly the image needs to be
converted to bitmap???

Just a guess, Good Luck.

Keith Bolton
BPC

clifford.wells@comcast.net 08/31/04 09:50:25 AM >>>

Hi all,

I'm trying to display a Listbook but am not getting any icons
displayed. The demo works fine. Does anyone see anything wrong with
the attached? I've tried creating the imagelist first, then adding
the
pages afterwards but the result is the same: I get the names of the
pages but no icons.

wxPythonGTK2 2.5.2.8
Fedora Core 2

Regards,
Cliff

···

--
Cliff Wells <clifford.wells@comcast.net>

Hey Cliff how are things going?

Well I ran the app in PyWin and I see an error on line 32, idx =
il.Add(panel.GetIcon()). I get the error: invalid bitmap in
wxInvertMask.

Hm. I don't get any error. Just in case, I tried adding a mask to each
icon but that didn't seem to help.

Don't know too much abou the Listbook, possibly the image needs to be
converted to bitmap???

It's already a bitmap. I guess I'll look at what getattr(images, '...')
in the demo does to try to figure it out.

Just a guess, Good Luck.

Thanks anyway.

Cliff

···

On Tue, 2004-08-31 at 10:07, Keith Bolton wrote:

--
Cliff Wells <clifford.wells@comcast.net>