the MDI - Wx::Demo is completely broken but I can't make it better with own
samples. bugs here?
still there:
Couldn't require Wx::DemoModules::wxHeaderCtrlSimple : Attempt to reload Wx/Demo
Modules/wxHeaderCtrlSimple.pm aborted.
Compilation failed in require at (eval 305) line 2.
at C:/strawberr
Think you need a sizer to get radiobutton to show
The sequence I follow that works for me
notebook(whatever)
panel(notebook)
panel sizer
addpage(panel)
everything_else(panel)...
...
panel(notebook)
panel sizer
addpage(panel)
everything_else(panel)...
...
etc.
Jeff
On 7/29/2010 10:03
Hi,
>It appears the printdialog and pagesetup dialogs are not fucntional on
>linux in gtk. Not surprising really, but would someone confirm so I
>don't spend anymore time on it. Thanks.
Works for me; tried in the demo: preview and print to PDF work fine; I
havent't tried printing to a real
It appears the printdialog and pagesetup dialogs are not fucntional on
linux in gtk. Not surprising really, but would someone confirm so I
don't spend anymore time on it. Thanks.
Jeff