Is it possible using TK to create to text areas with scrollbars that when you scroll one the other moves as well?
I have designed one sign-up form,in this form after getting all necessary values I will click submit button.
I want something like a canvas, but where i\'d be able to manipul开发者_开发知识库ate pixels easily in addition to all the provided geometries, that can be drawn on canvas.
I want to add scroll bar in my main window. How can I add scroll bar in my main win开发者_开发技巧dow. Pleasehelp me. In TK you wouldn\'t add a scrollbar to the main window, but you create a widget to
I have planned开发者_运维百科 to do the chatting the exercise Perl socket. In this I want to display
I have a Perl/Tk script in which I am creating a button widget of height 1. Now when I execute script through Citrix xterm client I get button displayed.
How do you cha开发者_JAVA技巧nge the font and font size in the themed button widget (ttk::button)?
I\'ve got a Tcl/Tk window with an entry box in which I\'d like to force upper case character entry. That is, if any letters are typed I\'d like them to appear in upper case in the entry field, instead
I am having trouble getting Tkinter up and runnning in order to install matplot lib. I am running Mac OS X 10.4.11, and just installed Python 2.6.4 .
With the following Tcl script, the entry widget will not accept input. It appears but is unresponsive.