all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

Need little help with listbox component (mx 2004)


Need little help with listbox component (mx 2004) b4r7
2/29/2004 9:34:56 PM
flash actionscript:
anyone know how to change the size/font of the text in a listbox component in flash mx 2004?

thanks in advance.

Re: Need little help with listbox component (mx 20 b4r7
2/29/2004 9:45:43 PM
nevermind got it. for anyone who wants to know....

with(lbListBox){
setStyle("fontSize", 10);
}

AddThis Social Bookmark Button