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 the user action to perl action etc.

For my application, what I really need is that the tool should accept
one or more log files. It should then parse log files and properly arrange
the log data. It should then display the log info in the form of a waveform,
where the x axis indicates the time (which comes from the log file itself)
There can be multiple rows of log information (which I call as streams).
The stream info also comes from the log file.

Thanks in advance ...


On Thu, Mar 19, 2009 at 2:50 PM, Dermot <paik...@googlemail.com> wrote:
> 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 visual display side (pardon if I am
>> using generic terms since I am not a SW guy). I just want to make sure
>> I am spending time in the right area. So sending this mail.
>>
>> Regards,
>
>
> If your mean the window layout then I think you want to look at the
> ->pack() method.
>
> http://search.cpan.org/~srezic/Tk-804.028/pod/pack.pod
>
>
> It's how you specify the placing of items within each element.
> HTH,
> Dp.
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to