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 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. snip
This is why I suggested you take a look at the canvas widget[1] in whatever toolkit you chose. Also, take a look at this article[2]. I don't know how much you can apply to your code, but it might help you get started. 1. http://search.cpan.org/~srezic/Tk-804.028/pod/Canvas.pod 2. http://www.perlmonks.org/index.pl?node_id=179748 -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/