I know its friday, weekend is close but I got stuck and can’t believe that this bug is not discovered by anybody else. Maybe I am missing something… but I don’t think so.
The Problem: I would like to change Icons of existing MenuItems in the Xojo built-in Menu Generator. But there is no property Icon in the right pane (screen1). When I select regular menuitem without subitems this property is shown (screen2 below), but not when selected item contains subitems… what the heck?
@Michel: Seems I have to do this…
Thought I could “just” swap menu icons in all toolbars (I am using more than one) within couple of minutes… farewell my friday evening barbecue
For example a menu item like “Quit” should not have an icon. Go through all the menu items of Finder, Safari, Mail, etc. to see how a OS X applications use icons in their menu system.
[quote=205162:@Tomas Jakobs]Really? Just two examples on first sight… guess there are lot more…
[/quote]
While it is technically possible to have an icon for each menuItem, I am not sure it improves readability. I find it somewhat distracting for the eye. A bit too busy.
That said, we Europeans tend to use pictographs a lot, as a natural bridge over our diverse languages. I should admit that while my knowledge of German is anecdotal, icons would greatly help me use the software chosen as example here.
Culture is an important part of an UI. In Europe, most road signs are purely pictographic. In the US, they often tend to be textual. Probably because language is more homogeneous there.
That’s exactly what Apple recommend when you read the HIG:[quote]include them only for menu items for which they add significant value[/quote]
So Quit, Print, etc. do not have icons on OS X.