Re: Component Behaviors and Injection

2012-11-20 Thread Michael Schmalle
It was based of another opensource idea by Ben Stucki. (Reflex) Those were the days of trying to fix the framework we knew was messed up but, as in opensource, nothing ever stuck because at the time I think Adobe wasn't even opensource, not that Flex was really ever opensource. The inject

Re: Component Behaviors and Injection

2012-11-20 Thread Harbs
Very interesting! Decorated behaviors interests me as well… ;-) I took a very quick look at the project. It did not jump out to me how you handled the injection. Harbs On Nov 20, 2012, at 9:04 PM, Michael Schmalle wrote: > Please do not be alarmed at the subject. > > I just wanted to share co

Re: Component Behaviors and Injection

2012-11-20 Thread Michael Schmalle
Heh, ... And reading some of my text I wrote 5 years ago makes me think of really bad highschool photos that your kids laugh at, sorry about that. :) BTW, non of the links to my site work since I killed that subdomain long ago, this just happened to still be on googlecode, and I remembere

Re: Component Behaviors and Injection

2012-11-20 Thread Michael Schmalle
It got mangled with my signature --, thanks Om Mike Quoting Om : Your link doesn't work. I think this is the correct one: http://code.google.com/p/tkarchitecture/source/browse/trunk/ Thanks, Om On Tue, Nov 20, 2012 at 11:04 AM, Michael Schmalle wrote: Please do not be alarmed at the subje

Re: Component Behaviors and Injection

2012-11-20 Thread Om
Your link doesn't work. I think this is the correct one: http://code.google.com/p/tkarchitecture/source/browse/trunk/ Thanks, Om On Tue, Nov 20, 2012 at 11:04 AM, Michael Schmalle wrote: > Please do not be alarmed at the subject. > > I just wanted to share code from around 2007-2008 I did which

Component Behaviors and Injection

2012-11-20 Thread Michael Schmalle
Please do not be alarmed at the subject. I just wanted to share code from around 2007-2008 I did which has some examples and docs on an injectable framework prototype of Model/Behaviors I worked on years ago when Flex 3 was getting to be a pain. Honestly, I know I put a huge amount of los