| Thread | Last Post | Replies |
|
| Tk::ROText: selection conversion left too many bytes unconverted | 29 Sep 2006 10:57 GMT | 2 |
I_m using perl 5.8.7 + Tk 800.027 and when i select some text in the Tk::ROText widget and try it to copy somewhere else, my perl program will crash with the message: "selection conversion left too many bytes unconverted".
|
| Different character sets in one HList widget | 28 Sep 2006 23:22 GMT | 2 |
I have an PerlTk application (http://mapivi.de.vu) which displays, edits and searches meta information of JPEG pictures, like EXIF and IPTC. The IPTC informations may contain information in different character
|
| Problem with SpreadSheet | 28 Sep 2006 16:32 GMT | 3 |
I am getting a strange problem with spreadsheet. When the number of rows is greater than 1000, then the program is being terminated on clicking the mouse on the title bar. But it is working fine with less than 1000 rows.
|
| Bad News Nick Ing-Simmons died. | 28 Sep 2006 13:59 GMT | 3 |
I hate to be the bearer of bad news, but no one else posted it, so I guess I will. See http://perlmonks.org/?node_id=575058
|
| controllable drop down box | 27 Sep 2006 15:53 GMT | 6 |
I'm looking for a drop-down box which will allow me to manipulate the selected entry and the list of choices from within the code. In other words, I want something like Tk::Optionmenu with choices a, b, c and I need to be able to select 'c' from within the code. Also, I need to be
|
| problem with destroy and Tk::Exists | 27 Sep 2006 01:57 GMT | 3 |
Here is the first part of a set-up script. If I run it with the reference to Tk::Exists commented out in the sub open_labelfile, it works fine. If I leave Tk::Exists on the destroy line I get an error:
|
| Color-picker from TK::JPEG in canvas | 25 Sep 2006 16:14 GMT | 4 |
my application diplays a photo object (using Tk::JPEG) in a canvas. I would like to select a color shown in this picture to add a border around the picture in the same color. Is it possible to select a color from a photo by simply clicking on it?
|
| what is it that this "cl"? | 24 Sep 2006 14:36 GMT | 1 |
Hello, I encounter 2 problems with nmake: 1st, it seems that I do not have (or more) nmake.err.! 2nd, what is it that this "cl"? I sought but I found anything it above. There is CL.pl in Perl \ lib \ unicore \. but it is all.
|
| cannot get perl-tk to work....HELP! | 22 Sep 2006 16:34 GMT | 2 |
A coworker and I have both installed perl-tk under debian linux. His works fine. Mine is displaying some strange behavior that I've had no luck debugging. I try to execute the following script:
|
| ROText tie | 22 Sep 2006 10:48 GMT | 3 |
In one of my recent applications, I have instead of using 'insert' to populate a text widget, tied STDOUT to the text widget so that I can simply 'print' to it. Just wondering if there are any warnings or things to watch out for when using this method.
|
| Insert text in scrolled widget | 21 Sep 2006 17:59 GMT | 2 |
I have my program running fine but had expected the output of the program to be inserted in the scrolled widget one line at a time as the program runs. Instead of that behaviour, the text spashes out to the widget all at the same time when the program completes.
|
| button to browse the files on my local drive | 20 Sep 2006 15:32 GMT | 5 |
i can't finf a solution to make a button which shows file browser on my local drive. thanks in advance Eyal
|
| Setting optionmenus after creation | 20 Sep 2006 07:08 GMT | 1 |
How does one change an option menu after it's been created? I read the following on http://www.perl.com/pub/a/2001/03/gui.html: Binding Variables Variable binding is one of the most frequently used data
|
| make right click on hlist select entry cursor is under | 16 Sep 2006 19:12 GMT | 5 |
atm when I right click on an entry in my hlist it doesnt select the entry currently under the mouse pointer (ie explorer like behaviour). Can some1 give me a few pointers. below is my current code.
|
| showing scallar on canvas | 14 Sep 2006 05:48 GMT | 3 |
I can't find solution for showing a scallar on a scrolled canvas. the scalar is very long thats why i need the scrolled option, thanks in advance EZP
|