Tkinter Basics 3: Control Variables

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • Learn how easy it is to use Tkinter and Python to build simple GUI applications with author Alan D Moore.
    Example code for this video can be found here: github.com/ala...
    Check out Python GUI Programming with Tkinter, 2nd Edition: www.amazon.com...

Комментарии • 10

  • @RonaldModesitt
    @RonaldModesitt 2 года назад +1

    Tkinter explained very well, including the nuances.

  • @jimrakel418
    @jimrakel418 3 года назад +1

    Finally, a deep dive into Tkinter! Thanks.

  • @chung-heejeong7172
    @chung-heejeong7172 3 года назад +1

    This is deep. Please make more videos like this.

  • @johnnytoobad7785
    @johnnytoobad7785 Год назад

    I like to call these "tk-vars". I use them all the time especially for CheckBox an StatusLine code.
    It's interesting how they are "full-duplex" and dynamically update the widgets data with a minimum of coding.

  • @BehoAII
    @BehoAII 3 года назад +1

    Nice keep going . much appreciate

  • @alananalyst7795
    @alananalyst7795 Год назад

    Thanks God I found this video, I am reading chapter three of your book but I am struggling with control variables, it's just not clicking for me

  • @RonaldModesitt
    @RonaldModesitt 2 года назад

    It seems that the Save button is still functional after setting ..trace_add (subject_var_trace_add and cat_var_trace_add). Do we need to disable the Save button after set the trace functions?

  • @rckeith
    @rckeith 3 года назад

    Very useful thanks.👍