On 30/11/10 10.45, Octavian Rasnita wrote: Hi,
I have created a frame with WxPerl and I want to open it as a modal window. Is it possible with WxPerl? Can I open it somehow as a dialog window that can be opened in modal mode?
For it to be really modal, it must derive from wxDialog; you might try using wxWindowDisabler, but I am not sure it will do what you want.
HTH, Mattia
