1. grey editText field
- Posted by George Walters <gwalters at sc.rr.com> Aug 22, 2001
- 365 views
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
- Posted by George Walters <gwalters at sc.rr.com> Aug 22, 2001
- 377 views
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
- 372 views
Care to share??? Euman euman at bellsouth.net > i found the solution...thanks anyway. > > ...george
4. Re: grey editText field
- Posted by George Walters <gwalters at sc.rr.com> Aug 22, 2001
- 364 views
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 > > > > > >