| Thread | Last Post | Replies |
|
| Bind Mouse event to canvas background? | 29 Sep 2005 17:49 GMT | 4 |
I'd like to bind a mouse button press to a canvas. I tried #! /usr/bin/perl use warnings;
|
| center a widget in a frame | 28 Sep 2005 19:34 GMT | 1 |
I want to center a widget and right side another widget in a the same frame, but not successful Code example: ->pack(-side => 'left', -anchor => 'center');
|
| Segmentation fault after destroying non-dependent window | 28 Sep 2005 13:16 GMT | 4 |
Forwarding issue : Segmentation faults with Perl/Tk (please see the mail below)! I seem to have the same problem for the code (shown below) in perl/5.8.7 for both linux and solaris. What is the reason for the segmentation
|
| How do I display a scrolled image? | 26 Sep 2005 01:08 GMT | 3 |
I would like to display two same-sized images side-by-side in a dialogBox with scrollbars. I would like each image to have half of the display space. I have tried many things but I can't get the scrollbars to appear. I also have not figured out how to make each image use exactly ...
|
| Configure main window to display at center | 25 Sep 2005 19:51 GMT | 3 |
I have a perl application that starts a new warning window (not popup, but totally new start with Mainwindow and end with MainLoop). But this window is displayed at bottom left corner. I want to display it at center of the screen. How can I do it?
|
| Accents in Text widget | 24 Sep 2005 20:57 GMT | 5 |
What's wrong with that ? #!/usr/local/bin/perl-w use strict; use Tk;
|
| Changing Tk::Columns column heading at runtime | 23 Sep 2005 10:33 GMT | 3 |
I'm using Tk::Columns version 0.02, and need to be able to change the heading of a column dynamically at runtime. Can anyone point me in the right direction, please? Thanks,
|
| bind callbacks with arguments | 22 Sep 2005 18:20 GMT | 2 |
Sorry to beat this to death, but I do have a solution to resizing widgets by using GeometryRequest. Right now a fundamental problem has cropped up with the callback in the bind definition. For some reason when I shift the parameters to the variable $parm, $parm becomes the
|
| New user questions (scrolling, activate) | 22 Sep 2005 16:18 GMT | 7 |
Hello, I've just started using Perl/Tk and love what I see. I do have a couple of simple questions however, for which I couldn't find answers in the O'Reilly book. I have a large number of data entries stored in %hash for which I'm
|
| Tk::Hlist questions | 21 Sep 2005 21:31 GMT | 1 |
How can I get the total number of list entries in an Hlist? Lets say I have 5 list entries each having 3 columns and I've used the - text option ($hlist->itemCreate( XX, XX, -text => "whatever");) for each of the columns and then I call $hlist->info('selection'); to get
|
| bind double click to resize text widget(s) | 21 Sep 2005 21:30 GMT | 2 |
I used the Mastering Perl Tk example to get a basis for what I'm trying to do. The text widgets are adjustable in the sense that you can make one smaller and the other larger by moving the adjustment bar. I'd like to bind the mouse Double Click to resize the text widget that was ...
|
| Dirtree: Adding all Windows Drives ? | 20 Sep 2005 19:09 GMT | 1 |
Hi, I'm trying to use a Dirtree to let the user select a directory. First Problem: I can't add all the Windows-Drives to the Dirtree in a fast way. Im doing it like this:
|
| WinXP, AS 5.8.6, and Tk::Configure in perl -d | 20 Sep 2005 03:21 GMT | 3 |
While doing some debugging with Tk::DynaTabFrame under the subject configuration, I'm getting some nasty errors erupting out of Tk::Configure when it calls croak($@) at line 47. I don't understand
|
| arguments to eventGenerate? | 19 Sep 2005 13:55 GMT | 5 |
I have been cramped by eventGenerate() not allowing any way to pass arguments along with the event type. Does anyone know how to do this? Am I missing something? Allan
|
| correction to previois similar e-mail - there was an error about what I added at #A | 14 Sep 2005 16:47 GMT | 1 |
This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C5B91F.796C42B0 Content-Type: text/plain; charset="us-ascii"
|