Skip to main content
February 2, 2008
Answered

Get rid of the ugly TextArea border...

  • February 2, 2008
  • 3 replies
  • 255 views
Hi there!

I unsuccessfully tried several ways (from setStyle to using the RectBorder class) to get rid of the ugly gray border which appears in the TextArea component.
I didn't find anything efficient in LiveDocs nor in 8 Pro Help.

Does somebody knows the right way to go through this issue?
Many thanks in advance for your help!

Regards,

Gerry
This topic has been closed for replies.
Correct answer kglad
if your textarea has instance name ta, try:

3 replies

kglad
Community Expert
Community Expert
February 2, 2008
you're welcome.
February 2, 2008
Hi kglad!

Thank you!
It works.

Just before I read your post, I tried:
ta.border_mc._visible = false;
which was working too.

But I prefer your solution which seems more elegant, general, and gives a permanent property to the instance (instead _visible which isn't)

Best regards,

Gerry
kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
February 2, 2008
if your textarea has instance name ta, try: