hi Fabio Petrucci wrote: > is there any option to limit input type (wxTextCtrl) to accept only > number? tx = Wx::TextCtrl.new(self) tx.validator = Wx::TextValidator.new(Wx::FILTER_NUMERIC) cheers alex