in reply to Re: Tk::Entry validate question
in thread Tk::Entry validate question
1. There was an analyzis of a problem inside my message, so your explanation just
rewords mine
2. return 0 if $_[0]=~/\D/; is not enough,
because I said there should be at least one digit.
3. I noticed that I'm worried about
current validation scheme in general, where validation occures one
extra time, and not just once at the end of change.
Number validation was just an example.
Best wishes,
I.R.Baboon.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Tk::Entry validate question
by Abigail-II (Bishop) on Jun 14, 2002 at 18:47 UTC | |
by Baboon (Acolyte) on Jun 14, 2002 at 20:01 UTC |