by lf0 » Fri Dec 11, 2009 8:49 pm
Disclaimer: Based on this Wishlist thread I decided to open bugs for the separate issues at hand. I think it makes sense to bring them to bug forum (see my post in the linked thread for my reasoning) so individual bug numbers can be assigned. Thanks.
Problem:
The List and Tree Views don't use the Aero theme in the non-skinned version of MediaMonkey 3.2.
Current look:
Result should look like:
The list view and tree view used in MM are based on
Soft Gems Virtual Treeview, an updated version enabled the use of Vista Aero styled items. So either an update of the component should help or a backport of the fixes made.
Basically
Code: Select all
SetWindowTheme(AHandle, 'explorer', nil);
has to be called on the list view to enabled Aero styled rendering.
See also here.
[color=#888888]Disclaimer: Based on this [url=http://www.mediamonkey.com/forum/viewtopic.php?f=4&t=43342]Wishlist thread[/url] I decided to open bugs for the separate issues at hand. I think it makes sense to bring them to bug forum (see [url=http://www.mediamonkey.com/forum/viewtopic.php?f=4&t=43342&st=0&sk=t&sd=a&start=45#p235925]my post[/url] in the linked thread for my reasoning) so individual bug numbers can be assigned. Thanks.[/color]
[b]Problem:[/b]
The List and Tree Views don't use the Aero theme in the non-skinned version of MediaMonkey 3.2.
Current look:
[img]http://i38.tinypic.com/2cr2g52.jpg[/img]
Result should look like:
[img]http://i37.tinypic.com/n2xu90.jpg[/img]
The list view and tree view used in MM are based on [url=http://www.soft-gems.net/index.php?option=com_content&task=view&id=12&Itemid=33]Soft Gems Virtual Treeview[/url], an updated version enabled the use of Vista Aero styled items. So either an update of the component should help or a backport of the fixes made.
Basically
[code]SetWindowTheme(AHandle, 'explorer', nil);[/code]
has to be called on the list view to enabled Aero styled rendering. [url=http://www.installationexcellence.com/articles/VistaWithDelphi/Index.html]See also here[/url].