DOH! ...sorry Mike...so you were....yep...I'd call that and Lazlo purdy darn close...I like. ;-)
So I saw someone post about a developer edition...restrictions inn functionality (if any)? similarities/differences to CF Deveveloper Edition? Thanks for the insight Mike....I know I could RTFS but an insider is often more to the point ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ----- Original Message ----- From: "Mike Chambers" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Wednesday, August 03, 2005 5:40 PM Subject: Re: Open Lazlo vs. Flex >I was trying to show some interactivity, but here is a basic hello world: > > <?xml version="1.0" encoding="utf-8"?> > <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*"> > <mx:Label text="Hello World" /> > </mx:Appplication> > > mike chambers > > [EMAIL PROTECTED] > > ----- Original Message ----- > From: "Bryan Stevenson" <[EMAIL PROTECTED]> > To: "CF-Talk" <[email protected]> > Sent: Wednesday, August 03, 2005 5:15 PM > Subject: Re: Open Lazlo vs. Flex > > >> Thanks for the Hello World sample Mike....pretty much as Lazlo does it >> (although I must admit Lazlo code looks "cleaner"....but if integration > with >> CF is easier (which I'd assume any MM product would be)...then Flex is >> attractive (except the price...but we've seen radical price shifts in > Breeze >> since it's introduction...so I'll maintain some hope..hehe). >> >> Cheers >> >> Bryan Stevenson B.Comm. >> VP & Director of E-Commerce Development >> Electric Edge Systems Group Inc. >> phone: 250.480.0642 >> fax: 250.480.1264 >> cell: 250.920.8830 >> e-mail: [EMAIL PROTECTED] >> web: www.electricedgesystems.com >> ----- Original Message ----- >> From: "Mike Chambers" <[EMAIL PROTECTED]> >> To: "CF-Talk" <[email protected]> >> Sent: Wednesday, August 03, 2005 1:45 PM >> Subject: Re: Open Lazlo vs. Flex >> >> >> > Laszlo does not use AS2, but rather some proprietary scripting language > (i >> > dont have all of the details). >> > >> > Flex UI markup is XML / Tag based, and the scripting language is >> > ActionScript (based on ECMA Script). >> > >> > <?xml version="1.0" encoding="utf-8"?> >> > <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" > xmlns="*"> >> > >> > <!-- this can also point to an external ActionScript file --> >> > <mx:Script> >> > function onClick() >> > { >> > outputField.text = "Hello World"; >> > } >> > </mx:Script> >> > >> > <mx:Button label="Hello" id="button" click="onClick()" /> >> > <mx:TextArea id="outputField" /> >> > >> > </mx:Application> >> > >> > mike chambers >> > >> > [EMAIL PROTECTED] >> > >> > ----- Original Message ----- >> > From: "Bryan Stevenson" <[EMAIL PROTECTED]> >> > To: "CF-Talk" <[email protected]> >> > Sent: Wednesday, August 03, 2005 1:33 PM >> > Subject: Re: Open Lazlo vs. Flex >> > >> > >> >> OK....now that I have more info....I have more questions ;-) >> >> >> >> I saw in the Lazlo demo that it's tag based....like so: >> >> <canvas> >> >> <text>Hello World</text> >> >> </canvas> >> >> >> >> I've heard a bunch of folks mention AS 2 in relation to Flex....now >> >> I'm >> > not >> >> sure if the use of AS 2 equates to Lazlo's use of JavaScript OR if AS >> >> 2 >> >> equates to Lazlo's tag based usage? >> >> >> >> Bryan Stevenson B.Comm. >> >> VP & Director of E-Commerce Development >> >> Electric Edge Systems Group Inc. >> >> phone: 250.480.0642 >> >> fax: 250.480.1264 >> >> cell: 250.920.8830 >> >> e-mail: [EMAIL PROTECTED] >> >> web: www.electricedgesystems.com >> >> >> >> >> >> >> > >> > >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213688 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

