| Thread | Last Post | Replies |
|
| gtk2 causing segfaults in Perl/Tk apps | 24 Feb 2006 16:26 GMT | 6 |
I've been "nosing around" asking why running Gtk2 apps cause a seg-fault in Perl/Tk apps. A knowlegable person (Aristotle) says that it has to be a problem in the way Tk interacts with the X11 server. So in the interest of solving
|
| DialogBox gets fouled up by Menu | 23 Feb 2006 21:22 GMT | 1 |
The Close button in this code works if and only if I have not opened the menu. Anyone have a workaround? Thanks, Burdette
|
| Standard help functions | 22 Feb 2006 12:16 GMT | 2 |
quick question: are there any "default" or: easy to use / standard help subsystems for perl-tk? What do you use? regards, j.
|
| Tk:WM $toplevel->protocol | 15 Feb 2006 13:53 GMT | 1 |
This is a multi-part message in MIME format. --------------010201060307010708080206 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit
|
| [newbie]Tk::Button | 15 Feb 2006 02:16 GMT | 1 |
I want to build two button which shut call the same function but depending on a "parameter". In the book Mastering Perl/Tk.I found somthing like this: # Use the same sub for many Buttons
|
| Scale: too many calls | 14 Feb 2006 21:38 GMT | 1 |
Hi, sorry to bother you again. I have a fairly complicated graphics + a set of calculations which take several seconds to draw. I create two Scales to manage some parameters of the algorithm. To the scales, I bind a redraw command.
|
| Producing a modal progress bar | 14 Feb 2006 12:25 GMT | 8 |
I am trying to produce a progress bar window. I have a toplevel window $mw with menu bar, a large canvas widget etc. While I'm drawing on the canvas and doing some calculations, I need to show the user that something is happening. I wanted to pop up a window with a
|
| Tk::Canvas (i) how to get an id? (ii) vertical text? | 13 Feb 2006 14:16 GMT | 21 |
I have two problems with perl Tk. First question to you: given a Canvas tag, how to find the id's of the elements that match a tag? That is, something like $canvas->gettags('current'), but returning the id's of the elements, and
|
| Unexpected MainWindow Behavior | 12 Feb 2006 00:01 GMT | 3 |
This will probably reveal my ignorance of Tk more than anything, but I'll risk it. Consider the following code: use strict; use Tk;
|
| tones running in the background? | 11 Feb 2006 23:44 GMT | 2 |
This is a multi-part message in MIME format. ------_=_NextPart_001_01C62E6A.1111BBAD Content-Type: text/plain; charset="iso-8859-1"
|
| Selectbackground Color in HList | 10 Feb 2006 18:21 GMT | 8 |
how can I change the selectbackground color of one entry in a Hlist, other entry's should have another selectbackground color Thanks
|
| Use Bitmap | 10 Feb 2006 15:04 GMT | 5 |
Hi, I've a little problem. This is part of my code use Tk; require Tk::HList;
|
| Generating perl-tk script distro for Windows | 10 Feb 2006 14:55 GMT | 2 |
I did not give much thought of making my script available for Windows, too. Until now. As I have not the vaguest idea how Windows work, and how likely it is to find users with perl-tk already somehow installed, I started wondering what would be the best strategy if I wanted to make ...
|
| Delaying canvas work during resize | 10 Feb 2006 10:36 GMT | 1 |
I have several canvases which are resized when the containing window is resized. The stuff I want to draw in these canvas windows is fairly detailed, so I don't want to attempt a redraw on every single <Configure> event (there are a lot of them). I'd really like to draw
|
| undocumented methods in Text and TextUndo | 10 Feb 2006 08:44 GMT | 2 |
I am helping to maintain the Debian package for perl-tk. I'm currently looking at our oldest bug (almost 7 years) Bug #34785: "undocumented methods in Text and TextUndo" see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=34785
|