Tkinter entry widget with options and methods to manage user inputs. Reading & setting default data

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 8

  • @funnyclips2696
    @funnyclips2696 3 ปีที่แล้ว

    Your videos are so comprehensive and enlightening.... Kip it up

    • @plus2net1
      @plus2net1  3 ปีที่แล้ว

      Thanks

    • @funnyclips2696
      @funnyclips2696 3 ปีที่แล้ว

      Pls Sir,... is it possible to use "entry.config(state=DISABLED)" function to turn Entry widget off? Thanks🙏🏾

    • @plus2net1
      @plus2net1  3 ปีที่แล้ว

      @@funnyclips2696 Yes, you can configure all options that way, so this is possible.
      Check at
      th-cam.com/video/K9iPHzfzQM4/w-d-xo.html

    • @funnyclips2696
      @funnyclips2696 3 ปีที่แล้ว

      @@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.

    • @plus2net1
      @plus2net1  3 ปีที่แล้ว +1

      @@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.

  • @scott8940
    @scott8940 3 ปีที่แล้ว

    Excellent! Thanks very much for tkinter help. Keep the videos coming.

    • @plus2net1
      @plus2net1  3 ปีที่แล้ว

      Thanks, will do!