Hi Michael, thanks for your reply.

> So it's not subclassed from the Flex framework?
Exactly, it is a non visual AS component.

Example:
<!-- In the MXML -->
<MyComponent someValue="10" >

// In the AS
class MyComponent{

   public var someValue:Number;

   public function MyComponent(){

      trace(someValue); // I am not getting the value set in MXML

   }
}

I am using the mx.binding.utils.ChangeWatcher to check when the var
receives the value from MXML, but I don't think it is the way to go,
but it is the only solution I could find :|

Any ideas?

Thanks.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to