in reply to Re: wxPerl - Removing title bar buttons from dialog box doesn't work in Kubuntu 9.10
in thread wxPerl - Removing title bar buttons from dialog box doesn't work in Kubuntu 9.10
Hi Anon,
Thanks for all of that. Here are the answers:
steve@steve-desktop:~$ perl -MWx -le"print for Wx->VERSION, Wx->wxVERS +ION_STRING" 0.91 wxWidgets 2.8.9
I was *so* impressed by your next idea,
$style = wxCAPTION() &~( wxMINIMIZE_BOX() | wxMAXIMIZE_BOX() | wxRES +IZE_BORDER() )
Sadly it didn't work.
Nor did use base qw(Wx::Frame);
I also get 536870912.
Even the totally blank dialog, which works on Windows doesn't work on Kubuntu.
Thanks for the ideas, any others would be welcome.
Regards
Steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: wxPerl - Removing title bar buttons from dialog box doesn't work in Kubuntu 9.10
by Anonymous Monk on Mar 19, 2010 at 12:02 UTC | |
by Steve_BZ (Chaplain) on Mar 19, 2010 at 16:59 UTC |