Page 1 of 1

[Implemented] Show icons in menu

Posted: Tue Mar 25, 2003 12:17 pm
by BackupUser
Restored from previous forum. Originally posted by wcardoso.

Can you include native features to manage those small icons to the left side of menu items ?.
Something like:
AddMenuIcon(#Menu, @icon) ; to include an icon in a menu bar
AddMenuItemIcon(#MenuItem, @icon) ; to include an icon in a menu item
RemoveMenuIcon(bla, bla) ; guess...
RemoveMenuItemIcon(...)
ChangeMenuIcon(...)
ChangeMenuItemIcon(...)

Posted: Tue Mar 25, 2003 4:27 pm
by BackupUser
Restored from previous forum. Originally posted by El_Choni.

Why not SetMenuIcon(#Menu, #SubMenu, ImageID()), and SetMenuItemIcon(#Menu, #MenuItem, ImageID())? If ImageID() is 0, the icon is removed.

El_Choni

Posted: Tue Mar 25, 2003 4:54 pm
by BackupUser
Restored from previous forum. Originally posted by wcardoso.

Choni, hermoso !!!:)