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 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
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
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!
Are you sure they are not disabled?
@@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
@@muhammednabil352 Its a relief that you got it working, keep coding
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