Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10264 > unrolled thread

Re: Validating Entry in tkinter

Started bySaul Spatz <saul.spatz@gmail.com>
First post2011-07-25 05:12 -0700
Last post2011-07-25 05:12 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Validating Entry in tkinter Saul Spatz <saul.spatz@gmail.com> - 2011-07-25 05:12 -0700

#10264 — Re: Validating Entry in tkinter

FromSaul Spatz <saul.spatz@gmail.com>
Date2011-07-25 05:12 -0700
SubjectRe: Validating Entry in tkinter
Message-ID<mailman.1452.1311595975.1164.python-list@python.org>
That doesn't work, I'm being stupid,  The user might type anywhere in the string, not just at the end.  I need

return all([c in '1234567890abcdefABCDEF ' for c in after])

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web