1. Question about the availability of icons used in samle
I realized that newly featured ToolStrip sample (http://www.smartclient.com/smartgwt/showcase/#toolstrip_new_category) makes use of icons that seem not to be part of the standard themes. "/images/[Menu/?]icons/16/document_plain_new.png" is the icon uri, which i can't find anywhere in the provided theme folders.
- can I anyway use these icons (by copying from the sample page) from a licence point of view?
- do you provide these icons somewhere else?
2. Bug in ToolStripMenuButton.setIcon ?
ToolStripMenuButton.setIcon seems not work and the referenced icon won't show up. I used following syntax
I realized that newly featured ToolStrip sample (http://www.smartclient.com/smartgwt/showcase/#toolstrip_new_category) makes use of icons that seem not to be part of the standard themes. "/images/[Menu/?]icons/16/document_plain_new.png" is the icon uri, which i can't find anywhere in the provided theme folders.
- can I anyway use these icons (by copying from the sample page) from a licence point of view?
- do you provide these icons somewhere else?
2. Bug in ToolStripMenuButton.setIcon ?
ToolStripMenuButton.setIcon seems not work and the referenced icon won't show up. I used following syntax
Code:
ToolStripMenuButton menuButton = getToolStripMenuButton(); menuButton.setIcon("myIconUrl/icon.png"); addMenuButton(menuButton);
Comment