Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: destroy function issue
Post: RE: destroy function issue

thanks Gribouillis. I love you. By using your knowledge it also seems to work like this: from tkinter import * from math import * root = Tk() # Make window root.geometry() #mg/ml text entry MG/ML...
SmokerX GUI 8 4,691 Jan-26-2018, 09:26 PM
    Thread: destroy function issue
Post: RE: destroy function issue

You are right, without calling raise I would have never realized I was not clearing t value from the memory. I have attempted to find float value attributes but scrapped it, tried converting it to cle...
SmokerX GUI 8 4,691 Jan-26-2018, 08:06 PM
    Thread: destroy function issue
Post: RE: destroy function issue

Hi buran. There is no error tags that this issue triggers. What I mean by "breaks" is when you change a variable and a function button runs twice in a row without the clear button being pressed the cl...
SmokerX GUI 8 4,691 Jan-26-2018, 06:13 PM
    Thread: destroy function issue
Post: destroy function issue

from tkinter import * from math import * root = Tk() # Make window root.geometry() #mg/ml text entry MG/ML mg2 = StringVar() mg = Entry(root,textvariable=mg2,width=10, bg="white") mg.grid(row=3,colu...
SmokerX GUI 8 4,691 Jan-24-2018, 05:05 PM
    Thread: printing option menu variable in label in Tkinter
Post: RE: printing option menu variable in label in Tkin...

This is solved. I needed to define 2 variables and use textvariable instead of text. stupid question. Sorry for being a noob.
SmokerX GUI 1 6,618 Jan-18-2018, 07:36 PM
    Thread: Widget placement issues with tkinter grid thread 1
Post: RE: Widget placement issues with tkinter grid thre...

I think you have row and column mixed up. I think screen1 is dictating grid size so rows are huge. Im not sure if youre mistaking screen1 for a root window. If so delete screen1. You can also use pla...
SmokerX GUI 2 4,368 Jan-09-2018, 03:59 PM
    Thread: printing option menu variable in label in Tkinter
Post: printing option menu variable in label in Tkinter

Hi, I`m trying to print a variable from an option menu into a labels text string without effecting its value or the values of other variables and am stuck. I've been searching for answers but coming u...
SmokerX GUI 1 6,618 Jan-09-2018, 11:42 AM

User Panel Messages

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