I\'ve installed ActivePython 3.1 and ran IDLE with -n parameter as required by the turtle module in documentation. However when I try to use it with call such as turtle.postion(), new windows is opene
I\'m working with a Tkinter scale, where the selected value is somewhere between 0 and 100, representing a percentage. Is there a way for the value displayed to have a % percent sign following it?
The following code demonstrates my problem. Running it gives me the error message that reads:\"UCS-2LE:code point \"\\x{20541}\" too high at C:/Perl/site/lib/Tk/Widget.pm line 205. at E:\\test.pl line
I am trying to use BWidget\'s MessageDlg. As it follows from the documentation here, the -aspect ratio defines the ratio between the width and height of the message window.
I am using a tk_messageBox with a lage message, so I would 开发者_运维知识库like to configure the layout of that message dialog.
I want to write a perl application using tk to visualize a large 2d plot (it can be considered as 2d image). I need scrolling and resizing. Also I need not to store entire image in memory.
I want to develop a Windows application. Honestly I care little about cross-platforms for now (but still would be good)
I am using BWidget\'s ScrolledWindow in a code like this: toplevel .top set w [ScrolledWindow .top.scrolledWindow]
I\'m creating a simple GUI app using Tkinter with Python, but I\'m having problems adding a scrollbar to a single frame. The frame is visible from top to bottom on my 20\" but in order to display ever
Using Perl Tkx, I want to get some input from the user, close the window, and maybe do it again later.For user input, I\'m just displaying some buttons, and the user gets to click on one of them.Here\