MDI broken

2010-07-30 Thread herbert breunung
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

Re: I need explain on Wx handlers

2010-07-30 Thread perltk
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

R: Printdialog on linux not functional.

2010-07-30 Thread mattia.bar...@libero.it
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

Printdialog on linux not functional.

2010-07-30 Thread perltk
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