How do I allow a user to dynamically change the label in the header of an accordion component? I've used the labelPath.text property but this does not allow me to adjust for text width so the number of characters in the new label has to be <= to the old label or it will get truncated in the header display. I cannot set the width with labelPath.width either. Is this the best way to change a label through user input?
myAccordion.header0.labelPath.text = "myNewLabel"; Thanks for any help. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

