AttributeError: ‘kivy.graphics.vertex_instructions.Rectangle’ object has no attribute ‘fbind’
I have no idea how to correct this. Ive combed my main and gui files and cant find whats causing it. Any help would be much appreciated.
Errors while learning kivy course
This is the screenshot of the errors that I encountered while learning Kivy course
Please see through the problem and tell me the solution ASAP.
what is the difference between root.manager.current and app.root.current?
So, I’m new to using Kivy.
kivy output to label or button or screen
What I need to do is output to maybe a label below the submit button right now it prints to console can anyone tell me the code to do this ???
Pos_hint of label in FloatLayout (Kivy)
I want to put the self.menu_label1 starting after 2% of screen size using the python file… For this, I insert the label in this way: