| Thread | Last Post | Replies |
|
| Problem With Double Button Click and Single Button Click | 26 Sep 2007 22:19 GMT | 1 |
Hi, All I have a hlist, with multiple entries, Now i made two different Bindings on <Double-Button-1> and <1> (on Double Click, and Single Click, Respectively),
|
| possible to not call mainloop and just keep on drawing text? | 26 Sep 2007 05:00 GMT | 9 |
is it possible to not call mainloop but just bring up a window and draw text on it? because calling mainloop will actually block until mainloop returns... kind of just want to bring out a window and just draw some
|
| binding and bindtags | 25 Sep 2007 22:36 GMT | 1 |
A simple question here : If a got a binding to a specific tag (for some sequence) in the bindtags, do I remove that binding as I remove the tag from the bindtags ? Regards.
|
| insert text one before the last line | 25 Sep 2007 21:46 GMT | 2 |
So I am trying to insert some text into a document, but I want to insert it one before the last line. I've only seen the insert used in this syntax: insert('end',blah);
|
| File structure as explorator with Tk | 25 Sep 2007 20:30 GMT | 6 |
I find a module which looks a structure file as explorator with Tk Thanks for your help
|
| Questions on the scheduling of overlapping repeat timers | 24 Sep 2007 18:30 GMT | 3 |
I'm having some difficulty with two repeat timers in a large script. It seems one is interrupting the other, rather than waiting for the first to return. Is this possible or expected? I wrote the following small script to experiment with it. When I ran it,
|
| Table of widgets (Hlist etc...) | 24 Sep 2007 17:45 GMT | 1 |
I am working on a perl-tk gui interface that embeds few widgets (such as checkbutton, entry and label) in a table. I'm implementing this using Tk::HList. However, while trying to implement the sort feature (where one could press the column-header button to sort by that
|
| dating seeking personals women free sex | dating personals seeking women | 19 Sep 2007 20:52 GMT | 1 |
http://www.fastestpersonals.com/adult-dating-ser-00dfb3a6cb534b044261bf4440d1fed f.html http://www.fastestpersonals.com/adult-dating-ser-01a5c2c22e1c6593bb89f45fa4234d4 2.html http://www.fastestpersonals.com/adult-dating-ser-026fa8a97331f6e3dabc3ddcb33d38b e.html http://www ...
|
| Gui builder? | 18 Sep 2007 22:27 GMT | 4 |
Just wondering on the availability of graphical GUI builders for Perl/Tk. I just ran across ZooZ on CPAN and I'll be installing it shortly. Has anyone used it? Does it work? It is slick? Any recommendations on other packages for building GUIs? Thanks!
|
| bind with + | 17 Sep 2007 22:03 GMT | 4 |
tcl permits more that a callback for a event, such as : #!/bin/sh #-*-tcl-*- # the next line restarts using wish \
|
| Tk::Clipboard and other kinds of data | 17 Sep 2007 14:05 GMT | 11 |
I'm interested in generating RTF data (its text based) and putting it on the clipboard. I have a snippet below: $widget->clipboardClear; $widget->clipboardAppend(-format => 'text/rtf', -type => 'STRING', "--",
|
| Menu option automatically getting activated on click | 16 Sep 2007 22:32 GMT | 3 |
I am using the following code snippet - #!/usr/local/bin/perl use Tk; # Main Window
|
| SCP/RCP ? | 16 Sep 2007 21:55 GMT | 2 |
I've made a network application that make a syncronisation of several computers. This app works with the "RSync" command that is based on SSH. I would to know the difference between SCP and a simple RCP concerning CPU load, network load, and the augmentation of the size of
|
| HList - is parameter formal? | 16 Sep 2007 21:54 GMT | 3 |
I have the simple script below. I want to hide some row, in this case the 2nd row. The hide() command need 2 parameters but I don't understand to first one. Is this parameter formal only? Please pay attention to radiobuttons. You can select any of them, this value is passed to ...
|
| Restricting size (width) of getOpenFIle() dialog | 16 Sep 2007 21:41 GMT | 1 |
I am using getOpenFile() to get a selected file. I set the initial directory of getOpenFile() dialog to my CWD (current working directory). But, if my CWD is very long, eg. C:/aaaaaaaaaaaaaaaaaaaaaaa/
|