1. grey editText field
Does anyone know how to grey a editText field (it's for a display item that
the user can't change..
thanks..
...george
2. Re: grey editText field
i found the solution...thanks anyway.
...george
----- Original Message -----
From: "George Walters" <gwalters at sc.rr.com>
To: "EUforum" <EUforum at topica.com>
Subject: grey editText field
>
> Does anyone know how to grey a editText field (it's for a display item
that
> the user can't change..
>
> thanks..
>
> ...george
>
>
>
>
>
3. Re: grey editText field
- Posted by euman at bellsouth.net
Aug 22, 2001
Care to share???
Euman
euman at bellsouth.net
> i found the solution...thanks anyway.
>
> ...george
4. Re: grey editText field
Sure... do this.
setWindowBackColor(sle[i],{230,230,230})
setEnable (sle[i],False)
where sle[i] is the id of the editText window. You can then set it back to
"BrightWhite" when done. "LightGray" can be done for the {230,230,230}
...george
----- Original Message -----
From: <euman at bellsouth.net>
To: "EUforum" <EUforum at topica.com>
Sent: Tuesday, August 21, 2001 2:27 PM
Subject: Re: grey editText field
>
> Care to share???
>
> Euman
> euman at bellsouth.net
> > i found the solution...thanks anyway.
> >
> > ...george
>
>
>
>
>
>