Re: Greg Haberek's Window Monitor - Interesting Results

new topic     » goto parent     » topic index » view thread      » older message » newer message

----- Original Message -----
From: "Jonas Temple" <jtemple at yhti.net>
To: "EUforum" <EUforum at topica.com>
Subject: Greg Haberek's Window Monitor - Interesting Results


>
> All,
>
> I just tried Greg's Window Monitor (since I'm interested in doing
> something similar).
>
> It was interesting to find many entries in the results for "Win32Lib
> AppWindow".  I could tell that most of them were for Win32Lib based apps
> I was currently running but entries showed up for Windows that were
> currently not being displayed (or had never been displayed).  I also
> found an entry for a child window in a Win32Lib app that was not
> running.
>
> The other thing I noticed there were about 28 entries for
> "tooltips_class32" which I also found a reference to in Win32Lib.
>
> I'm wondering if somehow I'm not shutting things down correctly.  I use
> the standard closeWindow() but is that enough?
>

Jonas,
the closeWindow() routine only hides the window, unless its the main window,
in which case the app closes down. To totally remove windows, use destroy()
instead.

closeWindow() is good for windows that are constantly opening and closing
again. Its faster than doing a create/destroy sequence.
----------------
cheers,
Derek Parnell

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu