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

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 -- To unsubscribe, e-mail: be

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 asking on the Beginners Perl/Tk list > >> http://lists.cpan.org/s

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 be dead; nothing but spam for the

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. -- Regards, Alex -- To unsubscribe, e-mail

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 co

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? > > > > my $where_label = $pane -> Label( > > -text =>"

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=> 0,

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

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 doesn't do it

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 example is t

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]

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 entirely subsumed by Mastering Perl/Tk.

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, really, like Perl,

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 need. There's also a

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

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 have any pr

Re: Perl/Tk and portability

2004-01-30 Thread wolf blaum
For Quality purpouses, Gary Stainburn 's mail on Friday 30 January 2004 16:26 may have been monitored or recorded as: > Hi folks, > Hi Gary, > As I've never looked at Tk before I would appreciate people's opinions on > it. Specifically, how easy is it to develop, and how portable is it between >

Re: perl/Tk

2003-07-31 Thread Janek Schleicher
Frank B. Ehrenfried wrote at Wed, 30 Jul 2003 15:34:01 -0700: > I have downloaded the perl/tk module Tk804.02 from CPAN.ORG. I've > unzipped and untarred it and placed it and it sub-directories uner "/". > But my perl script can not find it. I get the response "Cann't locate > Tk.pm in @INC".

RE: perl/Tk

2003-07-31 Thread EUROSPACE SZARINDAR
Hi Frank, You should install it using the given install scripts, not doing it by hand. Like other perl modules you should do: perl Makefile.PL ; make ; make test; make install Afterwards, everything will be copied at the right place and correctly declared. Michel -Message d'origine-

Re: Perl-Tk Menuframe (maybe OT)

2003-06-12 Thread zentara
On Thu, 12 Jun 2003 08:44:42 +0200, [EMAIL PROTECTED] (Jaschar Otto) wrote: >hi, >i know there is a perl tk mailinglist but i don't want to >do all this subscribe stuff atm so i ask here since you >all helped me a lot already (thanks a lot again) :-) No need for subscribing to a maillist. There is

Re: Perl/TK Tutor

2003-02-14 Thread jdavis
On Thu, 2003-02-13 at 10:38, yargo wrote: > Where can I get a good TK tutorial, in order to learn the TK basics ? > > TIA, > YG http://www.perl.com/1999/10/perltk/ -- jd [EMAIL PROTECTED] Bad spellers of the world untie! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: perl-Tk static

2002-05-16 Thread Alan Drew
> OldGuyPerlerInTraining bows his head Python *eeew* *shudder* Java. *BIGGER EEEW* *BIGGER SHUDDER* > heads up warning for you alan - I had to go back and do > a rebuild of perl from the CPAN source since the RedHat 7.2 > default install of perl was built small. > > I need to deal with f

Re: perl-Tk static

2002-05-16 Thread drieux
On Thursday, May 16, 2002, at 02:36 , Alan Drew wrote: heads up warning for you alan - I had to go back and do a rebuild of perl from the CPAN source since the RedHat 7.2 default install of perl was built small. I need to deal with files bigger than 2-gig - hence had to rebuild using the USE_LA

Re: perl-Tk static

2002-05-16 Thread Alan Drew
> Thanks once again; > sorry - the name 'tkperl' as far as I 'get it' really no longer > exists as a stand alone application - that you really will want > to chase down - assuming that you are not trying to do the > > mix and match perl/TK and Tcl/TK where you have > Tcl::Tk t

Re: perl-Tk static

2002-05-15 Thread drieux
On Wednesday, May 15, 2002, at 08:57 , Alan Drew wrote: [..] >> oh dear - you are chasing a phantom. >> >> http://www.lns.cornell.edu/~pvhp/ptk/qna2.html > > This link does not really help the matter: >> Lastly, it should be mentioned that if you build your perl/Tk statically >> rather than

Re: perl-Tk static

2002-05-15 Thread Alan Drew
Thanks for all the help! >> [ot@papc-mag-17 Tk800.023]# make tkperl >> make: *** No rule to make target `tkperl'. Stop. >> >> Any ideas? Thanks in advance. > > oh dear - you are chasing a phantom. > > http://www.lns.cornell.edu/~pvhp/ptk/qna2.html This link does not really help the matter:

Re: perl-Tk static

2002-05-15 Thread David vd Geer Inhuur tbv IPlib
Hi Drieux, Hhhm, Unix rules, but we still need men : make babies Make: Don't know how to make babies. Stop. Hope he didn't mess up someone elses "test" too much :) Regs David --- > > > On Wednesday, May 15, 2002, at 04:34 , Alan Drew wrote: > [..] > > > > For static linking the

Re: perl-Tk static

2002-05-15 Thread drieux
On Wednesday, May 15, 2002, at 04:34 , Alan Drew wrote: [..] > > For static linking the following is how it is supposed to work > (I think, but I don't use static linking normally, this scheme > worked as far as this on one trial under SunOS4.) > > perl Makefile.PL > make > make tkperl > make te

Re: perl-Tk static

2002-05-15 Thread Jonathan E. Paton
> The first two steps are fine. Problem is, when I come the next step: > > [ot@papc-mag-17 Tk800.023]# make tkperl > make: *** No rule to make target `tkperl'. Stop. > > Any ideas? Thanks in advance. Verify you need this... usually everything is build with just 'make'. If the documentation say

RE: Perl/Tk

2002-05-10 Thread Shishir K. Singh
Thanks...but it seems that tixPanedWindow has not been incorporated as Tix widget in Perl/Tk. -Original Message- From: drieux [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:37 PM To: [EMAIL PROTECTED] Subject: Re: Perl/Tk On Friday, May 10, 2002, at 11:54 , Shishir K

Re: Perl/Tk

2002-05-10 Thread drieux
On Friday, May 10, 2002, at 11:54 , Shishir K. Singh wrote: > Is there anything analogous to tixPanedWindow (as in TCL/Tix) in Perl/Tk? > ? > I've found a few references: http://mini.net/tcl/tix which suggest that the Perl/Tk provides the basic type of support - cf the March 17th,2002 releas

Re: Perl Tk.

2002-03-17 Thread zentara
On Fri, 15 Mar 2002 16:03:03 -0500, [EMAIL PROTECTED] (Peter Farrar) wrote: > >I've been growing interested in the Tk module too. I found this today. >It's really really introductory. > >http://www.perl.com/pub/a/1999/10/perltk/ > > >I am planning to write a litte graphical interface for an appli

Re: Perl Tk.

2002-03-15 Thread Peter_Farrar
I've been growing interested in the Tk module too. I found this today. It's really really introductory. http://www.perl.com/pub/a/1999/10/perltk/

RE: perl/tk: checkbutton value in array?

2002-02-06 Thread Nikola Janceski
for ($x = 0; $x <= $file_counter-1; $x++) { $win_ckbox_array[$x] = $right2->Checkbutton(-background=>'blue',-variable=>\$ckbox_stat[\$x])->pack (pady=>2); } ## you got backslash happy I think shouldn't it be: $right2->Checkbutton(-background=>'blue',-variable=>\$ckbox_stat[$x])->pack( pady=

Re: perl/tk Mainwindow

2002-01-10 Thread Curtis Poe
--- Venkatesh Karnam <[EMAIL PROTECTED]> wrote: > > I'm trying to run the following code and open a new window. But the > program finishes without opening a window. Is there something wrong in > the code? You needed to add "MainLoop;" at the bottom: #!/usr/local/bin/perl5 -w use Tk; use strict;

Re: Perl Tk issue

2001-12-27 Thread Paul Johnson
On Thu, Dec 27, 2001 at 05:30:08PM +0100, Jorge Goncalvez wrote: > Hi, I wonder if the method update works on Windows because it seems > not to work, i must destroy my application and redraw it to have the > variables updated when for exemple a variable is associated at a > button. It's always w

Re: Perl/TK GUI IDE? Does one exist?

2001-08-26 Thread Pete Sergeant
Pierre the Fighter Pilot Wrote: --- As some of you know... developing TK can be time consuming. Does anyone know, even in its simplest form, of a perl TK IDE tool? Idealy on the windows platform. Perl Builder doesn't really have a VC++ style IDE where you can create yo