| Thread | Last Post | Replies |
|
| Checkbutton | 29 Feb 2008 16:36 GMT | 3 |
What is wrong with this: $exCB = $MW -> Checkbutton(-text=>"exclusion", -variable=>$eX, -command=>sub{print "\n$eX\n";},
|
| OnDestroy to save contents of text widget | 28 Feb 2008 00:15 GMT | 1 |
I have a Toplevel containing a text widget. I'd like to prompt the user to save the contents if he clicks the window's close button. OnDestroy seems to be way to do this, but I need to pass arguments to the ondestroy method; the syntax for this is not clear. When I use the
|
| packing a Tk::Photo widget | 27 Feb 2008 18:58 GMT | 1 |
I'm trying to make a simple application that displays an image. However, 'pack' insists I give it an option, but I've no clue what option it wants. Neither the Tk::Photo manual page, nor "Mastering Perl/Tk" seem to provide a solution.
|
| Problem with Tk::Tree and indicator | 26 Feb 2008 19:11 GMT | 7 |
I've a question about Tree-widget and using the indicator. There is an entry with (+)-indicator. When the user presses the mouse button over the indicator the indicator should be removed. How to do this ?
|
| Another variable question - getOpenFile | 24 Feb 2008 09:56 GMT | 5 |
In my program I have a file dialogue using getOpenFile. e.g. my $select_input_file = $mw -> getOpenFile(-title=>"Select File"); Once the user has selected the file, I need to use this in a system command. e.g.
|
| "bad image path name" when trying to place an image | 23 Feb 2008 17:26 GMT | 2 |
I'm new to Perl::Tk, and I'm trying to add an image to my window. I've converted the image to base64 because I want it to be inline. When I try to place the image (using the place() method), I get the following error:
|
| Using busy and unbusy | 21 Feb 2008 22:00 GMT | 1 |
I have a button on which I have made following bindings - $stop_button->bind('<Enter>' => sub { print "in \n"; $mw_wizui->Unbusy(-recurse => 1);}
|
| Using WX in PTk environment? | 20 Feb 2008 15:00 GMT | 1 |
I was just looking at Wx for Perl. It has some cool Widgets. I was wondering if it is possoble to use them in PTk enviornment. Since I have never used Wx I was intreseted to see anyne can provide me with an answer/opinion. Also, does any one know of a Wx newsgroup.
|
| perl buffering & Tk | 18 Feb 2008 15:08 GMT | 3 |
Does any one know if there are buffering issues specific to Tk? Eg., a filehandle other than STDOUT to which inserts, etc. are sent? I recently learned about the time-delay factor with perl buffers and have been unable to correct them following the advice of the FAQ(s) and
|
| accessing deeply cascaded menu items | 15 Feb 2008 15:20 GMT | 2 |
I'm hoping someone knows the trick to this. In a Tk::Menu, that has say 4 levels deep of cascading, how would I grey out something like the "Cascade 4 Level 4 Choice 2" under Selections?
|
| Regarding an issue in ROText | 15 Feb 2008 01:38 GMT | 2 |
I'm using ROtext widget in my application. Now, it accepts width in the charatcter. At one time, I try to get width of the ROtext, but it gives me the width in pixels.
|
| Play WMV-Files | 14 Feb 2008 18:16 GMT | 1 |
exists any possibility to play wmv-Files under Perl/Tk ? Pit -- Message posted using http://www.talkaboutprogramming.com/group/comp.lang.perl.tk/
|
| Font -12 Helvetica still in cache | 14 Feb 2008 05:50 GMT | 3 |
Recently I am coming across an issue where, when I exit from from my application , it shows - Font -12 Helvetica still in cache. The perl version that I am using is 5.8.3 and the Tk version is
|
| [Tk::TableMatrix] error: Had to create Tk::XlibVtab unexpectedly at C:/PRG/Perl/lib/DynaLoader.pm line 252. | 13 Feb 2008 20:45 GMT | 1 |
When I run any od the demo scripts for "TableMartix" (say embeddedWindows.pl) I get the following error: =============== Had to create Tk::XlibVtab unexpectedly at C:/PRG/Perl/lib/DynaLoader.pm
|
| Popup Menu problem while copy and paste.. | 13 Feb 2008 20:34 GMT | 5 |
Here i am creating a popup menu for text widget..It contains copy ,paste,delete functions.. I am copying & pasting the data in text widget . After pasting data using popup menu , data is pasting perfectly into
|