User Profile

Collapse

Profile Sidebar

Collapse
Jay Samson
Jay Samson
Last Activity: Oct 10 '11, 02:17 PM
Joined: Sep 24 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Jay Samson
    replied to change a variable thru a dialog box
    Hi, thanks for your reply. This is the code I've been trying with. I can write a variable on the window but I haven't been able to start with a default value then change it through the entry widget. Please help it is driving me crazy.

    Code:
    from Tkinter import *
    
    master = Tk()
    
    master.title("test")
    
    w = Canvas(master, width=500, height=500)
    w.pack()
    
    w.config(background="black")
    ...
    See more | Go to post

    Leave a comment:


  • Jay Samson
    started a topic change a variable thru a dialog box

    change a variable thru a dialog box

    How do I change a variable thru an entry dialog box in tkinter or python, as x = 1 and the user changes it to x = 2?? I can't seem to find the answer.
    See more | Go to post
No activity results to display
Show More
Working...