Re: Perl/Tk

2017-05-16 Thread Shlomi Fish
On Tue, 16 May 2017 20:35:55 +0900 Masayoshi Fujimoto wrote: > Hi. > I really appriciate your help. It worked for me. > You're welcome! -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Perl/Tk

2017-05-16 Thread Shlomi Fish
Hi! On Tue, 16 May 2017 20:11:52 +0900 Masayoshi Fujimoto wrote: > Hi. > > I would like to get $celebrity. > > How should I do? > I have modified your code based on https://metacpan.org/pod/distribution/Tk/pod/Entry.pod to get what seems to be the desired result: « « #!/usr/l

Perl/Tk

2017-05-16 Thread Masayoshi Fujimoto
Hi. I would like to get $celebrity. How should I do? % perl tk.pl Tk::Entry=HASH(0x804abddc8) Ayumi Kinoshita (tk.pl) #!/usr/local/bin/perl use strict; use warnings; use autodie; use v5.10; use Tk; my $top = MainWindow->new(); my $f1 = $top->Frame()->pack(); my $f2 = $top->Frame()->p

Re: insert in perl tk

2012-08-24 Thread Shekar
gt; > > { > > > $c = localtime(); > > > return $c; > > > } > > > > > > so whenever i call insert method , it shud call function gettime > > > and print the latest time in the text box > > > please suggest > > > > > > re

Re: insert in perl tk

2012-08-24 Thread Shlomi Fish
o whenever i call insert method , it shud call function gettime > > and print the latest time in the text box > > please suggest > > > > regards > > irfan > > > > > > > > > > > > > > From: Jim G

Re: insert in perl tk

2012-08-24 Thread Irfan Sayed
thanks. it worked! regards irfan From: Shekar To: Irfan Sayed Cc: Jim Gibson ; Perl Beginners Sent: Friday, August 24, 2012 12:23 PM Subject: Re: insert in perl tk Try this. $t->insert("end", &gettime); -- Shekar On Fri, Aug 24, 2012 at 11:58 AM, Irfan Sayed

Re: insert in perl tk

2012-08-23 Thread Shekar
$c = localtime(); > return $c; > } > > so whenever i call insert method , it shud call function gettime and print > the latest time in the text box > please suggest > > regards > irfan > > > > > > > From: Jim Gibson >

Re: insert in perl tk

2012-08-23 Thread Irfan Sayed
_ From: Jim Gibson To: Perl Beginners Sent: Friday, August 24, 2012 11:13 AM Subject: Re: insert in perl tk On Aug 23, 2012, at 9:35 PM, Irfan Sayed wrote: > thanks. this will help to print the contents of array on separate line. > however, if at all we need to ca

Re: insert in perl tk

2012-08-23 Thread Jim Gibson
On Aug 23, 2012, at 9:35 PM, Irfan Sayed wrote: > thanks. this will help to print the contents of array on separate line. > however, if at all we need to call function then what is the syntax, how we > can call that ? What function do you want to call? When do you want to call it? What does the

Re: insert in perl tk

2012-08-23 Thread Irfan Sayed
Sent: Thursday, August 23, 2012 11:40 PM Subject: Re: insert in perl tk On Thu, 23 Aug 2012 10:51:09 -0700 (PDT) Irfan Sayed wrote: > i need to print the contents of array on separate line , so , i > thought , i should write one function where i will print the contents > of array on

Re: insert in perl tk

2012-08-23 Thread Shawn H Corey
On Thu, 23 Aug 2012 10:51:09 -0700 (PDT) Irfan Sayed wrote: > i need to print the contents of array on separate line , so , i > thought , i should write one function where i will print the contents > of array on each line Do you mean you want each item from an array on each line? If so: $t-

Re: insert in perl tk

2012-08-23 Thread Jim Gibson
tents of array but on the same line I don't use Perl/Tk, but I am assuming $t is some sort of Tk widget, and you are attempting to add a string to the end of it. Maybe you can post a short, complete program that demonstrates what you are trying to do. > > i need to print the conte

Re: insert in perl tk

2012-08-23 Thread Irfan Sayed
2012 10:54 PM Subject: Re: insert in perl tk On Thursday, August 23, 2012 at 10:15 AM, Irfan Sayed wrote: > can someone please suggest ? > Explain what you're actually trying to achieve, instead of asking how to do what you think will let you accomplish what you're trying t

Re: insert in perl tk

2012-08-23 Thread John SJ Anderson
On Thursday, August 23, 2012 at 10:15 AM, Irfan Sayed wrote: > can someone please suggest ? > Explain what you're actually trying to achieve, instead of asking how to do what you think will let you accomplish what you're trying to achieve. Yes, if you write the insert() method properly, you cou

Re: insert in perl tk

2012-08-23 Thread Irfan Sayed
can someone please suggest ? regards irfan From: Irfan Sayed To: "beginners@perl.org" Sent: Thursday, August 23, 2012 4:15 PM Subject: insert in perl tk hi, can we call function in the insert method of perl tk ? i have code like this:  $t-&g

insert in perl tk

2012-08-23 Thread Irfan Sayed
hi, can we call function in the insert method of perl tk ? i have code like this:  $t->insert("end", "\&abc"); so when this line gets executed, it should first call function abc please suggest regards irfan

perl/Tk: How to make the text in the textbox Align Right?

2011-05-28 Thread z sway
Thank You!

Re: Need email list for Perl/Tk questions

2010-02-04 Thread Owen
> Besides this forum, does anyone know of a good Perl/Tk email > list/forum in which to ask questions about Perl/Tk? You can try comp.lang.perl.tk which is fairly quiet -- Owen -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: begin

Re: Need email list for Perl/Tk questions

2010-02-04 Thread Paul Johnson
On Thu, Feb 04, 2010 at 10:22:00PM +, Tony Esposito wrote: > Besides this forum, does anyone know of a good Perl/Tk email list/forum in > which to ask questions about Perl/Tk? https://mailman.stanford.edu/mailman/listinfo/ptk It's rather quiet, so be patient. -- Paul

Need email list for Perl/Tk questions

2010-02-04 Thread Tony Esposito
Besides this forum, does anyone know of a good Perl/Tk email list/forum in which to ask questions about Perl/Tk?

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
8/9/2009, "Shawn H. Corey" вы писали: >Sorry, I don't know any good resources for Perl/Tk. When all else >fails, try perlmonks http://perlmonks.org/ Perlmonks is great! I've already got the answer on my question. Thank you for your advice again. -- Regards, Alex

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
В Вск, 09/08/2009 в 15:30 -0400, Shawn H. Corey пишет: > Mishustin Alexey wrote: > > В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет: > >> Mishustin Alexey wrote: > >>> Hi, > >>> > >>> Another question about Perl-Tk. > >> Try a

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Shawn H. Corey
Mishustin Alexey wrote: В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет: Mishustin Alexey wrote: Hi, Another question about Perl-Tk. Try asking on the Beginners Perl/Tk list http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk This mailing list seems to be dead; nothing but spam

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет: > Mishustin Alexey wrote: > > Hi, > > > > Another question about Perl-Tk. > > Try asking on the Beginners Perl/Tk list > http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk This mailing list seems to

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет: > Mishustin Alexey wrote: > > Hi, > > > > Another question about Perl-Tk. > > Try asking on the Beginners Perl/Tk list > http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk OK, thank you. -- Regard

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Shawn H. Corey
Mishustin Alexey wrote: Hi, Another question about Perl-Tk. Try asking on the Beginners Perl/Tk list http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk -- Just my 0.0002 million dollars worth, Shawn Programming is as much about organization and communication as it is about

Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
Hi, Another question about Perl-Tk. I need to make context-menus with 'Copy' and 'Paste' commands for 'entry' widgets. I found the following syntax for it. my $popup = $mwindow->Menu( -tearoff=> 0, -menuitems => [

Re: Perl-Tk, horizontal aligning

2009-08-09 Thread Mishustin Alexey
В Сбт, 08/08/2009 в 16:46 -0400, Shawn H. Corey пишет: > Mishustin Alexey wrote: > > Hi, > > > > I have a question about Perl-Tk. > > > > How to align the content of a cell horizontally, for example, to the > > left? > > > &

Re: Perl-Tk, horizontal aligning

2009-08-08 Thread Shawn H. Corey
Mishustin Alexey wrote: Hi, I have a question about Perl-Tk. How to align the content of a cell horizontally, for example, to the left? my $where_label = $pane -> Label( -text =>"Please input WHERE arguments" ) ->grid( -row

Perl-Tk, horizontal aligning

2009-08-08 Thread Mishustin Alexey
Hi, I have a question about Perl-Tk. How to align the content of a cell horizontally, for example, to the left? my $where_label = $pane -> Label( -text =>"Please input WHERE arguments" ) ->grid( -row=&

Perl/Tk font question

2009-04-09 Thread Thomas H. George
Since a Toplevel widget has a -title option I assumed it would also have a -font option. Specifiying -font => "times 14 normal" produced an error although this instruction worked on the children of Toplevel. Is there a way to modify the font used for the title of a Toplevel? Tom -- To unsubscr

Re: perl tk question

2007-09-25 Thread patmarbidon
can you add after your 'insert' $text1->update() to make a refresh. You need an update if there is no new event in your widget. Be areful : Don't use update for each line if you insert a lot of lines but only at the end of a batch or only every 100 lines to keep good performance. macus

perl tk question

2007-09-25 Thread macuser9214
I am trying to make a tk app that parses the qrz callsign ham radio database: It's not working. I'm trying to get information from the text field, and the result in the gray box. #!/usr/bin/perl use Tk; use LWP::Simple; use LWP::UserAgent; my $main = MainWindow -> new(); $entr

Summary: Perl/Tk Help

2007-09-19 Thread CM Analyst
Thanks to patmarbidon and D. Bolliger for their suggestions. I used Pat's suggestion and added: text1->update(); and the script works as I wanted. Many thanks. Amad Yahoo! oneSearch: Finally, mobile

Re: Perl/Tk Help

2007-09-19 Thread patmarbidon
PatMar : Can you add $text1->update() after your $text1->insert. widget->update is like a refresh on other X11 windows manager. CM Analyst a écrit : Hi All, I hope this is still the correct forum to get help with Perl/Tk... My goal is display the time in the GUI window but it d

Perl/Tk Help

2007-09-18 Thread CM Analyst
Hi All, I hope this is still the correct forum to get help with Perl/Tk... My goal is display the time in the GUI window but it doesn't do it quite how I want it to. In the GUI, I want the time to display with the sleep call (set to 1). However, when I use the print statement and the

Re: Regarding perl/tk programming

2007-05-15 Thread Nigel Peck
Dharshana Eswaran wrote: I need to create a GUI and integrate my perl script to it. I decided to get the GUI using perl/Tk programming. I searched in the net and i am unable to get a good tutorial or any document regarding the perl/Tk programming. If anyone knows any links or have any documents

Regarding perl/tk programming

2007-05-15 Thread Dharshana Eswaran
Hi All, I need to create a GUI and integrate my perl script to it. I decided to get the GUI using perl/Tk programming. I searched in the net and i am unable to get a good tutorial or any document regarding the perl/Tk programming. If anyone knows any links or have any documents, can you please

RE: perl/Tk and piping questions

2006-08-28 Thread Ken Foskey
On Mon, 2006-08-28 at 12:27 +0200, John Cortland Morgan (ZG/ETK) wrote: > > > This will test for a pipe > > > #!/usr/bin/perl > > # -t tests if a tty is input, else it's a pipe > > > > if (@ARGV == 0 and -t) { > > die "Usage: $0 INPUT\n"; > > } > > > > while (<>) { > > #

RE: perl/Tk and piping questions

2006-08-28 Thread John Cortland Morgan \(ZG/ETK\)
Hi, Thanks for the tip about > The book Mastering Perl/Tk has a pretty good Chapter 3 on Geometry Management. > You can probably read it for free with an sign up at http://safari.oreilly.com/ about the piping question, it's not an either/or situation. It could be both. A good

perl/Tk and piping questions

2006-08-25 Thread John Cortland Morgan \(ZG/ETK\)
Hi, Anyone know of a good online reference/tutorial for perl/Tk, especially in area of layouts (pack/grid/?)? Can't seem to get things lined up as I'd like. Also, anyone know how to (easily) get a script to act more like a pipe, ie: like Unix cat, head, etc... What I would like to

Re: changing selected values in optionmenus in perl tk

2005-03-17 Thread Offer Kaye
I > wanted to reset all the optionmenu's to their default value after the > "submit" button is pressed. Is there a way that this can be done? Does > anyone have a link to a good tutorial? The oreilly book on perl tk > doesnt discuss this. Also, along the same path, does

changing selected values in optionmenus in perl tk

2005-03-17 Thread BJ
;submit" button is pressed. Is there a way that this can be done? Does anyone have a link to a good tutorial? The oreilly book on perl tk doesnt discuss this. Also, along the same path, does anyone have an exampke or a suggestion as to how I could have the options in one menu depend o

Re: perl/tk

2005-01-22 Thread John W. Krahn
harry bennett wrote: looking for a mailing list particular to perl/Tk http://lists.perl.org/showlist.cgi?name=ptk John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn

perl/tk

2005-01-22 Thread harry bennett
looking for a mailing list particular to perl/Tk -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Perl/TK Development Suite/Gui

2004-10-14 Thread Bastian Angerstein
Hi, I am looking for a free (graphic) development tool for building perl/tk applications. It should run under AIX and/or Linux. If anybody knows a good tool, with something like a tk gui-painter tell me, please. Thanks Bastian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: entering text in perl/tk

2004-09-20 Thread Raymond Raj
Hi, go for any perl/tk manual, unfortunate I don't know more about perl/tk. once i had time to check that "widget" demos so only i mentioned that examples...anyway maybe some one else from this group can help! Raymond -Original Message- From: N, Guruguhan

RE: entering text in perl/tk

2004-09-20 Thread N, Guruguhan \(GEAE, Foreign National, EACOE\)
E); [EMAIL PROTECTED] Subject: RE: entering text in perl/tk Hi, did try widget.bat it's contain lot of example for perl/tk ..if you have Active State perl widget.bat comes with that version -Original Message- From: N, Guruguhan (GEAE, Foreign National, EACOE) [mailto:[EMAIL

RE: entering text in perl/tk

2004-09-20 Thread Raymond Raj
Hi, did try widget.bat it's contain lot of example for perl/tk ..if you have Active State perl widget.bat comes with that version -Original Message- From: N, Guruguhan (GEAE, Foreign National, EACOE) [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 5:50 PM To: [

entering text in perl/tk

2004-09-20 Thread N, Guruguhan \(GEAE, Foreign National, EACOE\)
Hi All, I would like to know what widget I should use in order to allow the user to enter the text ( may be several lines ) in it and store that entered text in a file in Perl/Tk? I tried with Text Widgets, but failed. Any help would be appreciated. TIA Guruguhan -- To unsubscribe

[Solved]Re: Help a newbie to pick best version of Linux for Perl and perl/TK.

2004-07-18 Thread Marco Perl
thank you so much. regards, Marco. --- Harald Richard Ashburner <[EMAIL PROTECTED]> wrote: > Marco Perl said: > > > >Hi, Could you tell me what version of Linux is the > most stable and > > > >with most lib modules to do pearl and perl/TK? > > &g

Re: Help a newbie to pick best version of Linux for Perl and perl/TK.

2004-07-14 Thread Harald Richard Ashburner
Marco Perl said: > >Hi, Could you tell me what version of Linux is the most stable and > >with most lib modules to do pearl and perl/TK? > Hi Marco, Hmmm, how to start a flame war :) I use debian myself, which has a reputation for stability. So what. They're all good

RE: Help a newbie to pick best version of Linux for Perl and perl /TK.

2004-07-14 Thread Bob Showalter
Marco Perl wrote: > Hi, Could you tell me what version of Linux is the most stable and > with most lib modules to do pearl and perl/TK? http:/www.freebsd.org I couldn't resist... :~) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Help a newbie to pick best version of Linux for Perl and perl/TK.

2004-07-14 Thread Andrew Gaffney
Marco Perl wrote: Hi, Could you tell me what version of Linux is the most stable and with most lib modules to do pearl and perl/TK? I really appreciate your experience. Marco. What exactly are you talking about? Almost all Linux distributions are "stable" and come with Perl. Us

Help a newbie to pick best version of Linux for Perl and perl/TK.

2004-07-14 Thread Marco Perl
Hi, Could you tell me what version of Linux is the most stable and with most lib modules to do pearl and perl/TK? I really appreciate your experience. Marco. - Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers!

Re: how do you run the debuger for perl/TK in Windows-2000

2004-07-12 Thread William . Ampeh
Simply wrap it around a batch file with a pause at the end. That is: @echo off path\to\my\script echo . echo . echo . - D O N E - echo . echo . pause __ William Ampeh (x3939) Federal Reserve Board -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[SOLVED] RE: how do you run the debuger for perl/TK in Windows-2000

2004-07-12 Thread Marco Perl
MAIL PROTECTED]; > [EMAIL PROTECTED] > Cc: > Subject: how do you run the debuger for perl/TK in > Windows-2000 > > > > Greetings, > I developed a perl/TK script in Win-2000 > environment. > when I run it the DOS-

[SOLVED] RE: Could you please help with a PERL/TK question.

2004-07-12 Thread Marco Perl
PM > > To: ; [EMAIL PROTECTED] > > Subject: Could you please help with a PERL/TK > question. > > > > > > > > Hi, I developed a perl/TK script in Win-2000 > > environment. > > when I run it the DOS-screen pops up and displays > my > > program e

RE: how do you run the debuger for perl/TK in Windows-2000

2004-07-12 Thread Tim Johnson
ED] Cc: Subject: how do you run the debuger for perl/TK in Windows-2000 Greetings, I developed a perl/TK script in Win-2000 environment. when I run it the DOS-screen pops up and displays my program errors. but this screen closes so fast t

Launching scripts via command prompt [WAS RE: Could you please help with a PERL/TK question.]

2004-07-12 Thread Tim Johnson
istribution. But if that's the case, then you won't be able to double-click anyway. -Original Message- From: Toby Stuart [mailto:[EMAIL PROTECTED] Sent: Sun 7/11/2004 11:34 PM To: 'Marco Perl' Cc: '[EMAIL PROTECTED]' Subject:

how do you run the debuger for perl/TK in Windows-2000

2004-07-11 Thread Marco Perl
Greetings, I developed a perl/TK script in Win-2000 environment. when I run it the DOS-screen pops up and displays my program errors. but this screen closes so fast that its impossible to read the error. so, how do I debug my perl.ptk script or how do I slow down the DOS-screen to read the errors

RE: Could you please help with a PERL/TK question.

2004-07-11 Thread Toby Stuart
> -Original Message- > From: Marco Perl [mailto:[EMAIL PROTECTED] > Sent: Monday, 12 July 2004 4:19 PM > To: ; [EMAIL PROTECTED] > Subject: Could you please help with a PERL/TK question. > > > > Hi, I developed a perl/TK script in Win-2000 > environment.

Could you please help with a PERL/TK question.

2004-07-11 Thread Marco Perl
Hi, I developed a perl/TK script in Win-2000 environment. when I run it the DOS-screen pops up and displays my program errors. but this screen closes so fast that its impossible to read the error. so, how do I debug my perl.ptk script or how do I slow down the DOS-screen to read the errors

Perl/TK hang on windows ?

2004-05-28 Thread Peter
Hi, I have a Perl/Tk program that seems to hang in the following way. I have narrowed it down to the following situation, so it is not the real code I have. In a subroutine that handles button click event, I have an infinite loop with a sleep 60 in it and nothing else. When this button is clicked

Perl/Tk Scale replacement

2004-05-06 Thread Chris
Greetings, Im writing a simple audio player that is built into an application im developing, and need to find a control that would be suitable for a "Seek Bar". Right now im using the Scale widget, and obviously its not what I would want to use in a production enviroment since it shows all the

Perl/Tk info needed

2004-04-29 Thread N, Guruguhan \(GEAE, Foreign National, EACOE\)
Hi All, Can someone tell me where I can find information on how to do scatter plotting of data stored in a file using Perl/Tk? Is there any freeware available for doing the same? Any help in this regard is solicited. Thanks Regards Guruguhan -- To unsubscribe, e-mail: [EMAIL

combobox in perl/tk

2004-04-22 Thread N, Guruguhan \(GEAE, Foreign National, EACOE\)
Hi All, Is there anything equivalent of combobox in Tcl/Tk in Perl/Tk? Thanks Regards Guruguhan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

plotting in Perl/Tk

2004-04-19 Thread N, Guruguhan \(GEAE, Foreign National, EACOE\)
Hi All, I am trying to develop a plotting utility in Perl/Tk for scatter plotting of data stored in a file. I would like to know is there any standard codes available for this? Any help in this regard is solicited. Thanks Regards Guruguhan -- To unsubscribe, e-mail: [EMAIL

Re: Perl/TK

2004-04-08 Thread Randal L. Schwartz
>>>>> "WilliamGunther" == WilliamGunther <[EMAIL PROTECTED]> writes: WilliamGunther> Two books. Learning Perl/Tk and Mastering Perl/Tk. I think Mastering Perl/Tk WilliamGunther> is really all you need. Learning Perl/Tk is also out of print, having been e

Re: Perl/TK

2004-04-07 Thread Smoot Carl-Mitchell
On Wed, 7 Apr 2004 13:31:21 EDT [EMAIL PROTECTED] wrote: > Two books. Learning Perl/Tk and Mastering Perl/Tk. I think Mastering > Perl/Tk is really all you need. There's also a pocket reference that I > have and it is quite helpful because Tk is a pretty extensive module. > But,

Re: Perl/TK

2004-04-07 Thread WilliamGunther
>Hello, > >I am taking a look at some Ptk codes, and I think I need a to do some >reading. So my question is: > >1./ What is a good source or reference materials/books on Perl/Tk? Two books. Learning Perl/Tk and Mastering Perl/Tk. I think Mastering Perl/Tk is really all you ne

Perl/TK

2004-04-07 Thread William.Ampeh
Hello, I am taking a look at some Ptk codes, and I think I need a to do some reading. So my question is: 1./ What is a good source or reference materials/books on Perl/Tk? 2./ Can anyone recommend a class that will help lower my learning curve (specifically on Perl/Tk). As far as Perl

Re: Perl / Tk Gui Toolkit?

2004-03-07 Thread Robert
John wrote: Do you know any major malling list or forum concerning the Perl/Tk ? - Original Message - From: "Benjamin Walkenhorst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 3:04 PM Subject: Re: Per

JPG images problem in Perl/Tk

2004-02-26 Thread John
I downloaded bvia ppm the Tk::JPEG (active state) but i recieved the following error. Tk::JPEG object version 800.023 does not match $Tk::JPEG::XS_VERSION 800.024 at C:/Perl/lib/DynaLoader.pm line 225, line 164. Compilation failed in require at gui.pl line 11, line 164. What can i do now?

Re: JPG images problem in Perl/Tk

2004-02-26 Thread Andrew Gaffney
John wrote: I downloaded bvia ppm the Tk::JPEG (active state) but i recieved the following error. Tk::JPEG object version 800.023 does not match $Tk::JPEG::XS_VERSION 800.024 at C:/Perl/lib/DynaLoader.pm line 225, line 164. Compilation failed in require at gui.pl line 11, line 164. What can i do

Re: JPG images problem in Perl/Tk

2004-02-26 Thread John
How can i do that? i use win32 perl > - Original Message - > From: "Andrew Gaffney" <[EMAIL PROTECTED]> > To: "John" <[EMAIL PROTECTED]> > Sent: Thursday, February 26, 2004 6:03 PM > Subject: Re: JPG images problem in Perl/Tk >

RE: Perl / Tk Gui Toolkit?

2004-02-25 Thread NYIMI Jose (BMB)
Search tk from http://lists.perl.org José. -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 2:29 PM To: [EMAIL PROTECTED] Subject: Re: Perl / Tk Gui Toolkit? Do you know any major malling list or forum concerning the Perl/Tk

Re: Perl / Tk Gui Toolkit?

2004-02-25 Thread John
Do you know any major malling list or forum concerning the Perl/Tk ? - Original Message - From: "Benjamin Walkenhorst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 3:04 PM Subject: Re: Perl / Tk Gu

Re: Perl / Tk Gui Toolkit?

2004-02-25 Thread Benjamin Walkenhorst
Hello, I recently started learning Perl/Tk. My primary system is FreeBSD 5.2, on which Perl/Tk works fine. At work, I have to use windows, unfortunately, but it works fine, too, under Windows. I don't see why it should not work with Solaris. So far, I like Perl/Tk very much. I did not hav

Perl / Tk Gui Toolkit?

2004-02-25 Thread Bastian Angerstein
Hi has anybody expirience with GUI Toolkit for Perl/Kit? Which would you recommend for Solaris or Windows? Thanks Bastian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Regarding Text Widget in Perl/Tk

2004-02-14 Thread Mike Flannigan
Ahhh. Not comparing apples to apples. That does make a difference. I need to get me a good Tk book and learn it proper, heh? Mike > Mike, > > That is because you are mixing threads. You pggybacked your issue on a thread > initiated by > Vinesh Vargese, concerning the Tk::Text widget, as s

Re: Regarding Text Widget in Perl/Tk

2004-02-13 Thread R. Joseph Newton
Mike Flannigan wrote: > I> I think something is going wrong with your highlighting routine. Or perhaps this > is > > ot a Text widget? If left alone, the Text widget will offer full copy-and-paste > > functionality. > > > > f I right click on the title bar, it gives "move", "size", > "minimize"

Re: Regarding Text Widget in Perl/Tk

2004-02-13 Thread Mike Flannigan
If I right click on the title bar, it gives "move", "size", "minimize", "maximize", "close". If I right click anywhere else, it doesn't do anything - produces no box. I don't recall hacking anything to do with that, but perhaps I did. Mike > Ah, but right clicking on the Text widget will--un

Re: Regarding Text Widget in Perl/Tk

2004-02-11 Thread R. Joseph Newton
Mike Flannigan wrote: > In any case, hitting ctrl C does not copy anything to the > clipboard, and you cannot highlight just part of a line > of text. Ah, but right clicking on the Text widget will--unless you have hacked the selection activities. If so, well--*Don't do that*--at least not until

Re: Regarding Text Widget in Perl/Tk

2004-02-11 Thread Mike Flannigan
> > I was wondering if you could help me get this script > > tied to one of my Perl programs on my Win2000 box. > > After much experimentation, I've changed the line > > open(C, "./read-own-stdout-piper 2>&1 |") or warn $!; > > to > > open(C, "round2.bat 2>&1 |") or warn $!; > > > > round2.bat is

Re: Regarding Text Widget in Perl/Tk

2004-02-10 Thread R. Joseph Newton
Mike Flannigan wrote: > I was wondering if you could help me get this script > tied to one of my Perl programs on my Win2000 box. > After much experimentation, I've changed the line > open(C, "./read-own-stdout-piper 2>&1 |") or warn $!; > to > open(C, "round2.bat 2>&1 |") or warn $!; > > round2.b

Re: Regarding Text Widget in Perl/Tk

2004-02-10 Thread Mike Flannigan
and paste don't work in that TK box. Anyway, thanks a bunch. If there are other posts on the NG related to this, I'll see them when I get home. Mike Flannigan Houston, TX ___ Subject: Re: Regarding Text Widget in Perl/Tk Date: Fri, 30 Jan 2004 10:22:24 -0500 From: zentara &l

Introduction/Tutorial for Perl/Tk?

2004-02-09 Thread Angel de Vicente
Hi, you can find a very quick introduction to start you off at http://www.perltk.org/articles/pm1.htm Cheers, Angel de Vicente Benjamin Walkenhorst writes: > Hello everybody, > > Can anyone point me to a good introduction to Perl/Tk? > I ordered "Mastering Perl/Tk" f

Re: Introduction/Tutorial for Perl/Tk?

2004-02-08 Thread Randy W. Sims
On 2/8/2004 6:06 AM, Benjamin Walkenhorst wrote: Hello everybody, Can anyone point me to a good introduction to Perl/Tk? I ordered "Mastering Perl/Tk" from O'Reilly, but it's gonna be about two weeks till the book arrives, so I would like to get my hands on something I ca

Introduction/Tutorial for Perl/Tk?

2004-02-08 Thread Benjamin Walkenhorst
Hello everybody, Can anyone point me to a good introduction to Perl/Tk? I ordered "Mastering Perl/Tk" from O'Reilly, but it's gonna be about two weeks till the book arrives, so I would like to get my hands on something I can work with now. Any online-tutorials? Thanks

Perl, Tk, and RPMS

2004-02-06 Thread Gary Stainburn
Hi folks. I run a number of RH7.3 boxes which I keep up to date using Redhat's RPMS. I've just bought Mastering Perl/Tk and need to install Tk from CPAN. However, when I try to install Tk it says that I need to have at least Perl v5.7, but the latest RH RPMS are 5.6.1. Is it p

Re: "" and "" in perl/tk

2004-02-03 Thread R. Joseph Newton
Prabu Subroto wrote: > Dear my friends... > > Anybody would be so kind telling me what is similar in > perl/tk to arrange the location of a form written in > perl/tk? I want a nice look for my perl/tk > application. > Somewhat like this below: > 1. Name : > 2.

Re: Regarding Text Widget in Perl/Tk

2004-02-03 Thread wolf blaum
For Quality purpouses, zentara 's mail on Saturday 31 January 2004 17:23 may have been monitored or recorded as: > > It's hard to say without showing us your script. well, the called script (not the gui) is bout 500 lines... > Try putting a "TK::after in the event loop to set the timing. That

"" and "" in perl/tk

2004-02-03 Thread Prabu Subroto
Dear my friends... Anybody would be so kind telling me what is similar in perl/tk to arrange the location of a form written in perl/tk? I want a nice look for my perl/tk application. Somewhat like this below: 1. Name : 2. Address : 3. Telephone : I have made the main menu of my

Re: Regarding Text Widget in Perl/Tk

2004-01-31 Thread R. Joseph Newton
zentara wrote: > Try putting a "TK::after in the event loop to set the timing. Yee-haw!! Just what I was looking for! Thanks. Serendipity is a wonderful thing. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Regarding Text Widget in Perl/Tk

2004-01-30 Thread wolf blaum
For Quality purpouses, zentara 's mail on Friday 30 January 2004 16:22 may have been monitored or recorded as: Hi, neat trick! Great. However, I have a, well, couriosity? My script looks pretty much the same, except the print in &dosomething (since it is acctually your script:-)) > Here is a

Re: Perl/Tk and portability

2004-01-30 Thread wolf blaum
ck your GUI together and focus on the logic. Neat thing. As Joseph was pointing out, examples in the Tk docu are an endangerd species: Mastering Perl/Tk by Steve Lidie and Nacy Walsh is an extended zoo of these. Enjoy clicking around, Wolf -- To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Perl/Tk and portability

2004-01-30 Thread Gary Stainburn
Hi folks, I'm looking to write an app that I want both Linux and Windows users to be able to use. This app will be interactive (my train simulator/controller app for those who followed my previous threads) so I will need some form of user interface. As I've never looked at Tk before I would a

Re: Regarding Text Widget in Perl/Tk

2004-01-29 Thread R. Joseph Newton
[EMAIL PROTECTED] wrote: > Hi Friends, > > I am presently working on an Automation project where I am using Active > state perl as the programming language on windows platform. For the > above mentioned project I am using Perl/Tk for the GUI. I created a Text > Widget and w

Regarding Text Widget in Perl/Tk

2004-01-29 Thread vinesh.varghese
Hi Friends, I am presently working on an Automation project where I am using Active state perl as the programming language on windows platform. For the above mentioned project I am using Perl/Tk for the GUI. I created a Text Widget and wanted to show the output from my perl code on the text box

  1   2   >