I am working with RCP application. I am using GEF also in it. when i try to set icon on any label in figure then i just see a small red spot on the label not the real image... do you any idea why it is so?
Jan Krakora Messages: 402 Registered: December 2009 Location: Prague
Senior Member
Try to debug paintFigure() on your Label figure. I would also try to save the loaded image using the SWT's ImageLoader, it is possible you are loading a bad image.