@@plus2net1 I've watched this video of yours many times Sir... But I've identified the problem now: the entry.config(state=DISABLED) refused to work just because I joined the .gri(row, column) along the Entry widget. The moment I pushed it to next line, the "config" method worked. Thanks Sir, I was almost frustrated.
@@funnyclips2696 Glad that it worked, many times the error remain in some where else. This disable or enable are common feature ( option ) in almost all Tkitner widgets. You can find one example of uses here ( towards the end of the page ) www.plus2net.com/python/tkinter-Combobox.php Same feature can be used for other widgets also. Feel free to ask questions if are facing any issue.
Your videos are so comprehensive and enlightening.... Kip it up
Thanks
Pls Sir,... is it possible to use "entry.config(state=DISABLED)" function to turn Entry widget off? Thanks🙏🏾
@@funnyclips2696 Yes, you can configure all options that way, so this is possible.
Check at
th-cam.com/video/K9iPHzfzQM4/w-d-xo.html
@@plus2net1 I've watched this video of yours many times Sir... But I've identified the problem now: the
entry.config(state=DISABLED) refused to work just because I joined the .gri(row, column) along the Entry widget. The moment I pushed it to next line, the "config" method worked. Thanks Sir, I was almost frustrated.
@@funnyclips2696 Glad that it worked, many times the error remain in some where else.
This disable or enable are common feature ( option ) in almost all Tkitner widgets. You can find one example of uses here ( towards the end of the page )
www.plus2net.com/python/tkinter-Combobox.php
Same feature can be used for other widgets also. Feel free to ask questions if are facing any issue.
Excellent! Thanks very much for tkinter help. Keep the videos coming.
Thanks, will do!