On 23-apr-2006, at 18:31, JesterXL wrote:

If you don't extend UIObject, then what is your sizing implementation.
UIObject handles that for you. Furthermore, you can compile mx components with MTASC if you don't want to have to write that stuff by yourself, or use
another open source component set.

UIComponent actually has it's own seperate variables for width and height values which allows you're component to use them vs. actually relaying on
_width and _height to be preset.  Typically, you use a bounding box
movieclip on frame 1 to set the initial width and height and UIObject will
remove it for you.

I wonder - can I find the source code of UIObject somewhere?


--
Julian 'Julik' Tarkhanov
please send all personal mail to
me at julik.nl


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to