| Thread | Last Post | Replies |
|
| memory leaks with Tk::Canvas | 31 Jan 2005 14:23 GMT | 2 |
--=-yjERO7GJL6rdueGfl72q Content-Type: text/plain Content-Transfer-Encoding: 7bit [sorry, for the re-send... with the attached script this time]
|
| How to install CPAN modules without internet access | 28 Jan 2005 15:57 GMT | 1 |
I need to install some perl components in a machine without net access for development purposes. Is possible to use the CPAN module to download all the dependencies and install them afterwards?
|
| Want Equivalent of tk_chooseDirectory | 27 Jan 2005 16:20 GMT | 2 |
Is there an equivalent of the Tcl/Tk command 'tk_chooseDirectory' in Perl/Tk? Thank You, Binny V A
|
| Tk::Table width/height | 27 Jan 2005 14:23 GMT | 1 |
I am trying to find a way to get a Tk::Table widget to have a fixed width. Currently, the width is always changing depending on the width of it's cells. I don't mind it if the table has to scroll horizontally, as long as the
|
| if you are bored... ztk-slots game :-) | 27 Jan 2005 12:25 GMT | 2 |
Hi, Here's a little game to teach poker hands, and looping images in Tk. It could be made to "pay" by incorporating a "usb quarter slot". :-)
|
| Tk::TableMatrix and clipboard | 27 Jan 2005 10:20 GMT | 2 |
i'm having a few problems with Tk::TableMatrix on Win32 (activestate perl). If i select anything, pressing ctrl-c causes the script to crash with a:
|
| how to refresh a pane | 26 Jan 2005 16:31 GMT | 2 |
I used some code like the following to create a Pane with some Checkbuttons. The array @List_of_Names is generated dynamically from a database query. How to create a "Refresh" button so that I don't need to stop and then
|
| How to delete entries within HLIST and have it update itself? | 26 Jan 2005 14:33 GMT | 3 |
I always have this issue with HLIST where when you delete an entry - it remembers all of the original entry positions. This presents a problem when you have developed a logic for mapping the position in the list when it was created with some array or other data structure - or to be
|
| unicode not appearing correctly | 25 Jan 2005 22:45 GMT | 1 |
I've been struggling with this problem on lots of disparate Unix systems, but works okay on Cygwin and Perl on Windows boxes. Has anyone else experienced this problem? On ActivePerl 5.8.6, there is a widget demo that contains a test called
|
| Text Widget - extra leading space on all lines after first line. | 25 Jan 2005 22:08 GMT | 6 |
I am inserting an array of text into a text widget and I keep noticing that on all lines after the first line keep gettig a leading space. Is this working as designed? Is there some sort of indentation? My array has newline characters at then end - but I can't seem to figure this
|
| [ANNOUNCE] Tk-JComboBox 1.0 | 25 Jan 2005 01:52 GMT | 3 |
A few moments ago, I uploaded a new version of JComboBox which should correct most of the "misbehaviors" I've seen reported on the mailing list, c.l.p.tk, or via email over the past year or so. I've spent more than a little time verifying that the code passes the unit tests on a ...
|
| how do I do attributes(-toolwindow=>1) in perlTk? | 24 Jan 2005 20:03 GMT | 5 |
After reading about -toolwindow attribute on Tcl wiki at http://mini.net/tcl/13340 about "...- There is actually some native support in Windows for palettes via ' wm attribute $toplevel -toolwindow 1'"
|
| Scrollable MainWindow | 24 Jan 2005 05:57 GMT | 2 |
Is there a way to make this? Nicolas
|
| Scale widget executes it's command when mapped | 21 Jan 2005 13:54 GMT | 1 |
talking about the Scale widget, I remembered another issue. Unlike other widgets (like Button, Checkbutton, ...), the Scale widget executes it's -command code, when it's mapped (or close to that time).
|
| odd behaviour of Scale widget | 21 Jan 2005 08:12 GMT | 3 |
--0__=4EBBE51DDFAD12BD8f9e8a93df938690918c4EBBE51DDFAD12BD Content-type: text/plain; charset=US-ASCII Hi all, I'm using a Scale widget in my application. Some of it's features
|