[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Problem with Label Image
|
Nope ... a button will do this but a label will not.
"Grant Gayed" <grant_gayed@xxxxxxxxxx> wrote in message
news:ebcoi6$r7t$1@xxxxxxxxxxxxxxxxxxxx
> Note that winXP and GTK are exceptions to this, they will display a
> label+text as of eclipse 3.2.
>
> Grant
>
> "Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message
> news:eaupc3$j5c$1@xxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> Native labels only support one text or image. If you need both use
>> CLabel.
>>
>> Tom
>>
>> Lifenewbd schrieb:
>> > Hello,
>> >
>> > I am using Label having label text and also image. Code like:
>> >
>> > nameLabel = new Label (composite, SWT.NONE);
>> > nameLabel.setText (<text>);
>> > nameLabel.setImage (<image>);
>> >
>> > Problem is visually I see only image but no text in Label.
>> > Any solution please?
>> >
>
>