Nov-07-2018, 07:35 PM
(Nov-07-2018, 07:27 PM)atlass218 Wrote: but it's not displayed
I don't knew why?
It is displayed. But then you put a big text box on top of it.
Don't mix different widget placement types. If you're going to
.pack()
, then pack. If you're going to .place()
, then place. If you're going to .grid()
then grid. But don't mix and match.