python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
External window is empty with "tk.Toplevel" and "parent"
When I click on a label to open an external window (tertiary.py), the window opens normally but is empty inside. I don't get errors, but I don't see Tkinter widgets and miscellaneous items.
This is th...

user17921218
Votes: 0
Answers: 1
Blender python scripting UI - How to refresh outliner header when a different collection becomes active?
My script changes the outliner header content depending on the active collection, however it will only refresh when I move my mouse around the screen.
Obviously I want the header to refresh as soon as...

Joshua de Haan
Votes: 0
Answers: 0
Retrieving Tktinter Entry Values where GUI is Variable
I have Tkinter GUI with some entry boxes, and a button at the bottom that I want to click to retrieve the values from the boxes.
The tricky part is, that the number of entry boxes in my GUI is not fix...
SlowlyLearning
Votes: 0
Answers: 1
PyQt5 QLabel() string contains < >
I have a string in PYQT5 that I'm loading into a QLabel() that contains less than and greater than symbols. The output is omitting the symbols and everything in between them. Is there a way to output ...
sethdhanson
Votes: 0
Answers: 1