| Thread | Last Post | Replies |
|
| Non utf/usascii characters in input widgets | 30 Mar 2007 18:27 GMT | 2 |
It is possible to tell Tk, that strings inputed into widgets (eg. Entry, Text, etc.) has different encodings than utf8? On linux is all ok, bu i have problem on windows. I use polish wersion of this system, so I'm enforced to use cp-1250 (windows-1250) encoding. In
|
| calling subroutine in seperate window only works once. | 30 Mar 2007 17:31 GMT | 4 |
Hullo all, newbie to both perl and tk.
>From my main program I'm calling a subroutine (that is in a separate module)
|
| Removing inactive Tk Names | 30 Mar 2007 15:00 GMT | 2 |
I have a tkname that is still around even though it appears that the program that used it long ago exited. I've searched for the process and can't see it anywhere. How do I:
|
| Tk::listbox, clear entries and renew entries | 30 Mar 2007 02:32 GMT | 5 |
I'm wondering on how to fill a listbox with certain data. I use 2 jcomboboxes which query data from a CSV file, this works like it should. Then i use the array of data to fill the listbox.
|
| Fonts, antialiasing, perl-tk and Debian | 29 Mar 2007 17:00 GMT | 4 |
I spent some time on figuring that one out, so I will just write a few words here in case anyone else has the same problem. In a standard Debian or Ubuntu installation, perl-tk programs look awful. All fonts are scaled bitmaps, and it looks terribly. Most of the "normal"
|
| Tk::PNG crash : maybe a solution | 28 Mar 2007 15:20 GMT | 1 |
As I have said here in a previous thread, PNG under Linux often produces this message : X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 73 (X_GetImage)
|
| Substitutions with bind and TableMatrix | 27 Mar 2007 08:21 GMT | 3 |
I have an application that uses a TableMatrix in which I wish the user to able to select a cell and some action occur (other than editing the cell). I have this working using the -browsecommand option to TableMatrix, but it is not completely satisfactory since it is far too easy to ...
|
| Canvas image stacking order | 26 Mar 2007 19:01 GMT | 2 |
I have a fair amount of experience with Perl/Tk, but I'm new to Canvas widgets. I have looked at the FAQ and searched the net, but have not found an answer to this. I have an image (Photo), and I want to overlay it with some
|
| Designer Software? | 26 Mar 2007 16:55 GMT | 3 |
I've used XForms in the past for a couple of GUI apps in 'C' and Perl, and found the design app that comes with the XForms library very convenient. I now want to use Perl/Tk, but have not found a GUI designer that has the major convenience of being able to drag and place widgets
|
| return value from button to variable | 25 Mar 2007 00:54 GMT | 8 |
Simple question: How do you return a value from a button to variable use Tk; my $mw=tkinit;
|
| sleep hangs program | 22 Mar 2007 21:52 GMT | 10 |
I have a canvas that I am plotting points to. I want this plotting to be animated so the plotted points will be ploted gradually instead of having the whole thing displayed in one quick instance. So I put a sleep 2 in the plotting loop and the there is not a 2 second delay
|
| Question to DateEntry and the dropdown- calendar | 22 Mar 2007 18:35 GMT | 1 |
I've a question about Tk-DateEntry. is there a possibility to set month and year for the dropdown-calendar without doing input in the entry ? Thanks Pit
|
| ExecuteCommand | 22 Mar 2007 04:25 GMT | 2 |
Please help. I can't get this code to work properly with the ExecuteCommand procedure. I want the stdout and stderr to be in the upper white screen. Not open another window. I would like to have them merged. Anyway I can achieve that?
|
| I'm stuck on how to arrange widgets | 21 Mar 2007 22:32 GMT | 1 |
I have a main window that I create like this: $MW = MainWindow->new; $MW->title("CLUSTER"); $F = $MW->Frame(
|
| why no event if TAB | 19 Mar 2007 22:36 GMT | 9 |
Hallo NG, $hdl->bind( '<Any-KeyPress>',[\&anikey]); ok, except if Key==<Tab> (v5.8.7 built for MSWin32-x86-multi-thread/ Tk 804)
|