Hi, while working with Royale I'm finding that we need some things for in UIBase for sizing from AS3/MXML:
- Set min-width - Set max-width - Manage width = NaN (in CSS this is set style to "initial") (same for height) I can create a CSS selector and apply it to the component. But this seems more like a Hack and HTML/CSS platform oriented, so I don't like it at all. For NaN is easy, I think we only need to handle it in set width, and since is something basic I don't think it will be go against PAYG. min and max in the other hand seems tricky since is basic UIBase functionality, but could not PAYG depending on our thinking. My opinion is that this getter/setter are needed and I would put it in UIBase. Doing this as a bead seems to me a bit unnatural , but again, if all of you think it should be bead instead something baked in UIBase, we can implement in that way. Thoughts? -- Carlos Rovira http://about.me/carlosrovira