Page 1 of 1

Invisble Windows in Windows Catalogue

Posted: 19.05.2010 14:54:00
by Dan_Aykroyd
Hi! I've been using this great app for quite a while and recently a stumbled with a little issue.

In the Windows Catalogue screen, I always get a windows that is not there. In this case, it's the PortableApps.com PortableFileAssociator: http://portableapps.com/node/15583.

Is seems to be an AutoIt program that even when it's minimized in the system tray it still shows in the Windows Catalogue. Obviously, clicking on this windows doesn't do anything. Check it here, is the windows under the 2 notepads:

Image

Probably, the problem lies in the app side and it might not be behaving very well, hence why you still show the Windows as available. In any case, is there some way from your settings (I've tried rules without luck) to be able to not show that window in the catalogue?

Thanks!

Re: Invisble Windows in Windows Catalogue

Posted: 19.05.2010 21:54:28
by Sebastian
:dex:,

it has an empty window with no title but the same window class name like the main application.

You may add the following line to your wechsel.ini but this will also make the app sticky:

Code: Select all

AutoIt v3 GUI=ignore

Re: Invisble Windows in Windows Catalogue

Posted: 21.05.2010 17:51:44
by Dan_Aykroyd
Thanks Sebastian; I'll try this soon!

Re: Invisble Windows in Windows Catalogue

Posted: 28.05.2010 17:15:33
by Sebastian
:dex:,

since build 1162, Dexpot has an additional registry value 'DexposeMinSize' specifying the minimum height/width for windows to appear in the window catalogue. It's set to 10 by default.