Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How do you make functions that take a variable that is not defined?
Post: RE: How do you make functions that take a variable...

Or do you mean the fact that unquoted TOP and X are available as values? These have been defined somewhere. The convention is that any variable in all capitals is a global constant. So somewhere in th...
Grytpype General Coding Help 6 4,411 Sep-24-2018, 09:50 AM
    Thread: Not understanding the correlation between code and geometry with Tkninter
Post: RE: Not understanding the correlation between code...

The large white space is your listbox. It contains seven empty lines, one for each time you went round the loop. Listboxes contain text: listbox.insert(END, "hyena"). It looks as if you want to insert...
Grytpype GUI 3 2,959 Aug-03-2018, 10:31 AM
    Thread: Activating buton using "Enter" key
Post: RE: Activating buton using "Enter" key

The spacebar automatically works to activate the button. If you want Enter (Return) to activate it, bind it to the same validation function: monBouton.bind("<Return>", valider)This doesn't quit...
Grytpype GUI 3 7,051 Jul-30-2018, 12:46 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020