Hi all,
print(specialframe.winfo_reqheight())
print(specialframe.winfo_height())
I've tried to make a system which gets the dimensions of a frame after it's been made, but in both cases, the frame dimensions are given as 1x1+0+0, or in this case, the height remains at 1. I've also tried using the after command to wait up to 500 ms, but the same problem arises. Could someone help me understand where i'm making a mistake?
Thanks all