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


Groups > comp.lang.python > #106290

tkinter Entry validation modes

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject tkinter Entry validation modes
Date 2016-04-02 16:11 +0100
Message-ID <mailman.366.1459609893.28225.python-list@python.org> (permalink)

Show all headers | View raw


A typical call to create an Entry field would be:-

e = Entry(master, validate='all', ...)

Once this call has been made is it possible to change the validation 
mode at runtime?  Background, I'm knocking up an app so I can play with 
the various modes so that I can see how they work, as I'm just venturing 
into the tkinter world.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

tkinter Entry validation modes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-04-02 16:11 +0100
  Re: tkinter Entry validation modes Wildman <best_lay@yahoo.com> - 2016-04-02 12:47 -0500

csiph-web