| Thread | Last Post | Replies |
|
| Tk::fileevent limitation on windows palteform | 30 Nov 2004 21:37 GMT | 1 |
we are intensively using perl/tk (and especially Tk::Zinc) and a software bus called ivy (www.tls.cena.fr/products/ivy). Both are open software and are working pretty well. However, when porting ivy-perl on windows (in fact there was nothing to port, as the perl flavor of ivy is
|
| Relating to Perl features | 30 Nov 2004 20:37 GMT | 1 |
I heard that perl has lot many features within it some of which specifically cater to the windows operating system, the Win32 API series. I had specific question relating to the Win32 API sets supported through it and so thought of posting a query to this mailing
|
| Re: Keybord focus on Entry (which is on a DialogBox) | 30 Nov 2004 19:03 GMT | 1 |
--=====================_-1562702156==.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed John, Have you tried using the focus method to force your widget to have focus.
|
| Export a Canva to a Bitmap image | 29 Nov 2004 07:02 GMT | 3 |
Can this be done? By clicking a button to export a Canva with all the drawn circles, rectangles and texts as well to a bmp file. -++**==--++**==--++**==--++**==--++**==--++**==--++**==
|
| Display STDOUT of commands in window | 29 Nov 2004 02:17 GMT | 4 |
I have a set of perl scripts which are usually called from the command line. I would like to make a simple GUI, which has buttons to start each of them, and a box where the STDOUT of each script is diplayed live. I came across this:
|
| Printing to printers on Win32 | 28 Nov 2004 11:01 GMT | 7 |
I want to see if I understand what is available here for printing a report from a Tk app to a printer on a Win32 system. 1) I can use canvas->postrcipt() to create a postscript file of the canvas. So, since I currently have a ROText widget for my report, can I
|
| How to query entry path for embedded widgets and parent entry path in HLIST? | 27 Nov 2004 22:46 GMT | 11 |
I have an HLIST with embedded entry widgets. I want to implement functionality that selects or activates (depending on a single or double click) the row in the HLIST widget and the embedded entry widgets on the that row whenever the user clicks (or
|
| displaying text into a progressbar | 26 Nov 2004 16:29 GMT | 1 |
Hello, how can I display text in the middle of the progressbar. I'd like to display the current value of the progress bar in percent. I created a text widget into a progress bar widget but this solution is not satisfiable to me.
|
| $MainWindow->destroy() causes hash error | 26 Nov 2004 08:25 GMT | 3 |
Hello *, I used $wi_main->destroy() in many scripts to close a Tk application. But in the script I just prepare I get a strange behaviour: --- CUT start (heavily boilt down) ---
|
| Tk::Text and Callback ??? | 25 Nov 2004 15:41 GMT | 2 |
is it possible to establish a callback for a Text widget? I would like to validate and store the text, if the user has modified the content of the Textbox. I have tried
|
| sending email thru Net::SMTP in TK | 25 Nov 2004 01:10 GMT | 4 |
i tried to send email in my tk application using Net::SMTP my $smtp = Net::SMTP->new('10.10.10.10',Hello=>'server', Timeout=>60); # connect to an SMTP server $smtp->mail("TEST"); # use the sender's address here
|
| Perl/Tk Aqua progress? | 24 Nov 2004 18:01 GMT | 1 |
Has there been any movement in porting the Tk/Aqua stuff that's in Tcl/Tk over to Perl/Tk, in order to get Perl/Tk running under MacOS X without the use of the X11 server? --Wade
|
| Playing a MPEG in Perl/Tk | 24 Nov 2004 12:00 GMT | 3 |
Any ideas on how to play an MPEG in a Perl/Tk app? Bill Hess
|
| Rount Toplevel window? | 24 Nov 2004 11:56 GMT | 4 |
Looking for a way to create a round or oval MainWindow. I'm somewhat sure there is no standard way to do this, perhaps there is a way to do it with a image overlay somehow? Does anyone have any strategies for accomplishing this?
|
| displaying scales in menus? | 24 Nov 2004 00:35 GMT | 2 |
I'd like the ability to display widgets other than buttons in menus, specifically, scales. Is there an easy way to do this, or I have to try to reinvent what I suspect should already be a well-worn wheel? For example, I'd like the "Buttons" below to be Scale widgets instead:
|