#๐Ÿ”’ Propogate False not working in tkinter

17 messages ยท Page 1 of 1 (latest)

granite thunder
weary bayBOT
#

@granite thunder

Python help channel opened

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.

granite thunder
#
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)
turbid hatch
#

I don't speak tkinter, but what kind of argument is FALSE? the boolean is False

granite thunder
#

Im not sure but ive been using FALSE and it works

#

Ive some what fixed it but the y axis wont stay

dire sparrow
twilit hare
#

it equals 0

#
from tkinter import FALSE
print(FALSE)
dire sparrow
#

no tkinter eval here

twilit hare
#

nevermind

dire sparrow
#

but yes, it's just a basic enum

granite thunder
#

so guys whats wrong with my code ๐Ÿ˜…

weary bayBOT
#
Python help channel closed

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.