#586 closed Defect (fixed)
Alt-tab shows dummy icon for BOINC Manager
Reported by: | Nicolas | Owned by: | romw |
---|---|---|---|
Priority: | Trivial | Milestone: | 6.2 |
Component: | Manager | Version: | 6.2.4 |
Keywords: | icon patch | Cc: |
Description (last modified by )
Attachments (3)
Change History (11)
Changed 17 years ago by
Attachment: | alt-tab.png added |
---|
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 17 years ago by
Seeing the same in Windows 2000 SP4, but for that I have a Windows icon, not the 'undefined' icon.
comment:3 Changed 17 years ago by
The problem is that the icon used for the main window (boinc.xpm) is only 16x16 pixels large. But windows requires a 32x32 pixel version for displaying it in the Alt-tab list. Just replacing the old icon by a 32x32 pixel icon wouldn't work because the icons in the taskbar are only 16x16 pixels and when windows scales the icon from 32x32 pixels down to 16x16 it looks really ugly.
The solution implemented by my path is adding a second icon, which is 32x32 pixels large. The SkinManager? now loads both icons and when the main frame is created it sets both icons as application icons instead of only the 16x16 pixel item. That way windows displays the small icon in the taskbar and the large one in the Alt-tab list.
comment:4 Changed 17 years ago by
Keywords: | patch added |
---|
comment:6 Changed 17 years ago by
Milestone: | Undetermined → 6.2 |
---|
comment:7 Changed 17 years ago by
I tested this patch, and it works fine for me on XP. Please apply this patch to trunk and the 6.2 branch.
comment:8 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Alt-tab box