Python/Kivy POS System Part 4:Admin Dashboard(Part 16)

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

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

  • @muhammednabil352
    @muhammednabil352 5 лет назад

    can you help me please
    I just did exactly like you and product buttons (add product - update product - remove product) is not clickable makes no text input to be added as long as user buttons is functioning well I searched for solution but I didnt find and checked the code and rewrite several times idk whats the problem of not displaying ops_fields_p at all and buttons is not clickable not even changing its color when I click on it
    thanks in advance for help!

    • @samuelcourses7225
      @samuelcourses7225  5 лет назад

      Are you sure they are not disabled?

    • @muhammednabil352
      @muhammednabil352 5 лет назад

      @@samuelcourses7225 actually idk wht happened but it worked eventually but like I told you, I did like you but it didnt work so I copied the code that exactly like mine but it worked! finally xD

    • @samuelcourses7225
      @samuelcourses7225  5 лет назад

      @@muhammednabil352 Its a relief that you got it working, keep coding

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

      For anyone that encounters this problem as well. For me it was due to the product_scrn in the __init__ being declared with self.ids.scrn_content insetead of self.ids.scrn_contents. the s is the different. Displays the buttons but doesn't allow them clickable