Context Menu

I’m using a contextmenu with images but i cannot see the images just empty zone





<?xml version='1.0' ?>



            

            

        





how to fix the problem?

thank you

Most probably the issue cause by incorrect image path, please beware that image of path consist from
path_from_images + path_of_each_image
so, if you have used
menu.setGfxPath(“some/folder/”);
than src="…/menu/images/new.gif" will be resolved as
some/folder/…/menu/images/new.gif