FrigoCoder/FrigoTab

IBM Notes breaks down to dozens of windows

FrigoCoder opened this issue · 1 comments

IBM Notes creates windows for every control. This fools FrigoTab into thinking there are multiple applications.

In order to fully fix this, we have to rework our ApplicationWindow system. We have to group windows of an application together and create overlapping thumbnails for them.

More information on how alt-tab works by Raymond Chen: https://blogs.msdn.microsoft.com/oldnewthing/20071008-00/?p=24863

Solved in commit 72798fa.