tunglam236 / QLBH

Automatically exported from code.google.com/p/wittytwitter
0 stars 0 forks source link

Toaster popups show up in alt-tab task switcher. #229

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Receive new update
2. When popup is displayed, press alt-tab
3. Popup window shows up in task switcher.

What is the expected output? What do you see instead?
Witty new update popups should not show up in task switcher.

What version of the product are you using? On what operating system?
2.1, WinXP

Original issue reported on code.google.com by PeterRit...@gmail.com on 10 Feb 2009 at 1:50

GoogleCodeExporter commented 8 years ago
Some analysis: WPF Windows with WindowStyle="None" will show up in the alt-tab 
task 
switcher. Changing to WindowStyle="ToolWindow" hides from switcher, but 
includes 
window chrome. It looks like the only way to hide them is to use an invisible 
ToolWindow container, which is gross but may be the only solution.

http://stackoverflow.com/questions/357076/best-way-to-hide-a-window-from-the-alt
-tab-
program-switcher

Original comment by jongallo...@gmail.com on 15 Feb 2009 at 10:01