| Thread | Last Post | Replies |
|
| Handling TABs | 30 Oct 2007 14:14 GMT | 3 |
Much thanks for the clue-train stop on the getOpenFile-before-MainLoop silliness. I'd still like my pgm to ask for the DB file first, but instead of that kludge, I'll just have a little frame with an Entry widget and getOpenFile bound to a "browse" button [should be adequate: ...
|
| Grid geometry manager | 28 Oct 2007 23:18 GMT | 14 |
More dumb newby questions: I've been trying to get a good feeling for pack vs grid (I'll leave 'place' until I have some clue as to what the h*ll I'm doing..:o)). Googling around, it seems to be the consensus that pack is easier to use but you can do better with grid. Given that, ...
|
| Can't enter into Entry widget | 28 Oct 2007 14:27 GMT | 2 |
I'm clearly missing something, because in the program attached below I can't get the Entry widget to accept in. BUT: if I comment out the line with the getOpenFile on it, the Entry widget works perfectly. I can't figure out what I'm doing wrong here:
|
| Bug with 'Busy'?? | 26 Oct 2007 02:34 GMT | 3 |
Using Tk800.025 with perl 5.6.1 and Linux and KDE 3.2? 3.3 maybe? Short Question: Has "anyone" out there experienced their entire workstation locking up because of something happening in a Tk program?
|
| a question about Text-Widget and grid | 25 Oct 2007 12:07 GMT | 4 |
I've a question about using the Text-Widget in collaboration with the grid geometry manager. When using a Text-Widget with place, the size of the Text-Widget fits if the window size is changed by user.
|
| Icon method | 24 Oct 2007 22:05 GMT | 2 |
At the top of page 242 of O'Reillys Ostrich book Matering Perl/Tk (the Bible), Steve Lidie and Nancy Walsh refer to the Icon method that allows one to specify an image instead of a bitmap. However, the Icon method itself is not explained. Can anyone help?
|
| ZooZ not working in Perl 5.8.8 build 822? | 24 Oct 2007 21:10 GMT | 1 |
I found links to GUI designing tool ZooZ and though I'll try how it works. But at work on build 822 it hangs on the splash screen :/ It hangs somewhere in ZooZ::Forms::createAllForms($MW);
|
| What widget do I need? | 23 Oct 2007 12:07 GMT | 6 |
I need a widet that allows the user to click on a right side arrow to select from a drop down box containing lines of text and, if none of them are what he wants, to enter a new line. I can't find such a widget in the standard Tk distribution. Does one exist?
|
| Write a software in perl/TK, good choice? | 21 Oct 2007 10:20 GMT | 4 |
Dear, I just want to know if Perl/TK is good think to write a software (gui interface). Many people say that java swing is better than perl for write gui.
|
| Configuring Canvas Object from outside | 15 Oct 2007 21:37 GMT | 2 |
I have a main program that calls a function to create a canvas. The canvas is basically a rectangle. When then canvas pops up, the rectangle would have grey color fill. The code for creating the rectangle is given below.
|
| Regarding creating thread in perl | 15 Oct 2007 13:16 GMT | 1 |
I am coming through a very strange problem. I have the following code that works fine in a stand alone application - sub abc {
|
| Regarding creating thread in perl | 14 Oct 2007 16:44 GMT | 1 |
I am coming through a very strange problem. I have the following code that works fine in a stand alone application - sub abc {
|
| The list of predefined colors in color chooser widget becomes empty | 14 Oct 2007 12:49 GMT | 3 |
Please find the following independent application to reproduce the issue. click on check click on choose color
|
| HList and Columnwidth | 14 Oct 2007 10:00 GMT | 1 |
I've a question about HList and ColumnWidth. Is there any possibilty to determine the visible range of a column in pixels, for example if the window size is changed by user ? TIA
|
| Setting Locaton (geometry) of messageBox | 08 Oct 2007 13:59 GMT | 6 |
Can someone please tell me how can I set the location of a messageBox. I have used $mw->geometry('+0+0'); for the main window. However, I am not able to set the location for
|