If you need to access an mx_internal variable in your subclass , add the following likes to your code:

import mx.core.mx_internal;
use namespace mx_internal;

After doing this, you can access all variables marked mx_internal in  your subclass

Hope this helps
Harish

On 10/6/06, Ralph Hauwert <[EMAIL PROTECTED]> wrote:

Hi All,

We're kind of looking at the best practices in moving the titleIcon
outside of the boundaries of a panel, to the left. titleIconObject in
the Panel class is marked mx_internal.
Currently we are extending the panel object using the code behind
practice, and we think we'd move it there; this can't work, since we
can't touch the titleIconObject from a subclass.

Any suggestions ?

--
Ralph Hauwert
FlashCoder


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to