In my application if click once then circle will be drawed on canvas. If double click then recently added points will be connected to polygon.
I have a toplevel window that keeps appear underneath the root window, which is pretty annoying. Any idea how to make sure that the toplevel gets the focus when the function is called?
I have compiled Tcl/Tk into my application. When I open my application, I get a window (due to Tk_init) which I can manipulate:
I have installed Tcl and Tk, and I am running into the oh-so-familiar "No module named _tkinter" error.
root = Tk() w=350 h=200 # get screen width and height ws = root.winfo_screenwidth() hs = root.winfo_screenheight()
I\'m coding on Tk 8.5.9 from ActiveTcl on Ruby 1.8.7 on a Mac OS X 10.6. To meet my application requirements I need to make the button widgets as small as the gif image but I am not able to. I have b
Does anyone know how to integrate pygame with Tk?I am trying to drive a pygame display with a Tk form and I\'m having difficulties.Below is a simple example of the kind of thing I\'m trying to accompl
I am attempting to compile a simulator for Y86 code (http://csapp.cs.cmu.edu/public/sim.tar) on Windows using mingw and msys, the simulator uses Tcl and Tk for a GUI that it has, so I first tried down
I am trying to load Tk package in tclsh but I am not able to load it. After googling, I figured that modifying auto_path might help. But unfortunately it did not help me.
I am trying to run a simple ruby program on windows platform using \'tk\' library but when I run the program I am getting following error: