Re: [flexcoders] Re: MXML Schema

2007-04-10 Thread Tom Chiverton
On Monday 09 Apr 2007, neilac wrote: Only one attribute 'includeInLayout' is allowed within the attribute 'mx:_A_mx.containers.HBox' group I'll look into this shortly. -- Tom Chiverton Helping to autoschediastically envisioneer proactive bandwidth on: http://thefalken.livejournal.com

[flexcoders] Re: MXML Schema

2007-04-09 Thread neilac3333
Here is the error: Only one attribute 'labelField' is allowed within the attribute 'mx:_A_mx.controls.List' group This makes sense since the following declaration attributeGroup ref=mx:_A_mx.controls.listclasses.ScrollSelectList/ ...also contains a labelField element. When I remove the

[flexcoders] Re: MXML schema

2007-04-04 Thread Dexter18
here is a smal tuto on how to setup eclipse to work with mxml http://www.darronschall.com/weblog/archives/000182.cfm carsten --- In flexcoders@yahoogroups.com, Jock [EMAIL PROTECTED] wrote: I've read in several articles, eg... * http://www.adobe.com/ap/products/flex/productinfo/tooling/

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Sreejith Unnikrishnan
Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. And if you need to set it up for FDS, check out http://weblogs.macromedia.com/pmartin/archives/2006/08/fds_plugin_for.cfm Dexter18 wrote: here is a smal tuto on how to setup eclipse to work with mxml

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Sreejith Unnikrishnan wrote: Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. Unless you can't afford it, in which case *someone* ( :-) ) has written an XSD to plug into Eclipe's WebTools. -- Tom Chiverton Helping to

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Sreejith Unnikrishnan
:-) I didnt realize that angle! Tom Chiverton wrote: On Wednesday 04 Apr 2007, Sreejith Unnikrishnan wrote: Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. Unless you can't afford it, in which case *someone* ( :-) ) has written an XSD to

[flexcoders] Re: MXML Schema

2007-04-03 Thread neilac3333
Thanks for letting me know, Gordon. I can certainly understand how complex such a schema would be, but then how does a tool, FlexBuilder or anything else, know that an MXML file is valid at design time? Or must I wait until runtime to find errors? Or simply write the UI in ActionScript? Neil

RE: [flexcoders] Re: MXML Schema

2007-04-03 Thread Gordon Smith
@yahoogroups.com Subject: [flexcoders] Re: MXML Schema Thanks for letting me know, Gordon. I can certainly understand how complex such a schema would be, but then how does a tool, FlexBuilder or anything else, know that an MXML file is valid at design time? Or must I wait until runtime to find