Re: [flexcoders] Re: Flex in eclipse

2009-07-08 Thread Tom Chiverton
On Wednesday 08 Jul 2009, vladakg85 wrote: > I found some tool AXDT it works fine, but only thing I miss is debuger, I > don't know how to add breakpoint and watch my variables while code > executes, somebody know? I'm not aware of a (free) Eclipse-integrated debugger. You can use 'fdb' from the

[flexcoders] Re: Flex in eclipse

2009-07-08 Thread vladakg85
I have installed WTP, associate mxml with XML editor, add xsd schema in xml catalog...but don't work :( I found some tool AXDT it works fine, but only thing I miss is debuger, I don't know how to add breakpoint and watch my variables while code executes, somebody know? --- In flexcoders@yahoo

Re: [flexcoders] Re: Flex in eclipse

2009-07-08 Thread Tom Chiverton
On Tuesday 07 Jul 2009, vladakg85 wrote: > Ok, I downloaded xsd4MXML project and opened it in Eclipse...Build...It > works... but what do I get with this? Am I wrong in something? You get a .xsd file, which gives you syntax highlights and insight for MXML files. You can install it via a procedur

[flexcoders] Re: Flex in eclipse

2009-07-07 Thread vladakg85
Ok, I downloaded xsd4MXML project and opened it in Eclipse...Build...It works... but what do I get with this? Am I wrong in something? Thanks for understanding --- In flexcoders@yahoogroups.com, Tom Chiverton wrote: > > On Friday 03 Jul 2009, vladakg85 wrote: > > O yeah, I want to connect eclip

Re: [flexcoders] Re: Flex in eclipse

2009-07-07 Thread Tom Chiverton
On Friday 03 Jul 2009, vladakg85 wrote: > O yeah, I want to connect eclipse to flex SDK, looking for free solution :) The xsd4MXML project on Google code will allow you to use the Eclipse XML view to edit MXML with full insight support. You can just keep a command line window open for running th

[flexcoders] Re: Flex in eclipse

2009-07-03 Thread vladakg85
O yeah, I want to connect eclipse to flex SDK, looking for free solution :) --- In flexcoders@yahoogroups.com, "vladakg85" wrote: > > Is there on the internet some good explanation step by step, how to configure > eclipse to develop flex applications. > > Thanks >