On Friday 16 June 2006 11:02, Tom Chiverton wrote: > 2) Edit the file and change the two occurences of
And then fix it up as you find problems with tags For instance, here is a diff that makes the NS change, and fixes the <mx:zoom> tag: -------------------------------------------------------------------------------------------------- --- /opt/flex/mxml.xsd 2006-05-04 14:57:25.000000000 +0100 +++ /home/chivertont/Documents/test-mxml2.xsd 2006-06-16 11:19:39.000000000 +0100 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <!-- DO NOT EDIT BY HAND! generated by flex.compiler.schema.SchemaGenerator on Fri Oct 15 21:19:34 EDT 2004 --> <schema - targetNamespace='http://www.macromedia.com/2003/mxml' - xmlns:mx='http://www.macromedia.com/2003/mxml' + targetNamespace='http://www.adobe.com/2006/mxml' + xmlns:mx='http://www.adobe.com/2006/mxml' xmlns='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified' attributeFormDefault='unqualified' @@ -11340,7 +11340,7 @@ <attributeGroup name='_A_mx.effects.Effect'> <attribute name='duration' type='string' /> <attribute name="name" type="ID" /> - + <attribute name="id" type="ID" /> </attributeGroup> <complexType mixed='true' name='_I_mx.effects.Effect'> <complexContent><extension base='mx:_I_Object'/></complexContent> @@ -11530,13 +11530,13 @@ </extension></complexContent> </complexType> <group name='_G_mx.effects.Zoom'><choice> - <element name='zoomFrom' /> - <element name='zoomTo' /> + <element name='zoomWidthFrom' /> + <element name='zoomWidthTo' /> <group ref='mx:_G_mx.effects.TweenEffect' /> + <element name="ZoomHeightTo"></element> + <element name="ZoomWidthTo"></element> </choice></group> <attributeGroup name='_A_mx.effects.Zoom'> - <attribute name='zoomFrom' type='string' /> - <attribute name='zoomTo' type='string' /> + <attribute name='zoomWidthFrom' type='string' /> + <attribute name='zoomWidthTo' type='string' /> + <attribute name='zoomHeightFrom' type='string' /> + <attribute name='zoomHeightTo' type='string' /> <attributeGroup ref='mx:_A_mx.effects.TweenEffect' /> </attributeGroup> <complexType mixed='true' name='_I_mx.effects.Zoom'> -------------------------------------------------------------------------------------------------- You have to delete and re-add it as an XML Catalogue for eclipse to notices changes, but that's easy enough. -- Tom Chiverton **************************************************** This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008. For more information about Halliwells LLP visit www.halliwells.com. We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/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/

