On 20 Sep 2005 15:45:10 +0200, [EMAIL PROTECTED] wrote:
>
> > Of course, you may try other ways to do what you want, for example:
> >
> > $module->send("All (!WindowListSkip) SendToModule $module->{name} apply");
> >
> > # then listen to M_STRING and get win_id from it
> > my $non_skipped_window = $tracker->data($win_id);
>
> But what is $tracker in your example?
> It isn't $tracker = $module->track("WindowList");, is it?
It is the same tracker, created before the main loop. This supposes you
need it at all, i.e. having an updated list of all windows with their
meta data at any moment (except for window flags). You don't need it for
simple tasks, having a window id is often enough.
Regards,
Mikhael.