#Python Tkinter application. GUI elements not showing

3 messages · Page 1 of 1 (latest)

frosty galleonBOT
#

@burnt willow

File Attachments Not Allowed

For safety reasons we do not allow files with certain file extensions.

cadofoh_1 Said

I'm encountering an issue with a Python Tkinter application where the "New Project" button click is not functioning as expected. The expected behaviour is to show a data entry frame and populate it with a tree view upon clicking the "New Project" button. However, the frame remains hidden, and the tree view is not updated.

Relevant Files:

project_view.py
app.py
Observations:

Button clicks are being registered, as evidenced by print statements.

Code Formatting

You can share your code using triple backticks like this:
```
YOUR CODE
```

Large Portions of Code

For longer scripts use Hastebin or GitHub Gists and share the link here

Ignored these files due to them having disallowed file extensions
  • message.txt
burnt willow