Would it be possible to get the alternate constructor for wxBusyInfo?
>From docs at http://docs.wxwidgets.org/stable/wx_wxbusyinfo.html#wxbusyinfoctor : "wxBusyInfo(const wxString& msg, wxWindow* parent = NULL) Constructs a busy info window as child of parent and displays msg in it. NB: If parent is not NULL you must ensure that it is not closed while the busy info is shown." But if you attempt to specify a parent window you get an error: "Usage: Wx::BusyInfo::new(CLASS, message) at example.pl line 53." You can see this by executing the attached example script. Thanks, Brad Embree b...@donor.com
example.pl
Description: Perl program