[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Label widget problem
|
"Neha Yadav" <neha_yadav@xxxxxxxxxxxxxxxx> wrote in message
news:d4kpbb$kqr$1@xxxxxxxxxxxxxxxxxxx
> Hi All,
>
> I am unable to assign both text and image to a Label. Only of them happens
> depending upon what was set last. If I do a "setImage" after a "setText",
> then only image shows and for vice versa, only text shows. Is this
> expected?
> Can't a Label display an image succeeded by some text?
There is an example of how to build that kind of custom widget here:
http://www.eclipse.org/articles/Article-Writing%20Your%20Own%20Widget/Writing%20Your%20Own%20Widget.htm
/Henrik