[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Set image and background on Label

I am trying to do a setImage (image with transparent background) and then
setBackground to a Label, but I could not see the background colour.  If I
try to remove the image by doing a setImage(null), then do setBackground
to the Label again, I still cannot see the colour.

Would anyone know how these two methods work for Label ?  I even tried
doing layout(true), redraw(), update() etc.. Nothing seemed to work.

I am using the 01/31 drop.

Appreciate any help, thank you.