| Thread | Last Post | Replies |
|
| Perl::Tk vs Tcl::Tk vs Tkx vs ...? | 30 Aug 2006 04:25 GMT | 5 |
thanks to Jeff's response i got insight into other possibilities than Perl::Tk. differences between Perl::Tk and both other modules are obvious. i've read some materials about Tcl::Tk and Tkx and for me it seems they are very similar. could you please point some differences?
|
| Highlight selection in a ListBox using arrow keys and enter for selection | 29 Aug 2006 14:50 GMT | 4 |
I'm new to Perl and I appreciate any help I can get. I'm simply at loss when it comes to highlight an entry in a ListBox when a selection has been made by using arrow keys and enter. When using (mouse)Button-1 highlighting works fine. The listbox gets
|
| scrolled listbox | 28 Aug 2006 21:26 GMT | 2 |
I am rather new to Tk so please excuse my ignorance :) I am having a problem where I lose the selections from one list box when I make selections in another. Is there a way to make my selections persistant until I de/reselect in the same listbox?
|
| L2Tk (List to Tk) build Perl/Tk applications from a batch script. | 27 Aug 2006 10:55 GMT | 1 |
Howdy, I have written this beast over a period of several months, and is still quite a mess. But it does a huge amount of work when used to develop Tk apps. So I'm just posting here to see if anybody would be interested in
|
| Can you change the size of the message font in messageBox | 25 Aug 2006 18:44 GMT | 4 |
How do you change the size of the font the message is presented in in messageBox? So far my attempts to track down the answer to this have been frustrated because the key words "font size" when put into the search
|
| single logical sceen (SLS) mode | 24 Aug 2006 22:53 GMT | 1 |
How can my perl program know it is running in single logical sceen (SLS) mode ? How can my perl program know how many screens the system is currently setup with ?
|
| Continuing after showing a Perl/Tk window | 24 Aug 2006 13:46 GMT | 3 |
I have a small script that I would like to do some stuff, then present the user with some information (via Perl/Tk) and then resume doing what it did before. The problem I'm facing now is that I can't seem to find a way of closing
|
| getting the screen position of widget placed with grid screen manager | 23 Aug 2006 19:34 GMT | 3 |
I want to put a widget1 exactly onto an WIDGET2 placed with "grid" manager. WIDGET1 is bigger that WIDGET2 so I want to use "place" manager to place it. To do that I need to know the screen position of WIDGET1, but the following doesn't work
|
| canvas: auto-generate map similar to floorplan canvas demonstration | 23 Aug 2006 19:33 GMT | 2 |
I have an autocad map of my campsite and I would like to create a map similar to the one in floorplan widget demonstration. Are there tools to do this task? Or simply to help drawing the map and auto-convert into points and lines needed to draw a canvas?
|
| JComboBox : restrict choices | 21 Aug 2006 09:45 GMT | 4 |
Anyone got any ideas on how to make the JComboBox widget restrict the choices in it's drop down menu to only those that match the (partial) string entered into the entry box? Rather like the MatchEntry widget does?
|
| Satan and the evil | 20 Aug 2006 04:46 GMT | 3 |
The dialogue with you makes me fully aware of the origin and the nature of some dreadful phenomena of the modern mentality: the dissatisfaction, the uncertainty, the rebellion, the intimate unhappiness of the contemporary human beings.
|
| namefix.pl a perl/tk batch file renamer | 20 Aug 2006 04:39 GMT | 5 |
http://namefix.blogspot.com ^ my script Ive been working on/ off on for several years, recently just got heavily into gui programing with tk and to a lesser extent gtk. I will be posting misc questions I have later on but if any1 wants
|
| Perl Tk and messageBox changes between ActiveState Perl releases | 18 Aug 2006 20:47 GMT | 1 |
This posting started in 'perl-win32-users@listserv.ActiveState.com'. I tried to find this problem on the web, and specifically in comp.lang.perl.tk, but failed. Forgive me if I missed an item covering it. My aim is to get the problem recorded for the benefit of others
|
| No Events for members of Canvas group ? | 17 Aug 2006 15:46 GMT | 4 |
the Canvas createGroup() method comes very handy for manipulating several objects in one shot. However i have no success preserving Event processing for individual members; it seems the group is eating up the events and the original
|
| What "C" compiler is targeted in Makefile.PL for making Tk modules | 17 Aug 2006 13:25 GMT | 3 |
Does any body know what C compiler is used for compiling modules (the ones with C code) I am running my perl under Win XP pro (32 bit). in the make file the compiler command is *cl ....* so far I have not been
|