tk-toolkit
Why ActivePython freezes after I use the turtle module?
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[详细]
2023-02-12 09:59 分类:问答How to customize the label of a tkinter Scale widget by adding a percentage sign
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?[详细]
2023-02-09 23:21 分类:问答Is there a way to fix the code point too high problem in Perl Tk?
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[详细]
2023-02-06 17:06 分类:问答Problem with BWidget's MessageDlg
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.[详细]
2023-02-04 16:05 分类:问答How to set the size of tk_messageBox?
I am using a tk_messageBox with a lage message, so I would 开发者_运维知识库like to configure the layout of that message dialog.[详细]
2023-02-03 20:58 分类:问答perl-tk: Interactivity visualize a large 2d raster data (like xvcg)
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.[详细]
2023-02-03 18:34 分类:问答Creating Ruby applications for Windows
I want to develop a Windows application. Honestly I care little about cross-platforms for now (but still would be good)[详细]
2023-02-02 05:14 分类:问答How to set the maximum size of BWidget's ScrolledWindow?
I am using BWidget\'s ScrolledWindow in a code like this: toplevel .top set w [ScrolledWindow .top.scrolledWindow][详细]
2023-02-01 08:46 分类:问答Python tk scroll frame?
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[详细]
2023-02-01 07:17 分类:问答How can i repeatedly prompt the user with Tkx?
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\[详细]
2023-01-29 08:55 分类:问答