Re: [perl-win32-gui] Log file reader

2000-10-31 Thread Aldo Calpini
Adam W. Klaum wrote: [...] The only thing I'm having a problem with is when I click the button to start or stop the service I end up using a while loop for the tail. The execution of the tail while loop locks the window object in place and you can't minimize or move the window or click

[perl-win32-gui] Log file reader

2000-10-29 Thread Adam W. Klaum
I am writing a program that will allow the starting and stopping of product specific services and will simultaneously tail a log file and put the contents in a richtext object. I am using the Win32::Service and File::Tail modules as well as Win32::GUI. It is working out pretty well. I was even