| Thread | Last Post | Replies |
|
| Learning the new Ptk | 31 Oct 2003 15:53 GMT | 1 |
Will this new version of Ptk be much different than the last version; as talked about in MPTK. I've read that book, just wanted to know if another book will be written to cover the 'new stuff', and if so, how much new stuff is there?
|
| TIFF workaround didn't work | 30 Oct 2003 23:32 GMT | 4 |
A slightly modified version of the workaround you suggested: use Tk; require MIME::Base64; #my $fname = q/IMAGE001.tif/;
|
| picture background. | 30 Oct 2003 17:23 GMT | 8 |
Guys, I've been trying for hours to do this, but can't seem to manage it. All I want is a MainWindow with a picture (.bmp, .jpg, .gif, whatever) as the background, so that I can position widgets over it in the usual manner.
|
| Spawning new windows which do a chdir(): How either prevent spawning > 1 (semaphore?) or avoid CWD conflict? | 30 Oct 2003 16:44 GMT | 2 |
I've got the following problem, and searches in various Perl manpages, modules and via Google didn't yield a solution: OS: Windows 2000 Perl: 5.8.0 (Native build using MS Visual C++ 6.0)
|
| Transparent buttons in PTK ? | 30 Oct 2003 14:56 GMT | 6 |
I'd like to create transparent buttons that will overlay other content of screen and possibly without any borders (yet better be nonrectangular shape). Possible under PTK ? Are there any extensions to allow that ? Prefferably for win and linux...
|
| Tk::JPEG and VOCP | 30 Oct 2003 10:06 GMT | 4 |
I got a PentiumIII500, w. 512 ram, running Debian testing/ unstable. I ditched my winmodem for a USR-56(thingie) voice-fax-data modem. I want my box to behave like an answering machine, a fax machine and all that jazz.
|
| tear off menu's | 30 Oct 2003 06:34 GMT | 1 |
Hi All -- I've looked through Menu.pm but haven't seen how to do this ... I'd appreciate it if one of you could give me a hint. I have a menu,
|
| Different size pages. | 29 Oct 2003 11:22 GMT | 2 |
Guys, I have a GUI which uses notebook. The window comes out sized to the largest page of the notebook. This means that pages with less stuff on them have lots of wasted space around the edges.
|
| Print dialog? | 29 Oct 2003 10:10 GMT | 3 |
I'm looking for a way to print stuff from a Perl/Tk application. On Unix, all I'd expect is a handle. On Windows, ideally, it would pop up the usual Windows printer dialog. Is this just wishful thinking? Is the thing out there and I've just missed it
|
| Tk::Tiff problem narrowed down | 29 Oct 2003 04:41 GMT | 6 |
First, I updated this link: ftp://est.llnl.gov/pub/ch19/perltk/bad_images.zip ... to contain a valid image and an invalid image. Both images generated from the same source and are the exact same file size and dimensions. The
|
| Tk::Help ? | 29 Oct 2003 00:18 GMT | 2 |
Wondering if anyone has built a widget to do fancy Help screens (ie, notebook on the left with Contents tree, Index, Search, etc., and text window on the right). Google didn't raise anything; does Tk::Pod
|
| FileDialog fails with 804.025 ? | 27 Oct 2003 22:25 GMT | 3 |
I have an open-source Perl/Tk app I've written (http://www.lightandmatter.com/ogr/ogr.html) which uses Tk::FileDialog. I've been running it version 800 of Perl/Tk, but within the last month I've gotten a couple of reports
|
| PATCH - Perl/Tk for Panther: (Mac OS X 10.3) | 27 Oct 2003 16:40 GMT | 3 |
On Oct 25, 2003, at 12:37 PM, Matthew Berk wrote:
> Wouldn't you know it? One more problem, after a perfect install. Just > upgraded to Panther. Running standard perl 8 though. Installed all the > dev tools, etc. X11 libraries are in place. Here's the foo: |
| How to do keyboard bindings for BrowseEntry | 27 Oct 2003 12:17 GMT | 3 |
I'd like to add keyboard bindings to a dialog box with a BrowseEntry; in particular I'd like to bind the up and down arrow keys to scroll the list box from the BrowseEntry. Since the underlying widget is a Listbox widget, it already has these key bindings, however, when the list ...
|
| Can't do setuid and file permission denied | 25 Oct 2003 11:54 GMT | 1 |
Hello, I'm aHello, I'm a newbie with perl scripts and I'm having problem running my copied script to my server. Can anybody who is patient enough to help me with my problem? I have a chpass.pl which is being executed by a change password web
|