> Hi,
>
> As you can see I'm quite busy programming Wx...and I've found another
Good! I like testers!
> strange thing: GetSize and GetClientSize return bogus values.
>
> I've tried calling these methods on a wxPanel which is a part of a
> wxSplitterWindow (and also tried to call it on the SplitterWindow
> itself) and both GetSize and GetClientSize return 20 on the GetWidth
> method of the returned wxSize object.
If they work in ( say ) a wxFrame, or any other window type,
then it is a wxWindows' bug ( since the wxPerl implementation
is common ), otherwise, well, you know who is to blame...
> The frame which contains the SplitterWindow is maximized, so it should
> return something around 1024 (the width of my screen).
>
> Any ideas?
No one ATM; will investigate
Regards
Mattia
|