View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006520 | MMW v4 | Other | public | 2010-10-03 00:57 | 2015-02-05 15:13 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | tweak | Reproducibility | always |
Status | assigned | Resolution | open | ||
Target Version | 4.0.7 | ||||
Summary | 0006520: AeroPeak: Thumbnail and AeroFlip Resize Issues | ||||
Description | There 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 Information | Forum: http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=52918 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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). |