RE: TK madness

2002-04-19 Thread murphy, daniel (BMC Eng)
where information lives -Original Message- From: James Taylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 7:36 PM To: [EMAIL PROTECTED] Subject: TK madness I'm trying to develop a user interface for a program I've written - What I need the program

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

TK madness

2002-04-18 Thread James Taylor
I'm trying to develop a user interface for a program I've written - What I need the program to do is print out the results of the current process to the TK interface. I absolutely can not figure out how to do a simple printing to TK function!@@!# For example, I would have a program that does