View Issue Details

IDProjectCategoryView StatusLast Update
0006520MMW v4Otherpublic2015-02-05 15:13
Reporterpeke Assigned To 
PriorityhighSeveritytweakReproducibilityalways
Status assignedResolutionopen 
Target Version4.0.7 
Summary0006520: AeroPeak: Thumbnail and AeroFlip Resize Issues
DescriptionThere are few Aero Thumbnail issues:
1. Taskbar Thumbnails are not correctly Resized according to thumbnail size settings in registry HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband\MaxThumbSizePx and HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband\MinThumbSizePx (Values are 0-512, Default is 200). Aspect Ratio should be preserved to avoid distorted image.


2. WIN+TAB should Show Larger Picture so when Windows DWM (Desktop Window Manager) asks for thumbnail generation Routine should check if WIN key is Pressed I guess that 0002430 implementation support that. So of WIN key is DOWN then Mm should Generate Larger/Full Screen Thumbnail to be shown.
Additional InformationForum:
http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=52918
TagsNo tags attached.
Fixed in build

Activities

petr

2010-10-03 19:14

developer   ~0020643

re 1. These registry settings are not relevant for me as WM_DWMSENDICONICTHUMBNAIL message sends me a maximal image size (when i'll send bigger image, it just doesn't show it) so i must respect values this message sent me.

re 2. it's not that easy, because Windows itself ask me for a thumb (i can send a message that i'm have updated thumb, but it's on system when will ask me for it) so when taskbar thumb is going to show it's on system to ask me for a thumb (system is caching them so i can't guarantee he'll ask me for it).