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
> 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
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
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
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:
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
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
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
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