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

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
>



Back to the top