RE: TK madness

2002-04-19 Thread murphy, daniel (BMC Eng)
The successor to Walsh's "Learning Perl/Tk" (O'Reilly) is "Mastering Perl/Tk" (O'Reilly) and is much more complete. Dan Murphy [EMAIL PROTECTED] EMC Corp.508-249-3322 Hopkinton, MA 01748 EMC² where information lives

Re: TK madness

2002-04-19 Thread Felix Geerinckx
on Thu, 18 Apr 2002 23:36:16 GMT, [EMAIL PROTECTED] (James Taylor) wrote: > > For example, I would have a > program that does something like: > > for (1 .. 10) { >print "$_\n"; > } > > Well, I need to print that into the canvas in TK. How the hell do I > do this?! It seems like something

Re: TK madness

2002-04-18 Thread Mayank Ahuja
the question to members of this list: What resource do you > use when you need to learn about a feature of Tk? > > -Original Message- > From: Mayank Ahuja > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Sent: 4/18/02 9:44 PM > Subject: Re: TK madness > >

RE: TK madness

2002-04-18 Thread Timothy Johnson
will posit the question to members of this list: What resource do you use when you need to learn about a feature of Tk? -Original Message- From: Mayank Ahuja To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: 4/18/02 9:44 PM Subject: Re: TK madness The following has been taken from perld

Re: TK madness

2002-04-18 Thread Mayank Ahuja
The following has been taken from perldoc Tk::Canvas TEXT ITEMS A text item displays a string of characters on the screen in one or more lines. Text items support indexing and selection, along with the following text-related canvas methods: dchars, focus, icursor, index, in