Most definately.  It took me months to feel comfortable working in MXML... months I tell you!  I kept wanting to go back to my ActionScript comfort zone.
 
----- Original Message -----
Sent: Thursday, November 03, 2005 10:29 AM
Subject: RE: [flexcoders] Code-only Flex apps

Yes indeed!  Nothing like the convenience of MXML when you can use it...and it's easy to forget to use MXML if you're a developer fresh off another programming project (Java, C++, etc).
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Thursday, November 03, 2005 10:27 AM
To: [email protected]
Subject: Re: [flexcoders] Code-only Flex apps

Don't get me wrong; 90% of my work currently in Flex is ActionScript; mainly because I'm building just what you said, extremely dynamic components.
 
...however, using those components is lovely, easy, MXML.
 
----- Original Message -----
Sent: Thursday, November 03, 2005 10:20 AM
Subject: RE: [flexcoders] Code-only Flex apps

The more you can factor out into mxml, the better (I've found).  But we have a VERY dynamic presentation, including a dynamically generate graph (vertex/edge kinda graph)...along with a tabnavigator that has an arbitrary # of tabs, and within those tabs are controls that may or may not appear...etc, etc.  So AS coding is inevitable if you want your app to be VERY dynamic.
 
But @ the same time, when I can manage to label something as static, then I'll try to make an MXML component because it's quicker and it's easier to manage the layout.
 
Joey


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Thursday, November 03, 2005 10:17 AM
To: [email protected]
Subject: Re: [flexcoders] Code-only Flex apps

You could do insanity like this:
http://www.helpqlodhelp.com/blog/archives/000140.html

But then, you are missing out of the benefits of using MXML.  Seperating
your business logic and presentation, or more plainly, MXML lays my stuff
out, and the code handles logic, with nothing to do with repetitive, time
wasting, GUI stuff.

----- Original Message -----
From: "Daniel Cascais" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, November 03, 2005 10:04 AM
Subject: [flexcoders] Code-only Flex apps


I've just started playing around with Flex 2's alpha and AS 3, so I
might be missing something.

Are we [going to be] able to build code-only Flex apps, using Flex
components without a single line of MXML?

I can't see any drawbacks with code-only (if you look at other
languages), but there might be, for which I would also like to hear
comments besides the yes/no answer.

Thanks,
Daniel Cascais



--
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








--
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




Reply via email to