| Thread | Last Post | Replies |
|
| Text - Number of Visible lines? | 30 Jun 2003 05:59 GMT | 2 |
How would I calculate the number of visible lines in a Text widget "with" the -wrap option set to 'word' ? For instance: ##################
|
| Installing Perl/Tk on Windows NT | 29 Jun 2003 02:57 GMT | 3 |
I am trying to install the Perl/Tk kit with ppm install Tk but get this error. Maybe it is because I am behind a firewall but where do I get the Perl/Tk installer for windows if thats the case? this is the error output:
|
| perl/tk gui design? | 28 Jun 2003 22:23 GMT | 1 |
can someone point me to a nice visual gui designer for perl/tk?
|
| Making a dialog's current size be the minimum size. | 28 Jun 2003 05:24 GMT | 1 |
This seems like it would be a simple and common issue but I'm not having luck with it. I have a small application in Perl/Tk with a number of dialog boxes which are packed with various Label and Entry widgets. I would like to set the minimum size of each dialog box to be its size ...
|
| Euro symbol | 27 Jun 2003 23:48 GMT | 1 |
All: This is for linux and m$ windows. I am building an application that will have different money symbols The '$' is easy, how do I show a different money symbol like the euro
|
| composite widgets tutorial | 27 Jun 2003 13:49 GMT | 1 |
could anyone point me to an advanced tutorial/howto on writing composite widgets? there are a couple available using LabEntry as an example, but i would like something more elaborate if available. regards
|
| Returning canvas from subroutine | 26 Jun 2003 17:44 GMT | 4 |
The background of my problem is that I'm trying to create a program to display multiple graphs. I would like to create a subroutine which receives an array of numbers and have the subroutine return a canvas which I can then place at the right place in the main program.
|
| raise woes | 26 Jun 2003 01:20 GMT | 2 |
This code intends to put two frames over each other in a window on a canvas, put a button in each frame, and via a different button, control which frame is visible via the raise function. But it doesn't work. Where am I going wrong?
|
| tkimgPhoto in Tk800.024 | 25 Jun 2003 18:32 GMT | 1 |
I need some advice on the exact calling params for getting and putting 1 single line or row of pixels to or from an image. If I use the following, I can read 1 line of pixels and I
|
| embedding perlTk scripts w/in other perlTk scripts | 25 Jun 2003 15:08 GMT | 1 |
I am just starting to play w/ perlTk and would like to know if there is an easy way to do the following: I have 2 perl scripts, scriptA and scriptB, both of which use the Tk module to create GUIs. scriptB's GUI uses the notebook module in
|
| Re: ItemStyle and HList problem | 25 Jun 2003 09:30 GMT | 1 |
I applied the patchset last night all is working goodly now. I did get a number of errors during the make phase (all related to a widget I don't use, Tk::Photo from memory), would it be helpfull if I posted them? Thanks very much for your help.
|
| Too many windows... | 24 Jun 2003 23:32 GMT | 3 |
Hello Newsgroup. The following describes what I want to do: Build main window GUI that user selects parameters from that are then used to query a db; this query may return up to 100's of records.
|