Re: [flexcoders] instanceof on Object

2005-12-02 Thread Clint Modien
) 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@yahoogroups.com Subject: Re: [flexcoders] instanceof on Object Having

Re: [flexcoders] instanceof on Object

2005-12-01 Thread Clint Modien
= + (_t instanceof Fred));}]] /mx:Script/mx:Application ... produces 'true' 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

Re: [flexcoders] instanceof on Object

2005-12-01 Thread JesterXL
To: flexcoders@yahoogroups.com Sent: Thursday, December 01, 2005 9:51 AM Subject: Re: [flexcoders] instanceof on Object hey Jess... interested to know about the solution you went with on this... On 11/30/05, Paul Frantz [EMAIL PROTECTED] wrote: Hmm might be missing something here but Joe's

Re: [flexcoders] instanceof on Object

2005-12-01 Thread JesterXL
@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 I just wrote clone methods. I need a true copy, so ensured each was made correctly. Easy for the simple ones (like

RE: [flexcoders] instanceof on Object

2005-12-01 Thread Dirk Eismann
: [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. I tried doing: function clone() { var sub = super.clone

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 flexcoders@yahoogroups.com Sent: Wednesday, November 30, 2005 1:40 PM Subject: [flexcoders] instanceof on Object I have

Re: [flexcoders] instanceof on Object

2005-11-30 Thread Clint Modien
http://www.mail-archive.com/cgi-bin/htsearch?config=flexcoders_yahoogroups_comrestrict=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 - From:

Re: [flexcoders] instanceof on Object

2005-11-30 Thread JesterXL
: 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_comrestrict=exclude=words=mx.utils.ObjectCopy On 11/30/05, JesterXL [EMAIL PROTECTED

Re: [flexcoders] instanceof on Object

2005-11-30 Thread Clint Modien
: 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_comrestrict=exclude=words=mx.utils.ObjectCopy On 11/30/05, JesterXL [EMAIL

Re: [flexcoders] instanceof on Object

2005-11-30 Thread JesterXL
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 in Java) running

RE: [flexcoders] instanceof on Object

2005-11-30 Thread Paul Frantz
.. 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 on Object mx.utils.ObjectCopy does not do deep copies, nor work right: