To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Flash Newbies

Reply
 
Thread Tools Search this Thread Display Modes
Old 11-06-2009, 05:04 PM   #1
chidge
Junior Member
 
Join Date: Nov 2009
Posts: 8
change listbox values setStyle isnt working for me?

Hi guys and gals - flash cs3 here I cant change the compnonent lists font values - in particular the font color...

I can use this and it works fine

Code:
playList.setStyle("contentPadding", 50);
but this has no effect?!?!

Code:
playList.setStyle("color", "red");
I have looked through the help section which isnt very helpful and have googled around and there isnt much so that makes me think I am missing something.

Does anyone have a list of styles that can be changed in a list? or a reference to them?

thanks in advance for any help you can give to this problem
chidge is offline   Reply With Quote
Old 11-07-2009, 05:05 AM   #2
chidge
Junior Member
 
Join Date: Nov 2009
Posts: 8
so this is the solution I have found

Code:
var colorTextFormat:TextFormat = new TextFormat();
colorTextFormat.color = 0xFFFFFF;
colorTextFormat.font = "Arial";
colorTextFormat.size = 10;
StyleManager.setStyle("colorTextFormat",colorTextFormat);
This forum seems a little dead - thats two of my own questions I have answered!
chidge is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Flash Newbies

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:55 AM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.