Spinner Dropdowns - Python Kivy GUI Tutorial #32

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

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

  • @JonasHertt
    @JonasHertt 7 месяцев назад +1

    I love your kivy series. Great work and effort you put in there. I like how well you explain every little step and option! Thanks :D

  • @Alikhan-xm1xq
    @Alikhan-xm1xq Год назад +1

    Very good lessons! Thank you from Russia!

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

    As usual, an excellent and helpful video. I'm a beginner with Python and Kivy / KivyMD. I found this helpful in filtering data from an MariaDB I have connected to my Kivy project. Using your spinner video I was able to create a spinner for Year and Month filters to view specific data. Please keep up the good work. You really do help guys like me who struggle with Kivy / KivyMD. I plan to take your Python course in the near future.

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

    What I like the best is you don't try to be perfect and re-edit mistakes out of your videos. We make mistakes as well and you are showing how to track down and fix bugs on the fly.

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

      It's an important skill to learn

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

    amazing as always

  • @IveNoFrnds
    @IveNoFrnds 10 месяцев назад +1

    Is there any way to change the background color of the spinner? And, is there any counterpart of this in kivymd?

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

    Very straight forward ❤️

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

    You make it look so easy. Great!

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

    Good video helped me out alot

  • @ПавелПанчук-н9х
    @ПавелПанчук-н9х 2 года назад

    боже храни тебя святой человек
    , очень помог по практике в вузе

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

    ▶️ Watch Entire Kivy Playlist ✅ Subscribe To My RUclips Channel:
    bit.ly/37LrJ27 bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
    ▶️ Get The Code
    bit.ly/39ic61j

  • @vamsterc7872
    @vamsterc7872 2 года назад +2

    Is there any chance to delete the option text we pick when it is updated on label?
    For example:
    I click peperoni and it will be updated in Label like “You selected: Peperoni”
    But the peperoni text still remain after we selected it, can it be gone or hidden after we select our option text?

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

    Hi John, Can you teach me how to close our kivy application using a button.
    And as always amazing video John Keep it up!

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

      from kivy.core.window import Window
      Window.close()#in the on_release : root.def()

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

      @@ellordgaming8608 Thx man

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

    Please how do you create a drop down item button like spinner

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

    Hi, how to attach the selected value from dropdown list to my python script

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

    Why the Spinner displays his elements on the other widgets ? What if i want it to display itself in a separate space and don't collapse with the other widgets ?

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

    Why it doesn't work 'on_text' on py file? with a lambda fuction on_press and on_release work, but i need the current text and only on_text does.

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

    Is there a way to automatically set the values for a spinner without having to actually type them in?

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

    Please tell me How to use keyboard down arrow to select item

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

    how to use these drop down values for list or retrive from csv?

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

    Sir, from this video *Adding a Full Screen ScrollBar - Python Tkinter GUI Tutorial #96*, I wanna ask a thing..
    How could we use your mouse wheel to do the pages go up and down

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

      Why not ask the question on that video?

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

    I need to send my kivy spinner values from a sqlite list in Python. Getting the values out of the list is no problem, but sending it from my main python file to the kivy spinner file is the problem. I cant find a way to do it? Any advice?

  • @k.h6596
    @k.h6596 3 года назад

    As always Awesome 😎. I had an issue though. I tried to use the same concept in a multiple windows simple app using .py file and .kv file and I followed all your instructions but Somehow i cant get the dropdown list: i get only the below output in this screen:
    Field Domains
    Your preferred field
    # the code
    class FifthWindow(Screen):
    def spinner_clicked(self, value):
    self.ids.click_label.text = f'you Selected: {value}'
    pass
    :
    name: "fifth"
    BoxLayout:
    orientation: "vertical"
    size: root.width, root.height
    Label:
    id: click_label
    pos_hint:{ 'top': 1}
    text: "Field Domains"
    font_size: 20
    Spinner:
    id: spinner_id
    font_size: 15
    on_text: root.spinner_clicked(spinner_id.text)
    text: "Your preferred fields "
    values: ["Community Service ", "..."]
    pos_hint: {"x": 0.35 }
    Label:
    text: " “
    #
    What I’m missing?
    Thanks in advance!

  • @py-kali1556
    @py-kali1556 3 года назад +1

    We are waiting for Recycle view in kivy

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

      You are waiting :-p

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

    How can I pass dynamically the list from the .py file to the .kv file?

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

      in your .py:
      from kivy.properties import ListProperty
      list = ListProperty()
      list_append = []
      list_append.append(a)
      list_append.append(b)
      list = list_append
      in your .kv:
      Spinner:
      values: root.list
      Spinner will have a and b as entry.

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

    Did exactly the same and didn't work

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

      Then you didn't do exactly the same.

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

    first like, first viewer

  • @py-kali1556
    @py-kali1556 3 года назад

    Great

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

    kivy mondays or tuesdays ?? 🤔

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

      mondays, but this one was a holiday

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

    Can we do this in Tkinter?

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

      This is basically the tkinter version:
      ruclips.net/video/OPUSBBD2OJw/видео.html

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

      @@Codemycom Thanks❤️

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

    Hey John, how would you change the background colour of the elements present in the spinner dropdown?

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

    pygame ??

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

    how can I access ids inside other ids?

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

      don't know what you mean