--- In [email protected], "Ted Patrick" <[EMAIL PROTECTED]> wrote:
CAN YOU HERE ME, Ted??? > The trick here is that I added 'myFoo.doFoo' I don't see any trick i see just event handling. > > Your issue is more walking a tree of custom objects. :) > > So how should we walk an object tree? Top to bottom? Left to Right? Big to Small? > Should we walk all properties? > Should we only walk objects of a certain type? > How should we handle duplicate references? > How should we handle circular references? > How should we handle object identity? > Should we embed this logic into the player or make this customizable? If you asking such questions YOU DON'T UNDERSTAND WHAT IS TREE. Read please some information about different types of collections (Hash, Tree, Vector etc.) and than ask non-dummy question and i'll give you response. However in my previous message was simple interface that gives all the responses if you have some experience in oo design. > The new DOM event model is extensible, simple to use, and easy to understand once you get the hand of it. And DOM model is designed for TREE of objects, but we cannot use it in non-visual tree, that because IT"S BAD DESIGNED. > > Again I will go on record as saying there isn't anything that I would change. :) It's just because you don't know how to make it better. Cheers, Max > Cheers, > > Cynergy Systems, Inc. > Theodore Patrick > Sr. Consultant > [EMAIL PROTECTED] > tel: 1.866.CYNERGY > http://www.cynergysystems.com > > > > > > > > ________________________________________ > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Maxym > Sent: Monday, April 10, 2006 4:18 AM > To: [email protected] > Subject: Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality > > > I had no possibility to reply, cause it was weekend, sorry. > > Your last post was child-like, but i'll try to take it seriously for a > moment, cause someone can read this and think that it makes sense. > > 1. When you will have a possibility to compile AS code into swf using AS, > when you will have AppDomains in AS, when you will have WMI (or smthn like > that) etc. etc. etc. etc. etc. , when you will have flex framework embeded > into flash player (22.4 M it's not only runtime) THAN YOU WILL COMPARE > WEIGHT OF FLASH PLAYER AND .NET FRAMEWORK. It's NOT about technologie it's > about event model. We don't need another .NET we have one allready. > 2. We have allready untiped functors in flash. C# delegate it's only > strong-typed functor. If you think that embeding this kind of functors > into flash player takes a lot of weight you are wrong. > 3. If you can't take things in general i'll show you small example why > current event model is bad designed. > Imagine that you have some tree of objects (non visual). you want to use > bubbling, capturing etc. in this tree( i can show you wide range of tasks > when it usefull in non visual objects). Now we have no possibility to do > that. But for such task some simple interface like > interface IChildDispatcher extends IEventDispatcher { > public function get parent() : IEventDispatcher;//or it can returns > IChildDispatcher if you like > } > is enough. Of course we can create such interface, then rewrite > EventDispatcher then use bubbling etc. but FOR WHAT?? > What do you thin about this ex.? > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.385 / Virus Database: 268.4.0/306 - Release Date: 4/9/ 2006 > -- 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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

