Re: Obtaining EO from EOGlobalID

2010-02-16 Thread Ricardo J. Parada
On Feb 16, 2010, at 10:12 AM, Mike Schrag wrote: >> I knew Wonder would have something... I was just looking in the wrong place >> (ERXEOAccessUtilities not realizing there was an ERXEOControlUtilities and >> that this belongs in the control layer). :-) > i hate those two classes ... i never k

Re: Obtaining EO from EOGlobalID

2010-02-16 Thread Mike Schrag
> I knew Wonder would have something... I was just looking in the wrong place > (ERXEOAccessUtilities not realizing there was an ERXEOControlUtilities and > that this belongs in the control layer). :-) i hate those two classes ... i never know where to look. it's not organized like a normal per

Re: Obtaining EO from EOGlobalID

2010-02-16 Thread Amedeo Mantica
Wonder is an excellent framework, and yes, it's free http://wiki.objectstyle.org/confluence/display/WONDER/Home Amedeo On 16/feb/2010, at 12.52, Kieran Kelleher wrote: > Wonder? Where can I find out more about this Wonder thing? Is it free and > open source or must I pay for it? And why would

Re: Obtaining EO from EOGlobalID

2010-02-16 Thread Ricardo J. Parada
Thank you all. I knew Wonder would have something... I was just looking in the wrong place (ERXEOAccessUtilities not realizing there was an ERXEOControlUtilities and that this belongs in the control layer). :-) On Feb 16, 2010, at 6:52 AM, Kieran Kelleher wrote: > Wonder? Where can I find

Re: Obtaining EO from EOGlobalID

2010-02-16 Thread Kieran Kelleher
Wonder? Where can I find out more about this Wonder thing? Is it free and open source or must I pay for it? And why would I need it? Is it going to save me some programming time? And why has no one ever mentioned this Wonder thing before? ... or even about it being cool? On Feb 16, 2010, at 6:

Re: Obtaining EO from EOGlobalID

2010-02-16 Thread David Avendasora
I don't know if anyone has ever mentioned this, but Wonder is pretty cool. Dave On Feb 15, 2010, at 9:30 PM, Mike Schrag wrote: > or use ERXEOControlUtilities.convertEOtoGID and > ERXEOControlUtilities.convertGIDtoEO, which supports passing in single > objects, dictionaries, arrays, etc, and i

Re: Obtaining EO from EOGlobalID

2010-02-15 Thread Mike Schrag
or use ERXEOControlUtilities.convertEOtoGID and ERXEOControlUtilities.convertGIDtoEO, which supports passing in single objects, dictionaries, arrays, etc, and it will crawl the data structures and convert them recursively. ms On Feb 15, 2010, at 9:16 PM, Chuck Hill wrote: > > On Feb 15, 2010

Re: Obtaining EO from EOGlobalID

2010-02-15 Thread Chuck Hill
On Feb 15, 2010, at 5:54 PM, Ricardo J. Parada wrote: Hi All, I pass an EOGlobalID to a background thread. The background thread then tries to get an EO for it in an editing context used exclusively by the background thread. I do this: Foo localFoo = (Foo) backgroundThreadEditingCon

Obtaining EO from EOGlobalID

2010-02-15 Thread Ricardo J. Parada
Hi All, I pass an EOGlobalID to a background thread. The background thread then tries to get an EO for it in an editing context used exclusively by the background thread. I do this: Foo localFoo = (Foo) backgroundThreadEditingContext.objectForGlobalID(gid); However the returned valu