Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#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 Nicolas)

When BOINC Manager window is open, the Alt-tab list shows the default icon for windows, instead of the manager icon.

Alt-tab box

Attachments (3)

alt-tab.png (10.9 KB) - added by Nicolas 17 years ago.
Alt-tab box
boinc32x32.xpm (9.4 KB) - added by Der Meister 17 years ago.
32x32 pixel xpm-icon
boincmgr_586.patch (6.6 KB) - added by Der Meister 17 years ago.
patch fixing this bug

Download all attachments as: .zip

Change History (11)

Changed 17 years ago by Nicolas

Attachment: alt-tab.png added

Alt-tab box

comment:1 Changed 17 years ago by Nicolas

Description: modified (diff)

comment:2 Changed 17 years ago by Ageless

Seeing the same in Windows 2000 SP4, but for that I have a Windows icon, not the 'undefined' icon.

Changed 17 years ago by Der Meister

Attachment: boinc32x32.xpm added

32x32 pixel xpm-icon

Changed 17 years ago by Der Meister

Attachment: boincmgr_586.patch added

patch fixing this bug

comment:3 Changed 17 years ago by Der Meister

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 Nicolas

Keywords: patch added

comment:5 Changed 17 years ago by Simek

Version: 5.10.456.2.4

Still broken in 6.2.4.

comment:6 Changed 17 years ago by Didactylos

Milestone: Undetermined6.2

comment:7 Changed 17 years ago by Didactylos

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 romw

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.