| Thread | Last Post | Replies |
|
| Tk::Zinc scale is running sluggish | 31 Mar 2005 16:57 GMT | 2 |
Created a Scrolled Zinc widget. Originally was using a Canvas, but Zinc offers some cool things that Canvas can't touch. I have a Zinc that is setup to load an image, and then with zoom in/out buttons you can adjust your view of the image. The way I was zooming with a canvas
|
| Tk::BrowseEntry -> Colors !? | 30 Mar 2005 18:15 GMT | 1 |
Hallo @all, do you know how i can create a "BrowseEntry" with these Colors i want to use !? If i use "-background" and "-foreground", the opened Window wich show
|
| fontCreate and configure not working | 30 Mar 2005 15:01 GMT | 1 |
I would like to: 1) create a font of a given pointsize 2) draw some text in a canvas 3) change the pointsize of that font
|
| newbie q on grid | 30 Mar 2005 01:34 GMT | 9 |
I am new to using Tk in perl and having trouble understanding/using the grid layout manager. I am trying to create a 3x3 grid matrix and store values in them. I figure that I would create a main window, followed by a frame,
|
| How to resize the Frame dynamically as we left click and drag the Mouse | 29 Mar 2005 21:34 GMT | 2 |
I have a perltk application which has two frames (left & right). Is it possible to resize the Frame as we click the left mouse button and drag. I have seen it in many application but I could not figure out how to implement this feature in perl/tk.
|
| Downloading | 29 Mar 2005 17:40 GMT | 4 |
I can't find a good download for perlTK for windows (xp) Can I get a link or is there a faq with a good link?
|
| Any example of an interactive slider... | 28 Mar 2005 22:54 GMT | 7 |
Can anybody point (lazy) me to an example of an interactive slider that might be used to zoom/unzoom a given display on a canvas ? The slider implicitly assumes zoom/unzoom of the X-scale and one should be able to select the portion of the X-scale that one is trying to zoom... ...
|
| System wait icon | 28 Mar 2005 20:56 GMT | 1 |
I am in need of some advice. My application needs to prompt the user to be patient for approx. 3 minutes while an enterprise server blade reboots in a system chassis. I would like to use an hourglass icon that will turn over once the 'sand' runs out. I there a
|
| Icone | 28 Mar 2005 19:34 GMT | 3 |
How does one make to modify the icone Tk which appears on the left corner of a window? I would like to be able to put my own image. If it is possible, are there a particular size and a format? Thank you in advance
|
| Tk resources. | 28 Mar 2005 02:09 GMT | 1 |
I have learning perl/tk and I have ordered mastering perl/tk. learning tk is good, it gave me an introduction to making guis. It is also a good refrence for widgets. I am wondering if there are any good resources for learning how to make
|
| Tk::Columns - Selecting rows with perl | 23 Mar 2005 20:58 GMT | 3 |
I'm trying Tk::Columns but I'm having some problems. Does anyone have a good example on how to use this, showing off the different features? My problems:
|
| pTk and themes - any news? | 23 Mar 2005 19:34 GMT | 4 |
are there any news about pTk and themes such progress of implementation, problems etc.? regards --
|
| Re: malfunctioning keys in sun 10-key under Perl/Tk | 23 Mar 2005 17:47 GMT | 11 |
>The problem we have is that using the 10 key >pad on our Sun model Type 5c keyboards almost >works. Everything is normal except: |
| Many thanks for replies of Cry for reply | 23 Mar 2005 05:10 GMT | 1 |
Dear Gerardo, Of course I have tried to get solution by searching the NET on hebrew and arabic typing but I found nothing in PTK release. After a lot of experiments I understood that I'm not enough skilled to make it with scrollbars (except by using text on canvas which has - ...
|
| How to send that to my program? | 22 Mar 2005 17:45 GMT | 2 |
I have my Tk interface which launch a C program. In this C program, I have these lines: printf("Hit return to end\n\n"); fgetc(stdin);
|