on 2010 Oct 21 4:24 PM
I have problem having the picture assigned to my action block while developing my own action block
I am using below code (override)
public String GetIconPath() {
return "/icons/DynamicJCO.png";
}
My source path is CustomAction/src
My class is in /customAction/xxx.java
My picture is in /icons/DynamicJCO.png
The picture that I saw in workbench is black.
any idea?
Edited by: Seng Kiang Hoe on Oct 22, 2010 9:42 AM
Request clarification before answering.
Hi,
As your icon and source files are not under the same root folder you can use the absolute path for the icon e.g. "/com/mycomp/mii/customactions/icons/DynamicJCO.png"
Thanks,
Dipankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.