Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Changing the visual aspect of a text control

Sorry but no. I put 2 files in attachment to illustrate what I say.

What I want and what I have on the Pocket PC.

Thanks in advance.

Hubert


From: "Reinaldo Braga" <reinaldo.braga@xxxxxxxxxxxxxxxxxxxxx>
Reply-To: platform-swt-dev@xxxxxxxxxxx
To: <platform-swt-dev@xxxxxxxxxxx>
Subject: Re: [platform-swt-dev] Changing the visual aspect of a text control
Date: Tue, 16 Dec 2003 08:13:51 -0300

Thats work... see it :
new Text(

pnlEdits,

SWT.SINGLE | SWT.BORDER | SWT.WRAP | SWT.RIGHT);



[]´s

----- Original Message -----
From: "Hubert Lingo" <hubertlingo@xxxxxxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Sent: Tuesday, December 16, 2003 6:53 AM
Subject: [platform-swt-dev] Changing the visual aspect of a text control


> Hello everyone,
>     I want to change the visual aspect of a Text control. I'm currently
> making an application for a Pocket PC. And on it, the Text control does
not
> appear very well. There are some fat border on the left and the top. All I
> want is to have a thin border, not 3D, arount the Text control.
>     Any help is welcome ! Thanks.
>
> Hubert
>
> _________________________________________________________________
> MSN Search, le moteur de recherche qui pense comme vous !
> http://search.msn.fr/worldwide.asp
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev

_________________________________________________________________
MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp

Attachment: WhatIHave.png
Description: PNG image

Attachment: WhatIWant.png
Description: PNG image


Back to the top