Icons in PopupMenu created by addCommandItem

Like the topic says is it possible to add Icons to menus created from ApplicationManager commands ? The ApplicationCommandInfo structure does not have a Image pointer, and the only way to do this is via PopupMenu addItem() method (i also checked the PopupMenu Iterator, it returs const items so they can’t be changed), is there a way to do this ?

There’s no support for that at the moment… I’d need to beef up the command target classes to handle icons for that to be possible.