cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

custom action sdk

Former Member
0 Likes
194

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

View Entire Topic
Former Member
0 Likes

Does anyone developed own Custom action? I would appreciate if you have answer to my question.