RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-04 Thread Robert Brueckmann
Thanks a lot for the time you spent doing that Erik! Much appreciated! Robert L. Brueckmann Web Developer Merlin Securities,LLC

Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Steven Webster
code - as a pragmatic (slothfull? :-) Flex programmer I am rather fond of using a bit more actionscript in my mxml, but then I understand where Aral is coming from - and in Flash I would never put code in my fla. I would be happy to recommend either framework to a client. Not having seen

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Dirk Eismann
Webster [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 9:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML code - as a pragmatic (slothfull? :-) Flex programmer I am rather fond of using a bit more actionscript in my mxml, but then I

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Erik Westra
] Sent: donderdag 3 maart 2005 11:10 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML Hi Steven, I'd also like to pick up the idea of no code in MXML as a best theory rather than a best practice. Since we have been able to successfully apply

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Robert Brueckmann
Can I ask how you manage an MXML without any ActionScript at all? How in a file that has components with clickor change listeners would you not have any supporting ActionScript codeI mean just about every single one of my MXML files has initialize or creationComplete listeners in the parent

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Erik Westra
listeners to the UI components and manage everything from within the AS class. Greetz Erik From: Robert Brueckmann [mailto:[EMAIL PROTECTED] Sent: donderdag 3 maart 2005 15:14To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML Can I ask how you

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Erik Westra
file doesnt have to know wich method to call in the helper class. Greetz Erik From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED] Sent: donderdag3 maart 2005 16:22To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML I tend to put such code

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Matt Chotin
, 2005 10:30 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML That was my initial approach too, but eventualy it was easier to track bugs and 'mis-references' since i extendedthe component i was accessing. Now i get an error when i try

RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML

2005-03-03 Thread Omar Ramos
if you would use the framework. Omar Ramos Technology Manager Itacon Corporation From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 12:31 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Theory and Practice: Mixing AS2.0 in MXML Im reading these posts