| Thread | Last Post | Replies |
|
| Newbie - using bind | 01 May 2006 00:41 GMT | 6 |
I am not sure what I am missing here, but I want to input a date to load some data: #!/perl use Tk;
|
| repeat repeat repeat | 30 Apr 2006 06:27 GMT | 1 |
$widget->repeat( $time => sub{ intrah() } ); once the app is running is it possible to stop the repeat function ? changing $time at runtime doesn't influence the repeating either
|
| Re: text in a widget, text-widget @ 1146167556 | 28 Apr 2006 18:17 GMT | 3 |
Intrah onat Diria .. Tue, 25 Apr 2006 13:55:44 -0700 ,Van Nieuwenhuize, Mike wrote "Noalim y":
> Johan, |
| capture unix cmd outputs | 26 Apr 2006 13:13 GMT | 10 |
Hello. I am trying to print the output of unix command typed in a LabEntry in the Text widget upon button click. The code is modified version of the one avialable in perl/tk FAQ website. But it gives "no such file or directory" error. Any help is appreciated.
|
| RE: text in a widget, text-widget | 25 Apr 2006 22:45 GMT | 1 |
You can use tags with in the text widget. See the documentation in Tk::Text for more explanation on how they work. How to configure: $scrolled->tagConfigure('BLUE',-background => 'blue');
|
| about TKZinc pickaperture | 21 Apr 2006 13:47 GMT | 8 |
Hi List, i may have misunderstood the purpose of the tkzinc pickaperture option or it doesn't work as expected I use it when declaring my zinc widget (as documented) and doing so, i
|
| strange tixComboBox behaviour | 19 Apr 2006 20:44 GMT | 2 |
Hi. I'm using a tixComboBox (Tix version 4.1.8.0) and whenever I push the drop down menu box, the widgets around the combo box flash and resize. I've never seen this behaviour before..has anyone else? And can anyone help?
|
| text field focus and placement of cursor | 19 Apr 2006 07:28 GMT | 4 |
the body always repeats the subject in addition of a few words my question: what are the methods to let a text field take focus and put the cursor at a specific position within that text field ?
|
| Opposite of Tk::Canvas::canvasx()? | 19 Apr 2006 01:43 GMT | 3 |
Does anybody know what is the exact calculation that: $x2 = $canvas->canvasx($x1); does? I need the ability to reverse it, ie. get $x1, given $x2. I couldn't find a built-in function to do
|
| Is there a widget like"CornerBox" (use in a canvas) that can be used in a "Frame" | 18 Apr 2006 07:33 GMT | 1 |
Hi Folks, I am looking to see if there is a module that provides me with a Win XP type "CornerBox" that I can grab for resizing the Frame. There is a module name "CornerBox" in the
|
| Unable to configure height of a frame in a sub-function set on repeat | 17 Apr 2006 22:12 GMT | 2 |
I'm fairly new to tk and Perl in general and I had a small question I hope someone could help out with. In my application, I'm creating a window with three frames in it. In each frame, I'm adding some labels which I grid. Then I have a sub
|
| ClassGraph widget - feedback needed | 17 Apr 2006 13:33 GMT | 3 |
I wrote a Perl/Tk - Widget which displays graphical representations of inheritance-trees for Perl-classes. There are two additional modules to display all function/method-Names defined in a Class and its parents and to show the source code of that methods. Now I'm making up my ...
|
| Hlist | 16 Apr 2006 04:05 GMT | 3 |
#This is perl, v5.8.7 built for i486-linux-gnu-thread-multi hello i am experiencing some trouble using the tk::hlist in an application i thought i was doing something wrong
|
| Fill tree on CHild open | 15 Apr 2006 03:43 GMT | 1 |
Is it possible to fill a child of a tk::tree with content only when the "+" button for displaying the child is clicked? thanks
|
| single run | 15 Apr 2006 03:39 GMT | 5 |
wrote some program in Perl/Tk and I want that user can run program in one instance only. If can run this program twice or more I want to detect this and show warning like "Program already running" and exit. How to do it on Windows and on Linux OS?
|