| Thread | Last Post | Replies |
|
| Error in make test (regexp.t) | 31 May 2005 18:14 GMT | 1 |
Attempting to install under Mac OS X 10.3 everything downloads and compiles lovely but when the tests run, just 1 of 47 scripts fails on just 2 of 21 tests. Specifically, in regexp.t, ok 1 - Contents as expected
|
| Re: (fwd) error installing under Mac OS X | 30 May 2005 21:51 GMT | 5 |
> I'm trying to help a user at long distance. With the OSX Developer > package installed, and Apple's X11 installed and running, > she executes |
| RGB Pixel Value on a Canvas | 28 May 2005 21:02 GMT | 1 |
For a known x,y point on a canvas consisting of non image items, is there a method to retrieve the rgb pixel value for that point? Thanks, Greg
|
| Drag and Drop on canvas example | 27 May 2005 20:28 GMT | 3 |
Does anyone know how to fix the Drag and Drop example from Steven Lidie's Primer on perltk.org? Primer: http://www.perltk.org/articles/Drag-and-Drop.htm
|
| Tk:Text and reading a never ending file | 27 May 2005 08:00 GMT | 4 |
This little problem is related to Tk::Text on Linux. I want to be able to monitor the text output from a script. In the same way as tail -f <filename> will do. That is the file being displayed is still being written to, and as new text is written to the file it will be output in the ...
|
| Tk and Net::Ftp | 25 May 2005 07:01 GMT | 3 |
I've written a Perl/Tk application which does some Ftp stuff using the Net::Ftp module. When the script transfers a big file from or to a server the ui does not refresh any longer. Does anybody know if there is a possibility to pass Net::Ftp some kind
|
| Keep a frame the same, fixed width... | 22 May 2005 05:32 GMT | 6 |
I have a frame, and I want to give it some width that's calculated after the entire thing is created. (More specifically, I want to add everything, and then have the frame never get smaller, even though some children are getting destroy()ed). I could probably figure that out,
|
| Patch idea for tkScale.c | 20 May 2005 22:02 GMT | 2 |
Tk804.027 I have a problem using a Scale with a fractional -resolution (e.g. 0.1): The -command callback sometimes (depending on reslution anc actual value of the scale) gets called as soon as I enter the scale with the mouse or
|
| XPMenu | 19 May 2005 18:16 GMT | 7 |
I've written an XP-style Menu in pure perl using Tk::Cloth. If anyone is interested in it, I will try and post it on CPAN. How exactly do I do that? Cheers,
|
| Simple script crashes perl on Win32 | 16 May 2005 15:44 GMT | 3 |
The following script crashes perl (ActiveState v 5.8.6) on my Win98 box: #!/usr/bin/perl -w use strict; use Tk;
|
| dealing with large files in perl | 16 May 2005 10:41 GMT | 3 |
Good day folks, I'm looking for some help and hoping to get some tips back. here's the situation: i've two large files containing one unique value in each file which is
|
| [PATCH] Derived.pm | 15 May 2005 13:25 GMT | 2 |
This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C558EF.CAEC50C0 Content-Type: text/plain; charset="us-ascii"
|
| [ANNOUNCE] Tk-ChooseDate-0.3 | 15 May 2005 12:09 GMT | 2 |
After the limited, but valuable, feedback I got on c.l.p.t. - I hesitantly decided to document and upload my module to CPAN. It is a popup calendar widget used to choose dates. The main advantage it has over DateEntry is it supports dates prior to 1970. It also is more simple to ...
|
| Composite Widget Problem | 15 May 2005 12:02 GMT | 6 |
Perhaps I'm missing something obvious here, but I'm really stumped. Why doesn't the Canvas have a black background in this script. #========= begin
|
| update() fails (??) on rare occasions on an iconified() window | 13 May 2005 17:01 GMT | 4 |
I'm having a new MainWindow which gets iconified right after creation. The window is built (labels, menus, entries, etc.) and at some point I need to get its actual dimensions. I use:
|