Forum Index - Topic Index Astah Plug-ins Problem with Astah Plug-in SDK - icons |
Flat | Previous Topic | Next Topic |
Poster | Thread |
---|---|
pauloafpjunior | Posted on: 2014/8/7 20:55 |
Just popping in Joined: 2014/8/7 From: Posts: 6 |
Problem with Astah Plug-in SDK - icons Dear.
I'm writing a tutorial about plug-in development for Astah* and I have had a problem with the usage of the attribute "icon" of the tags "menu" and "action". [CODE] <actionSet> <menu id="validator" label="%lb_group_validator" icon="/icons/validator.png" path="tool/"> </menu> <action id="classValidator" label="%lb_item_classValidator" icon="/icons/classValidator.png" class="com.validator.TemplateAction" tooltip="%tooltip_item_classValidator" menubarPath="tool/validator/"> </action> [/CODE] In my project, the files are organized like that: - validator --- src ---- main ----- resources ------ icons -------- validator.png -------- classValidator.png I built the project with the script "asta-build" and ran the Astah* with "astah-launch". However, nothing happend, i. e., the icons were not showed at Astah GUI. Does anybody know how to solve this problem? Thank you very much. Paulo. |
Flat | Previous Topic | Next Topic |
Subject | Poster | Date |
---|---|---|
» Problem with Astah Plug-in SDK - icons | pauloafpjunior | 2014/8/7 20:55 |
Re: Problem with Astah Plug-in SDK - icons | midori | 2014/8/8 17:54 |
Re: Problem with Astah Plug-in SDK - icons | pauloafpjunior | 2014/8/8 21:21 |
Re: Problem with Astah Plug-in SDK - icons | midori | 2014/8/11 17:48 |
Re: Problem with Astah Plug-in SDK - icons | midori | 2014/8/12 13:18 |
Re: Problem with Astah Plug-in SDK - icons | pauloafpjunior | 2014/8/12 20:37 |