Re: [flexcoders] Code-only Flex apps

2005-11-10 Thread Daniel Cascais
Manish, Thanks for the info. I'll play arround with it, just to get the grip on things. Daniel You'll need some setup MXML, like so: Application initialize=main() Script source=main_script.as / /Application In your main_script.as you write your main function (which is an

Re: [flexcoders] Code-only Flex apps

2005-11-09 Thread Manish Jethani
On 11/3/05, Daniel Cascais [EMAIL PROTECTED] wrote: 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? You'll need some setup MXML, like

Re: [flexcoders] Code-only Flex apps

2005-11-03 Thread JesterXL
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

RE: [flexcoders] Code-only Flex apps

2005-11-03 Thread Mink, Joseph
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Thursday, November 03, 2005 10:17 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Code-only Flex apps You could do insanity like this:http://www.helpqlodhelp.com/blog/archives/000140.htmlBut then, you are missing out of the benefits

Re: [flexcoders] Code-only Flex apps

2005-11-03 Thread JesterXL
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

RE: [flexcoders] Code-only Flex apps

2005-11-03 Thread Mink, Joseph
, November 03, 2005 10:27 AMTo: flexcoders@yahoogroups.comSubject: 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

Re: [flexcoders] Code-only Flex apps

2005-11-03 Thread JesterXL
Of JesterXLSent: Thursday, November 03, 2005 10:27 AMTo: flexcoders@yahoogroups.comSubject: 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