take a look at
http://www.darronschall.com/weblog/archives/000271.cfm

You can use ObjectUtil.copy() and retain types

DK

On Nov 30, 2007 10:30 AM, polestar11 <[EMAIL PROTECTED]> wrote:

>   --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, "
> ben.clinkinbeard"
>
> <[EMAIL PROTECTED]> wrote:
> >
> > > it only copies over object values, not exact values.
> >
> > Huh?
> >
> >
>
> @Tom
> How would one bind the keys to the new dictionary children?
> var newDict:Dictionary = new Dictionary();
> var item:Class
> for each(item in myDictionary) {
> newDict[?] = item;
> }
>
> @ben
> If I have an object containing types (in my case a collection of Class
> types referenced by a key string). Using the ObjectProxy.copy(), the
> new object will contain child objects with the same keys as the
> original, but the child types are Object types, not Class types.
>
>  
>



-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?

Reply via email to