List and Tree Views don't use the Aero theme

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: List and Tree Views don't use the Aero theme

Re: List and Tree Views don't use the Aero theme

by lf0 » Sat Jan 30, 2010 7:08 am

nohitter151 wrote:As far as I know this is being tracked at: http://www.ventismedia.com/mantis/view.php?id=5978
Oh! I really must have missed that one. Thanks for the information.
That makes me happy again ;-)

Maybe it should be made clear that this not only affects Windows 7 but also Windows Vista (as both use Aero) so an even bigger target market.

Not to push anything ( :lol: ) but the reason I split up my bug reports is that most of the issues can be resolved independently and the report makes it sound that Item 5 is preventing the others to be fixed. Especially the above mentioned problem and the one about the Menus are really separated from anything else.

Re: List and Tree Views don't use the Aero theme

by nohitter151 » Fri Jan 29, 2010 6:34 pm

lf0 wrote:Sad to see that not even a bug number has been assigned to this issue yet (or fwiw the description of 2746 still only relates to the skinned version and a different problem).

Is this being worked on, still planned or ignored now after some positive initial feedback?

I know it was planned for 4.0 but without a tracker entry it seems that its not even on the roadmap?

Thanks for any further information....
As far as I know this is being tracked at: http://www.ventismedia.com/mantis/view.php?id=5978

and it is being worked on...

Re: List and Tree Views don't use the Aero theme

by lf0 » Fri Jan 29, 2010 9:55 am

Sad to see that not even a bug number has been assigned to this issue yet (or fwiw the description of 2746 still only relates to the skinned version and a different problem).

Is this being worked on, still planned or ignored now after some positive initial feedback?

I know it was planned for 4.0 but without a tracker entry it seems that its not even on the roadmap?

Thanks for any further information....

List and Tree Views don't use the Aero theme

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:
Image

Result should look like:
Image

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.

Top