| Thread | Last Post | Replies |
|
| Another BrowseEntry question: selecting an entry | 29 Oct 2005 08:00 GMT | 3 |
Suppose I have something like this: my $mw = tkinit; my @choices = qw(one two three); my $be = $mw->BrowseEntry(
|
| venn diagrams, find overlapping tags | 27 Oct 2005 18:10 GMT | 11 |
Someone asked a question about making Venn diagrams using Perl, and it got me thinking about how to detect when there is an overlapping area. Is it possible to get all objects that are at a point on the screen?
|
| Callback between objects (custom-widgets) | 27 Oct 2005 18:02 GMT | 3 |
I have created a very simple custom widget of a canvas with a filled rectangle (see code below). I then instantiate/create two of these widgets on a mainwindow. I would like to create a line between the two rectangles... how do I span the line across two widgets? Any help or
|
| MainWindow colour | 27 Oct 2005 16:34 GMT | 3 |
how can I set the background colour of a MainWindow? Is that possible? Thanks, Alex.
|
| Only inserting on keyboard/mouse event | 26 Oct 2005 03:51 GMT | 3 |
Hi, I'm new to perl-tk, but I've managed to make a window with a text area in the middle. I have also set up a different thread to insert text into a text area whenever a specified event occurs (recieves data from client). This is all working together nicely, except that for the
|
| Memory leak when replacing listbox contents | 25 Oct 2005 15:04 GMT | 5 |
In one of my perl/tk programs I refresh the contents of a listbox with new data by deleting the current values and inserting new ones. A few bytes of memory seem to be leaked by the Listbox->insert() function that are not recovered by the Listbox->delete() function. Given time,
|
| Tk::JComboBox Question | 23 Oct 2005 23:25 GMT | 5 |
I have a question about the Tk::JComboBox package. When I run the script below and click the down arrow to display the drop down list, the default item ($variable) is NOT selected or hilighted in the list. If I click anywhere else to make the list go away and then click the
|
| treesize for linux | 21 Oct 2005 22:09 GMT | 5 |
Dear perl/tk friends, I wrote a utility for linux, that shows the size of a given directory tree and its braches. http://tkltrans.sourceforge.net/magyar/treesize.tar.gz
|
| Tk -- new KDE -- fullscreen bug | 21 Oct 2005 17:57 GMT | 5 |
I've been toying around with the KDE installation of the latest OpenSuSE distirbution. The KDE version is 3.4.2 Anyways, when I run Tk apps, the window manager's "maximize window"
|
| Expand Text Entry boxes when created with WindowCreate | 21 Oct 2005 12:28 GMT | 2 |
The following program is the standard DataEntry Address TK program. I want the text entry boxes to expand when I resize the window. Can I do this when they are created via windowcreate. I would like the label portion to stay as a fixed length, but the data entry portion to resize
|
| Checkbutton Widget in LabFrame? | 20 Oct 2005 23:00 GMT | 1 |
Does anyone know a way to use a checkbutton widget in place of the label widget in a LabFrame? My LabFrame, as it exists now, just has a text label across the top describing the frame. What I need is to put a checkbutton there instead in order to control some the the content
|
| scrollbar | 20 Oct 2005 17:23 GMT | 3 |
I have scroll bar code as below, it is Unix system, and it is vertical right scroll bar. The scrollbar show on xterm windows, but I could not drag down the scroll bar, it stays at the top always, whenever I drag
|
| Stepping back/forward in a Perl/Tk program event flow | 20 Oct 2005 11:50 GMT | 2 |
I have a Perl/Tk program that draws arrows from a box to another to represent operation of a system. There are many boxes and arrows are drawn based on some user input. All that works ok. My code looks something like this at the moment:
|
| Find problems with Linux | 19 Oct 2005 15:04 GMT | 1 |
To begin with I am not going to include much code as my code is extensive and it would be difficult to include enough parts to demonstrate my problem. So I will have to make do with words. Basically, I have been writing this code and testing it on Solaris with
|
| Problems running BBCnews script | 18 Oct 2005 12:21 GMT | 8 |
Question: I have a perl build tree on my local pc. I can run the BBCnews script there successfully. I then share this drive. From another pc which has my local drive mapped, I try to run this script.
|