From: Mattia B. <mat...@li...> - 2006-07-15 10:03:31
|
On Fri, 14 Apr 2006 19:24:02 +0200 "Manuel Renz" <m....@te...> wrote: Hello, sorry if this slipped through the cracks, > Currently I'm trying to get Wx::Wizard working and I'm having some problems. > > First: > I get an "EVT_WIZARD_FINISHED is not exported" error Added to CVS. > and EVT_WIZARD_CANCEL clames that it has not enough paramters, but the doc says > EVT_WIZARD_CANCEL(id, func) As all EVT_XXX, in wxPerl this function takes the event handler as an additional first argument . > Second: > I need to click twice on the [X] to get the EVT_CLOSE working and succesfully running my OnClose sub... > Why that? Beacuse you call ->RunWizard before setting the event handlers. Regards Mattia |