#๐ Propogate False not working in tkinter
17 messages ยท Page 1 of 1 (latest)
@granite thunder
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
outputpmframe = tk.Frame(pmframe, highlightbackground='black', highlightthickness=2, padx = 10, pady = 10)
outputpmframe.configure(height = 400, width = 1080)
outputpmframe.grid_propagate(FALSE)
outputpmframe.grid(row = 1, column = 0, padx=(20, 0), pady=(10, 0), sticky = W)
https://paste.pythondiscord.com/B6BQ full code
I don't speak tkinter, but what kind of argument is FALSE? the boolean is False
Im not sure but ive been using FALSE and it works
Ive some what fixed it but the y axis wont stay
FALSE is imported from tkinter since they used * import
no tkinter eval here
nevermind
but yes, it's just a basic enum
so guys whats wrong with my code ๐
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.