CGI::MxScreen namespace

2000-02-07 Thread Raphael Manfredi
The following entry: CGI:: ::MxScreeniScreen multi-plexer frameworkRAM does not yet show under PAUSE/"Edit Module" within the selection list. Raphael

RFC: ideas about Tk and logging facility

2000-02-07 Thread Dominique Dumont
Hello I'm thinking about creating a new widget to set a logging facility based on a Tk::ROText and the Log::Dispatch object. This new widget would be named Tk::LogDispatch and would inherit the Log::Dispatch::Output class. Each log passed to the widget would be displayed on the text window in

Re: RFC: ideas about Tk and logging facility

2000-02-07 Thread Autarch
On Mon, 7 Feb 2000, Nick Ing-Simmons wrote: > Can you give an outline of what Log::Dispatch does? I'll summarize since I'm the author. Log::Dispatch has two parts. The first is the dispatch object, which takes messages and levels (i.e. error, criticial, warning) and passes them to all of its i

Re: RFC: ideas about Tk and logging facility

2000-02-07 Thread Nick Ing-Simmons
Dominique Dumont <[EMAIL PROTECTED]> writes: >Hello > >I'm thinking about creating a new widget to set a logging facility >based on a Tk::ROText and the Log::Dispatch object. > >This new widget would be named Tk::LogDispatch and would inherit >the Log::Dispatch::Output class. Can you give an outl

Re: RFC: ideas about Tk and logging facility

2000-02-07 Thread Nick Ing-Simmons
Autarch <[EMAIL PROTECTED]> writes: >One other thing that would probably be worth knowing about Log::Dispatch >is that it only works with perl 5.005 or greater (it uses pseudo-hashes >and compile time object typing). This may or may not be relevant but >since this is somewhat unusual for CPAN mod