Re: WindowList tracker test program

2004-04-30 Thread Xavier Maillard
On 25 Apr 2004, Scott Smedley wrote: Mikhael, Here's a simple test program I was using to test the WindowList tracker. Hmm, it doesn't work here :( I mean nothing is tracked. Even adding/removing windows is not tracked. How shold I run it ? -- Registered Linux-User #340967 with

Re: WindowList tracker test program

2004-04-30 Thread Mikhael Goikhman
On 30 Apr 2004 10:48:58 +0200, Xavier Maillard wrote: On 25 Apr 2004, Scott Smedley wrote: Mikhael, Here's a simple test program I was using to test the WindowList tracker. Hmm, it doesn't work here :( I mean nothing is tracked. Even adding/removing windows is not

Re: WindowList tracker test program

2004-04-30 Thread Xavier Maillard
On 30 Apr 2004, Mikhael Goikhman wrote: Did you apply the Scott's patch that completes this tracker? Ah no ;) I didn't :) -- ,--.Xavier Maillard, Reims, France ,= ,-_-. =. / ,- ) http://www.emacsfr.org/ ((_/)o o(\_)) \ `-'

WindowList tracker test program

2004-04-25 Thread Scott Smedley
Mikhael, Here's a simple test program I was using to test the WindowList tracker. SCoTT. :) #!/usr/bin/perl -w # $Id$ use strict; use lib `fvwm-perllib dir`; use FVWM::Module; my $fvwm = new FVWM::Module(Name = 'Scottie', Debug = 2); # my $tracker = new FVWM::Tracker::WindowList($fvwm); my