Radio Buttons with TTKBootstrap - Tkinter TTKBootstrap 14

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

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

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

    ▶ Watch TTKBootstrap Playlist ✅ FREE Tkinter Widget Book
    bit.ly/3hphbwA bit.ly/3K4qlZC
    ▶ See More At: ✅ Subscribe To My TH-cam Channel:
    Tkinter.com bit.ly/3Pk1By4
    ▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group:
    30% off with coupon code: youtube bit.ly/2GFmOBz
    ▶ Get The Code For This Video
    bit.ly/3dCzz2K

  • @daveonthecut
    @daveonthecut ปีที่แล้ว

    Thanks John. Another awesome tutorial. As always, extremely well presented and clearly explained. You are my favourite by a long, long way, when it comes to coding vlogs.

  • @juliengoggans7750
    @juliengoggans7750 ปีที่แล้ว

    I love all of your tkinter/ttkbootstrap videos. You make everything easy to understand.
    I have learned a lot from your videos. Thx

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      Awesome, I'm happy to hear it!

  • @ayoub4964
    @ayoub4964 ปีที่แล้ว

    finally a video on ttkbootstrap🎉

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      lol this is my 14th video on ttkbootstrap on the playlist...

  • @ddady15
    @ddady15 10 หลายเดือนก่อน

    Hi John. Thanks for the great tutorials. I have 2 issues with the radiobuttons. 1) How can i change the color of the button text? 2) when i choose a radiobutton and then another one the previous one stays selected and so on with all of them. Thanks in advance.

    • @ddady15
      @ddady15 10 หลายเดือนก่อน

      I managed to solve my second problem. Waiting to hear about the text color.

  • @tyzmans
    @tyzmans ปีที่แล้ว

    Oooh first to watch 😊 and first to comment great watch again keep them coming 👍

  • @gallahant
    @gallahant ปีที่แล้ว

    Hello John. New to programming. I am having a problem with ttkbootstrap. Pycharm refuses to regocnize bootstyle argument for some reason. Did pip install and removed ttkbootsrap several times. Tried with python 3.10 and 3.11 also as interpreters. Might you know why this is happening? Thank you! Awesome videos!

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

      Sorry, no clue. I don't use pycharm and strongly suggest no one else does either.

    • @ddady15
      @ddady15 10 หลายเดือนก่อน

      Pycharm auto complete doesn't recognize it but you can write it down in the code and it works.

  • @mindcreativestudios4709
    @mindcreativestudios4709 ปีที่แล้ว

    Very nice tutorial... I am trying to implement this in a class setup, however, the buttons do not appear on screen, no error messages to point where the issue(s) are... could you do a tutorial on using radio buttons in a class? Please?

  • @dougsigman9497
    @dougsigman9497 ปีที่แล้ว

    How would I separate them into two groups? I'm guessing with frames.

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      Do you mean move them around the screen? In the same way you move any widget. You likely wouldn't use the loop method, you'd use the manual one.

  • @whs861
    @whs861 ปีที่แล้ว

    Who to delete treeviwe selected row in openpyxl

  • @alejandrocesarcaldi1334
    @alejandrocesarcaldi1334 ปีที่แล้ว

    No buttogroups?

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      I don't know what you mean by that. They are grouped by default...that's what they are.