python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Generated Words Print to Terminal But Not GUI Entry - Tkinter
The purpose is to pull a word from the list randomly and display it on the screen in the GUI. The words are displayed in the terminal when I click the button "dammi" but I cannot get them to...
Rykorua
Votes: 0
Answers: 1
How to get Checkbutton/Entry/RadioButton values from another frame?
I have a .ini file which holds the default values for the Checkbuttons/Radiobuttons/Entry components of my app.
I want to use a 'SAVE' button in another frame to save the updated values by user and up...
wk14
Votes: 0
Answers: 1
StringVar variables do not return value
In the following code snippet, I want my Tkinter program to get the values from text fields and store it in variables. But the problem is, the values stored are default StringVar() variable values (''...
Poorvaj
Votes: 0
Answers: 2
Values not stored in Tkinter Variables
In my code, I have tried to get the user input through text fields, store them in variables and finally print them in a tabular form.
The problem I am facing is that none of the values I enter through...
Poorvaj
Votes: 0
Answers: 2