http://www.perlmonks.org?node_id=1018919


in reply to Re: Entry widget with explicit submit button
in thread Entry widget with explicit submit button

Yes, I am using TK. I read Validation in Entry, but that gives you option of "focus" on entry box and "key". But what I need is a separate button for a user to validate it.

(For example, a user may play around with the text in Entry box, but he may not choose to conform to changes and might close the window. So, I want a submit button alongwith it. Only when it is pressed, I'll take the input.)