possible minor bug with wxNotebook

Noticed this today. Minor but thought I’d mention:

In the attached code, if you maximize the frame,
there will be a faint darker gray square where
the small notebook page previously was.

Python 2.5, WinXP, wxPython 2.8.10.

Che

testnotebook.py (1.59 KB)

I can confirm. I was about to say that you were seeing
a retinal artefact when I looked at the top left and saw
what you meant.

The color there varies from FCFCFE at top left to
F4F3EE at bottom right. The rest of the screen varies in
the F8 range with no discernible pattern.

Phil

···

On Aug 14, 3:36 pm, C M <cmpyt...@gmail.com> wrote:

Noticed this today. Minor but thought I'd mention:

In the attached code, if you maximize the frame,
there will be a faint darker gray square where
the small notebook page previously was.

Python 2.5, WinXP, wxPython 2.8.10.

Che

testnotebook.py
2KViewDownload

C M wrote:

Noticed this today. Minor but thought I'd mention:

In the attached code, if you maximize the frame,
there will be a faint darker gray square where
the small notebook page previously was.

This issue has been around for a long time and has something to do with the interaction wxNotebook has with the XP Theme. I don't know if anybody has tried very hard to track it down or not, but when you have other content in the panel the problem usually isn't very noticeable.

···

--
Robin Dunn
Software Craftsman