[flexcoders] AS3 decorator pattern examples

2007-06-04 Thread duncmcm
I've been reading Advanced AS3 with design patterns and wish to get my hands on an example of a decorator pattern in AS3. The one in this book I have tried but doesn't seem to work. Without initially posting my code has anyone out there got a tried and tested AS3 decorator pattern example I cou

Re: [flexcoders] AS3 decorator pattern examples

2007-06-04 Thread Michael Schmalle
Hi, Look at all of the collection classes, IE ArrayCollection. Are you talking about decorating UIComponents? There are many uses for decorators but none at all. :) That is a pattern that sometimes is not needed with UIComponents. I would suggest getting familiar with creating tight public inte

Re: [flexcoders] AS3 decorator pattern examples

2007-06-05 Thread duncan mcmillan
coders@yahoogroups.com Sent: Tuesday, 5 June, 2007 1:14:58 AM Subject: Re: [flexcoders] AS3 decorator pattern examples Hi, Look at all of the collection classes, IE ArrayCollection. Are you talking about decorating UIComponents? There are many uses for decorators but none at all. :) That is a patter