How to put warning box to the bottom in python tkinter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

How to put warning box to the bottom in python tkinter?

16th May 2019, 11:07 AM
Zhenis Otarbay
Zhenis Otarbay - avatar
5 Answers
+ 4
Can you just put a Label instance there by .pack(side=BOTTOM)? Depending on what happens, you change the text. For convenience you can also use the textvariable option and put a StringVar there.
21st May 2019, 11:05 AM
HonFu
HonFu - avatar
+ 6
HonFu as I have read we cannot just pack or place warning boxes like labels or entry boxes
25th May 2019, 12:34 PM
Zhenis Otarbay
Zhenis Otarbay - avatar
21st May 2019, 10:52 AM
Gordon
Gordon - avatar
+ 3
honfu you are so knowledgeable 😌
21st May 2019, 11:45 AM
Gordon
Gordon - avatar
+ 2
Gordon, I wish. 😂 Wrote one tkinter code so far. Labels and StringVars tend to come up.
21st May 2019, 12:39 PM
HonFu
HonFu - avatar