Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrolling Pane's Thin Border 1

Status
Not open for further replies.

ha1ls45

Programmer
Feb 20, 2005
105
0
0
US
Hi all,
Does anyone know how to get rid of this thin border when you make a scrolling pane?

Thanks,
Ha1ls45
 
A-ha! I wasn't able to get rid of it.. but I changed the color to match my background so they 'appear' to be invisible.

Here's the code I used:

Code:
myScrollablePane.borderColor = 0xDAC67A;
myScrollablePane.buttonColor = 0xDAC67A;
myScrollablePane.borderCapColor = 0xDAC67A;
myScrollablePane.highlightColor = 0xDAC67A;
myScrollablePane.shadowCapColor = 0xDAC67A;
myScrollablePane.shadowColor = 0xDAC67A;

Ha1ls45
 
Shoot - that works perfectly - UNTIL you start scrolling.. then the background-colored border changes to a neon green color and stays that way. Is there any way of just getting rid of the darn things altogether?

Thanks,
Ha1ls45
 
Hmm... didn't work. It looks the same as if I didn't try to do anything with it.....

Thanks for the try...

Any other ideas?
 
You are a genious! Thank you so much!! :) (STAR for you)

Ha1ls45
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top