Screen navigation in Kivy - ScreenManager()

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

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

  • @EliSpizzichino
    @EliSpizzichino 2 ปีที่แล้ว +3

    This is what I was looking for to create wizard like UI

  • @prajwalpant
    @prajwalpant 3 ปีที่แล้ว +2

    Good job sir keep up

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

    what if you want the new screen to be renewed? Like in a menu app, you click the item and in the details, you want to type in the number of items or add add-ons. How do you make sure that the add-ons are renewed the next time you're there?

    • @Y_not_coding
      @Y_not_coding  2 ปีที่แล้ว

      not sure I get it but maybe something I go through in the recycleview videos could help you. It updates a list of buttons with every screen load

  • @удивительный-б8х
    @удивительный-б8х ปีที่แล้ว

    can i have the screenmanager and screens inside a floatlayout or something, cause i don't want the whole screen to change when i swap between screens

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

      I guess it's possible, you just need to layer your widgets in another way. But I'm not familiar with those yet.

    • @удивительный-б8х
      @удивительный-б8х ปีที่แล้ว

      @@Y_not_coding hey man thanks for the reply. but i really don't think its possible. i tried

  • @kemar3789
    @kemar3789 2 ปีที่แล้ว

    Hope I get a reply. I'm currently new to kivy I'm doing a design for a desktop app using kivy. I would like to know how to change the background color for the different screen

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

      I set up the Window.clearcolor = (#RGBA values here) for base case. Than since everything is a widget in Kivy, I guess you can use each object's built in background_color setting. (Sry for the late reply but I usually only log in for uploads)

    • @kemar3789
      @kemar3789 2 ปีที่แล้ว

      @@Y_not_coding thanks for replying will implement this later and see if it works