
Menu With Icons.
Moderators: Hacker, petermad, Stefan2, white
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
- StickyNomad
- Power Member
- Posts: 1933
- Joined: 2004-01-10, 00:15 UTC
- Location: Germany
2majkinetor !
I also would appreciate icons in menus, it would make it easier to spot specific commands in the vast amount of entries in TC's menu.
IMO it would be a visual overkill to show an icon for every single menu command, but if the most important commands were 'iconized', this would be a very useful visual help.
This was already requested and discussed during the alpha test. But unfortunately, it seemed to be not feasible to implement curently.What about icons in menus ?
I also would appreciate icons in menus, it would make it easier to spot specific commands in the vast amount of entries in TC's menu.
IMO it would be a visual overkill to show an icon for every single menu command, but if the most important commands were 'iconized', this would be a very useful visual help.
- StickyNomad
- Power Member
- Posts: 1933
- Joined: 2004-01-10, 00:15 UTC
- Location: Germany
- pdavit
- Power Member
- Posts: 1529
- Joined: 2003-02-05, 21:41 UTC
- Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
- Contact:
Here's the ref: http://www.ghisler.ch/board/viewtopic.php?t=9118majkinetor ! wrote:What about icons in menus ?
And by the way Christian mentioned over the beta forum:
"Not with the current menu system, sorry (it doesn't support it). Maybe with the new menu systems when I switch compiler."
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
Christian Ghisler Rules!!!
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The problem is that standard windows hmenus do not support icons in menus - the menus need to be owner-drawn. This would not only be slower and look worse, but also be unfriendly for visually impaired and blind people.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Menu With Icons.
Coud there be icons in a Menu?
- PeaceMaker
- Senior Member
- Posts: 287
- Joined: 2005-12-31, 22:32 UTC
- Location: Warsaw, Poland
- Contact:
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Unfortunately this is only for checked and unchecked bitmaps. If you check MSDN, it says that "The selected and clear bitmaps should be monochrome.". Therefore it's quite useless for showing icons. 

Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- StickyNomad
- Power Member
- Posts: 1933
- Joined: 2004-01-10, 00:15 UTC
- Location: Germany
Hm, does MSDN mean that the bitmaps _have to_ be monochrome because no more colors are possible, or do they literally mean 'should' be monochrome (as a recommendation to preserve the best possible downwards compatibility with older OSes)? If they really mean 'should', perhaps there is a possibility to use that mechanism...If you check MSDN, it says that "The selected and clear bitmaps should be monochrome."
IMO menu-icons are no absolutely must-have, but if this oculd be implemented in quite an easy way, it should be considered.
You are right, but it seems to work with colored icons (played with some Purebasic code, but not much tested though), so I mentioned this possibility.ghisler(Author) wrote:Unfortunately this is only for checked and unchecked bitmaps. If you check MSDN, it says that "The selected and clear bitmaps should be monochrome.". Therefore it's quite useless for showing icons.