I am attaching content into a scroll pane, and I noticed that all of the components that are attached into my scroll pane are recieving the skinning modifications I applied to the scroll pane. For example, I set the border of my scroll pane to be a red solid, using the following code:

scrollPane_sp.setStyle("borderStyle", "solid");
scrollPane_sp.setStyle("borderColor", "0xFF0000");

then all of the text area components that are inside my scroll pane also have a solid red border. Anybody know why these components behave this way, or know of a way around this?
--
thanks,
Bryce

________________________________________________________________
mediaRAIN t 801.802.6464 f 801.802.6463

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to