I am using professional edition…I am trying to display icons for the context menu items…I have placed the images in corresponding folder but the icon is not displaying…
<?xml version='1.0' ?>
Pls help me out to resolve this problem.
By default the paths used in src tag are related to current directory, you can directly specify folder from which images will be used by
menu.setGfxPath(“some/path/to/images/”);