Am just trying to return a value from a class method in the MyDialog class? Nothing seems to work?
All I wish to do is return a value from one class method to another using a dialog! surely I am missing something easy here.
# File example2.py
from Tkinter import *
import tkSimpleDialog
class...
I have a few pieces of code here, the first piece is not written by myself and is taken from another program, basically I cannot reference the entry widgets in the standard fashion(second piece of code, ie. def newHost(self)). When the style of writing is that of the code below, How do you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.