Thanks for the great video, at 6:41 when you defined the position for the label, it didn't work! you defined pos_hint : {"center_x" : 0.5, "center_y" : 0.5}, but "center_x:0.5" didn't work. it puts the label always at "center_x:0", unless you align it with halign! Do you know why is that? as a matter of fact, this pos_hint property is not reliable at all (or at least I don't know how to make it work), the problem is not just with Label, MDBoxLayout also behaves the same...
Thanks, very helpful 👍 but try to make vocal videos for more views
Fantastic I love your videos keep going your small developer from Egypt ❤️
Greet job dude !!! Thanks for your useful video 😊😊
My pleasure!
Thanks for the great video, at 6:41 when you defined the position for the label, it didn't work! you defined pos_hint : {"center_x" : 0.5, "center_y" : 0.5}, but "center_x:0.5" didn't work. it puts the label always at "center_x:0", unless you align it with halign! Do you know why is that? as a matter of fact, this pos_hint property is not reliable at all (or at least I don't know how to make it work), the problem is not just with Label, MDBoxLayout also behaves the same...