From: Mattia B. <mat...@li...> - 2006-07-15 10:02:18
|
On Wed, 28 Jun 2006 16:26:26 +0200 herbert breunung <dei...@we...> wrote: > when i call $window->GetValidator() i get no object, when i try to assign > one i fail, there is nothing in the demos about that > i just wanted to plug an Wx::Validator->SetBellOnError(0) and BTW the > artprov.pl > onto an combobox to stop making noises. This will not work. Unless you assign a validator to a window, the window is not created with a validator, so it is not a validator making the noises you are hearing. > in examples seems broken something with imagehandler. > all best Works for me. care to post an error message? Regards Mattia |