Re: [flexcoders] instanceof on Object

2005-12-02 Thread Clint Modien
onder why Joe's (Berkovitz) approach didn't worked for you. What wentwroing?Dirk. > -Original Message-> From: flexcoders@yahoogroups.com> [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL > Sent: Thursday, December 01, 2005 7:24 PM> To: flexcoders@yahoo

RE: [flexcoders] instanceof on Object

2005-12-01 Thread Dirk Eismann
yahoogroups.com > Subject: Re: [flexcoders] instanceof on Object > > Having parameters in your ValueObject doesn't screw them up? > For ColdFusion, it doesn't seem to matter, but for AMFPHP & > OpenAMF, it didn't seem to fly... guess I need to re-investigate.

Re: [flexcoders] instanceof on Object

2005-12-01 Thread JesterXL
cloneArray = new Array(); for (var i=0;i -Ursprüngliche Nachricht- > Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im > Auftrag von JesterXL > Gesendet: Donnerstag, 1. Dezember 2005 16:17 > An: flexcoders@yahoogroups.com > Betreff: Re: [flexcoders] instanceof on Object

AW: [flexcoders] instanceof on Object

2005-12-01 Thread Christoph Diefenthal
oogroups.com > Betreff: Re: [flexcoders] instanceof on Object > > I just wrote clone methods. I need a true copy, so ensured each was made > correctly. Easy for the simple ones (like Flex 2 events), harder for ones > with arrays full of objects. I haven't figured out inheritanced

Re: [flexcoders] instanceof on Object

2005-12-01 Thread JesterXL
7; for me. Cheers, Paul.   -Original Message-From: JesterXL [mailto: jesterxl@jessewarden.com]Sent: Thursday, 1 December 2005 05:55To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] instanceof on Object mx.utils.ObjectCopy does not do deep c

Re: [flexcoders] instanceof on Object

2005-12-01 Thread Clint Modien
ailto: jesterxl@jessewarden.com]Sent: Thursday, 1 December 2005 05:55To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] instanceof on Object mx.utils.ObjectCopy does not do deep copies, nor work right: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09275.html   She's got array&#x

RE: [flexcoders] instanceof on Object

2005-11-30 Thread Paul Frantz
    xmlns="*"    initialize="myInitialize()">   ... produces 'true' for me. Cheers, Paul.   -Original Message-From: JesterXL [mailto:[EMAIL PROTECTED]Sent: Thursday, 1 December 2005 05:55To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] instanceof

Re: [flexcoders] instanceof on Object

2005-11-30 Thread JesterXL
no worries there.     - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Wednesday, November 30, 2005 3:49 PM Subject: Re: [flexcoders] instanceof on Object Then ya I guess I'd recommend a clone method but not in each VO.   I think I remember (at least i

Re: [flexcoders] instanceof on Object

2005-11-30 Thread Clint Modien
lass vs. superclass).     - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Wednesday, November 30, 2005 2:09 PM Subject: Re: [flexcoders] instanceof on Object   http://www.mail-archive.com/cgi-bin/htsearch?config=flexcoders_yahoogroups_com&restrict=&ex

Re: [flexcoders] instanceof on Object

2005-11-30 Thread JesterXL
From: Clint Modien To: flexcoders@yahoogroups.com Sent: Wednesday, November 30, 2005 2:09 PM Subject: Re: [flexcoders] instanceof on Object http://www.mail-archive.com/cgi-bin/htsearch?config=flexcoders_yahoogroups_com&restrict=&exclude=&words=mx.utils.ObjectCopy     On 11/30

Re: [flexcoders] instanceof on Object

2005-11-30 Thread Clint Modien
http://www.mail-archive.com/cgi-bin/htsearch?config=flexcoders_yahoogroups_com&restrict=&exclude=&words=mx.utils.ObjectCopy     On 11/30/05, JesterXL <[EMAIL PROTECTED]> wrote: ...I guess I'll have to implement a clone method on all of my VO's.  Anyother solution/hack?- Original Message ---

Re: [flexcoders] instanceof on Object

2005-11-30 Thread JesterXL
...I guess I'll have to implement a clone method on all of my VO's. Any other solution/hack? - Original Message - From: "JesterXL" <[EMAIL PROTECTED]> To: "Flexcoders" Sent: Wednesday, November 30, 2005 1:40 PM Subject: [flexcoders] instanceof on

[flexcoders] instanceof on Object

2005-11-30 Thread JesterXL
I have some VO's, and I use their class type to render a form. My Dialogue I'm passing this VO into is bound to an object, like so: private var formData:Object; When I call this method externally: myDialogue.setFormData(someVO); Function looks something like this: function setFormData(o) {