Hi everybody.
I have problem with .pack() and .grid().
I have to use this line:
mywin.pack(fill=BOTH, expand=YES)
I have used .grid every where on my file but now here i have copied a pice of code from some where and have pasted to my file, as you see it has used .pack().
I can't change all .grid() to .pack() because it's difficult for me to use .pack() when i want to set for example the place and direction of buttons, so i use .grid() options like row and column.
And if i change that line, that .pack() to .grid(), it doesn't work.
So what should i do?
(Thats the reason i don't like Tkinter at all, it's not friendly.)