Hi,
On 23/03/2011 13:57, Bruce Ravel wrote:
surprising to me. I feel I am going to keep running into problems of
this ilk unless I can actually understand why certain things behave
differently on the different platforms. This is mysterious and your
suggestion avoids the mystery, rather than explaining it.
Good point.
I think documentation should say >>
Don't use 'Static' controls to capture or direct user input. They are
meant for visual display only. Depending on a particular platform
implementation, you may or may not be able to capture events. But for
Static controls, you should not expect to be able to handle system
interaction consistently across platforms.
<<
I see no way you could tell from the existing documentation that a
wxStaticBox just is not designed for your attempted use. Hence the mystery.
Hope this helps.
Mark