wxSashWindows

2009-09-08 Thread Steve Cookson
Hi, Has anyone managed to get wxSashWindows to work? I managed to find a version written in wxRuby on google, but it was full of SashLayoutWindows commands, which don't appear in wxPerl. I played around with it for a while (scroll down for a working version). The alternative, if I want to have

Re: Destructors eg wxBitmap::~wxBitmap

2009-09-08 Thread Mattia Barbon
Steve Cookson wrote: Hi, I can't see any obvious samples that tell you how the Perl syntax works for removing an element, like a bitmap, a textctrl or a button. Any pointers would be welcome. For all classes derived from wxWindow you can use -Destroy. Most other classes (including

RE: wxSashWindows

2009-09-08 Thread Steve Cookson
Hi Guys, Having spent ages trying to get wxSashWindow to work, I decided to post an example on http://wxperl.pvoice.org/w/index.php/SashWindow, with apologies to the wxPython website I borrowed and mutilated it from. wxSashWindow in Python relies heavily on wxSashLayoutWindow, which is not