WxWizard questions

2009-10-26 Thread Erez David
Hi, I am building a Wizard using Wx::Wizard (in WxPerl...) Currently I am facing 2 main issues: 1. How do I make a dialog page E.g Wx::DirDialog or Wx::ProgressDialog to be a native part of the Wizard and not to be opened in a separate pop-up window.(I have tried the solution suggested

Re: WxWizard questions

2009-10-26 Thread Johan Vromans
Erez David int...@gmail.com writes: My question was more regarding the Wx::ProgressDialog isn't there a way to make it a part of the Wizard pages and not a pop-up window? wxGauge? -- Johan

Re: WxWizard questions

2009-10-26 Thread Mattia Barbon
Erez David wrote: Hi, I am building a Wizard using Wx::Wizard (in WxPerl...) Currently I am facing 2 main issues: 1. How do I make a dialog page E.g Wx::DirDialog or Wx::ProgressDialog to be a native part of the Wizard and not to be opened in a separate pop-up window.(I have tried