Re: [flexcoders] Extending MXML components (change from 1.5 to 2)

2006-04-01 Thread Nathan Smith
x_internal::_documentDescriptor.document = this; } } /mx:Script Basil From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tony Pujals Sent: Wednesday, March 22, 2006 6:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending MXML components (change fro

RE: [flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-23 Thread Basil Hosmer
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tony Pujals Sent: Wednesday, March 22, 2006 6:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending MXML components (change from 1.5 to 2) In Flex 1.5, you could create an MXML component

RE: [flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-23 Thread Tony Pujals
AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Extending MXML components (change from 1.5 to 2) Tony, Yes, we absolutely intend to continue supporting extending MXML with MXML, with the constraint that only one set of children be specified anywhere in the chain of derived

[flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-22 Thread Tony Pujals
In Flex 1.5, you could create an MXML component and then extend it with another custom component. For example, this would work: A.mxml ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml /mx:Canvas B.mxml A