ok well if noone can help me figure this out... can someone post some code where a button gets the value from a list box. its now working for me and i am very close to saying shag python gui
I need a little bit of help with Entry boxes. I keep getting an error when i try to use the get() command
eg. if i have a entrybox named crapola and I try to run the line "x =copy.deepcopy(crapola.get())"
I get an error like this:
Exception in Tkinter callback
Traceback (most recent...
I'll paste here all my code near the end in the displayclic and displayclicbox objects i've fudged up in terms of master slave relationships ala tk. I only a few hairs left so rather than pull them out i thought maybe someone could give me a hand. It would be greatly appreciated.
# this object...
I keep getting this message. I'm sure i've just left out a
bracket somewhere or something but I've been beating my head of my monitor for while now. Any help would be greatly appreciated
here is my code:
class displayclicbox:
def __init__(self,boxname,col,rowd)...
I'm trying to create mulitiple objects of the same type but I think i'm shagging up the constructor. Python is new to me but I think it has potential.
here is my code
class clicbox:
def __init__(self,value=0,color="white",superpower="none",pos=0)...
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.