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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TEXT BOX COLOUR

Status
Not open for further replies.

CUBALIBRAS

Technical User
Jan 31, 2003
64
US
When I draw out my dynamic text box I want it to be transparent so it matches the background which is black, but it just draws a white box, how can I change this??

Thanks

Jon
 
Code:
textBoxName.background = true;
textBoxName.backgroundColor = 0x000000;

Hope it helps.

Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top