Changes between Initial Version and Version 1 of Ticket #9, comment 9
- Timestamp:
- Jul 5, 2013, 12:40:46 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9, comment 9
initial v1 1 It works because it prevents the taskbar from being move from HWND_TOP to HWND_BOTTOM by SWP_ZORDER. The problem with the "fix" is it leaves the taskbar on top of what ever program it jumped in front of and it breaks auto hide. Unfortunately just putting in a DosSleep won't work because it blocks the input from the menu. We could move the show hide code to a separate thread or we could use a timer for hiding the codeand only use the WM_MOUSEMOVE to show it.1 It works because it prevents the taskbar from being move from HWND_TOP to HWND_BOTTOM by SWP_ZORDER. The problem with the "fix" is it leaves the taskbar on top of what ever program it jumped in front of and it breaks auto hide. Unfortunately just putting in a DosSleep won't work because it blocks the input from the menu. We could move the show hide code to a separate thread or we could use a timer for hiding the taskbar and only use the WM_MOUSEMOVE to show it.