RE: wxSashWindows

2009-09-10 Thread Steve Cookson
with embedded panels. I guess I'm not sure that this is right yet. What do others think? Regards Steve -Original Message- From: Johan Vromans [mailto:jvrom...@squirrel.nl] Sent: 09 September 2009 03:32 To: wxperl-users@perl.org Subject: Re: wxSashWindows "Steve Cookson"

Re: wxSashWindows

2009-09-08 Thread Johan Vromans
"Steve Cookson" writes: > Having spent ages trying to get wxSashWindow to work, I decided to post an > example on http://wxperl.pvoice.org/w/index.php/SashWindow, Thanks a lot for that! It took me some time to find out the fun of the SashWindow. Maybe making some of the sashes visible would be

RE: wxSashWindows

2009-09-08 Thread Steve Cookson
geHandlers(); my $frame_1 = MyFrame->new(); $app->SetTopWindow($frame_1); $frame_1->Show(1); $app->MainLoop(); } Regards Steve _ From: Steve Cookson [mailto:steve.cook...@sca-uk.com] Sent: 08 September 2009 14:42 To: wxperl-users

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