Hi all,
is there any option to limit input type (wxTextCtrl) to accept only
number?
thanks,
regards.
bio.
Hi all,
is there any option to limit input type (wxTextCtrl) to accept only
number?
thanks,
regards.
bio.
hi
Fabio P. 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
Too fast!!
thank you Alex.
bio.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs