RE: [flexcoders] Dynamically created children don't respect properties?

2005-09-28 Thread Matt Chotin
I think you may need to separate out your styles and properties. For example width and height should be in that object and done as numbers (you have them in quotes which means strings). But the margins and borderStyles and colors are all styles and need to be applied using setStyle I

RE: [flexcoders] Dynamically created children don't respect properties?

2005-09-28 Thread Noah Hoffman
@yahoogroups.com Subject: RE: [flexcoders] Dynamically created children don't respect properties? I think you may need to separate out your styles and properties. For example width and height should be in that object and done as numbers (you have them in quotes which means strings). But the margins