Re: perl what

2009-03-19 Thread Sharan Basappa
I have started going through TK documents. The initial sections seem to concentrate more on adding different options to screen and do some background action based on user input. My requirement is not so much on user control but more on the visual display side (pardon if I am using generic terms

Re: perl what

2009-03-19 Thread Dermot
2009/3/19 Sharan Basappa sharan.basa...@gmail.com: I have started going through TK documents. The initial sections seem to concentrate more on adding different options to screen and do some background action based on user input. My requirement is not so much on user control but more on the

Re: perl what

2009-03-19 Thread Sharan Basappa
Thanks, I did go through the TK docs a little more. Here is what I understood -- at a high level -- If someone can comment on this, it would really help me TK provides options - to creates windows - to create virtual areas within this window - to create tool bar, menu etc in the window - links

Re: perl what

2009-03-19 Thread Chas. Owens
On Thu, Mar 19, 2009 at 09:44, Sharan Basappa sharan.basa...@gmail.com wrote: Thanks, I did go through the TK docs a little more. Here is what I understood -- at a high level -- If someone can comment on this, it would really help me TK provides options -  to creates windows - to create

RE: perl what

2009-03-19 Thread David Christensen
Sharan Basappa wrote: Thanks, I did go through the TK docs a little more. Here is what I understood -- at a high level -- If someone can comment on this, it would really help me I own Learning Perl/Tk and have fiddled around with Perl/Tk and various other Perl GUI toolkits over the years:

Re: perl what

2009-03-17 Thread Chas. Owens
On Tue, Mar 17, 2009 at 01:58, Sharan Basappa sharan.basa...@gmail.com wrote: Hi Chas, Clearly I did not communicate properly. So what I am looking is for some support to do some GUI stuff. The idea is take information from text and show it in the form a waveform. This will help a lot since

AW: perl what

2009-03-17 Thread Thomas Bätzler
Sharan Basappa sharan.basa...@gmail.com wrote: Clearly I did not communicate properly. So what I am looking is for some support to do some GUI stuff. The idea is take information from text and show it in the form a waveform. This will help a lot since it is rather difficult to go through the

Re: perl what

2009-03-17 Thread Sharan Basappa
Some user interaction is expected, at least in terms of clicking to get additional details of a log point ... But yes, since more might be required later, I would probably go with (G)TK Regards On Tue, Mar 17, 2009 at 1:47 PM, Thomas Bätzler t.baetz...@bringe.com wrote: Sharan Basappa

perl what

2009-03-16 Thread Sharan Basappa
Hi, We have quite a bit of log information generated during our work. The thought I have is to create a tool that actually takes all the info in the log and then displays in a visual manner. I have fair amount of experience in Perl but for an application of this kind, I am wondering what I need

Re: perl what

2009-03-16 Thread Chas. Owens
On Mon, Mar 16, 2009 at 10:31, Sharan Basappa sharan.basa...@gmail.com wrote: Hi, We have quite a bit of log information generated during our work. The thought I have is to create a tool that actually takes all the info in the log and then displays in a visual manner. I have fair amount of

Re: perl what

2009-03-16 Thread Sharan Basappa
Hi Chas, Clearly I did not communicate properly. So what I am looking is for some support to do some GUI stuff. The idea is take information from text and show it in the form a waveform. This will help a lot since it is rather difficult to go through the text file. Regards, Sharan On Mon, Mar