all groups > flash (macromedia) > july 2005 >
You're in the

flash (macromedia)

group:

ScrollPane Green Border Removal!


ScrollPane Green Border Removal! Cotolay
7/18/2005 11:26:13 PM
flash (macromedia):
Hey When i remove the borders of the ScrollPane with
myScrollPane.setStyle("borderStyle", "none"); It does remove the border, but
when i use one of the buttons, this light green border apears... Someone please
tell me how to remove this. I tried to do something someone else posted but it
did not work....

Please someone help me!!! my due time is today ... =(
Re: ScrollPane Green Border Removal! Cotolay
7/19/2005 12:00:00 AM
Re: ScrollPane Green Border Removal! goran minov
7/19/2005 9:15:28 AM
the halo border is hard to remove.
a little workaround:

your_component.setStyle ("themeColor", 0xFFFFFF);

instead of 0xFFFFFF try of course any other color that suits you e.g the
background-color.

"Cotolay" <webforumsuser@macromedia.com> schrieb im Newsbeitrag
news:dbi3jt$cis$1@forums.macromedia.com...
[quoted text, click to view]

Re: ScrollPane Green Border Removal! Cotolay
7/19/2005 3:57:45 PM
Ok it works on changing the green border to white.... is there a way to make it
alpha 0? or transparent? or just no border at all?

I wonder why just myScrollPane.setStyle("borderStyle", "none") works fine on
7.0 but not 7.2 tho... :( ....
Re: ScrollPane Green Border Removal! Cotolay
7/19/2005 4:22:30 PM
I cant believe it was so simple to take the green halo border out.... this is the code if anyone is interested

Re: ScrollPane Green Border Removal! macmenace
7/20/2005 9:49:46 AM
oh great, sherlook.
thx. :-)

"Cotolay" <webforumsuser@macromedia.com> schrieb im Newsbeitrag
news:dbj9c6$80u$1@forums.macromedia.com...
[quoted text, click to view]

Re: ScrollPane Green Border Removal! n0mmo
7/27/2005 6:14:06 AM
Thank you SOOO much.
I've been killing myself to find the solution to this problem.

Thank you again.
Re: ScrollPane Green Border Removal! KimRomeo
10/5/2005 12:00:00 AM
Try This

_global.o = _global.styles.ScrollPane = new mx.styles.CSSStyleDeclaration();
_global.o.borderStyle = "none";

will remove all borders. Can apply on other component too for example TextArea

http://www.araaftech.com/products.asp
RE: ScrollPane Green Border Removal! makdas
6/20/2006 3:05:04 AM
had the same problem with that GREEN BORDER and a due date. Thanks for the answer, cant believe it was so easy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ;)

componentinstancename.setStyle("borderStyle", "none");
componentinstancename.drawFocus = undefined;

From http://www.developmentnow.com/g/68_2005_7_0_0_562956/ScrollPane-Green-Border-Removal.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button