Re: Getting attribute-level userInfo at run-time

2009-10-25 Thread Paul Hoadley
On 25/10/2009, at 12:22 PM, Mike Schrag wrote: sounds like a bug ... log a jira for that one. Done. http://issues.objectstyle.org/jira/browse/WOL-1122 -- Paul. w http://logicsquad.net/ h http://paul.hoadley.name/ ___ Do not post admin request

Re: Getting attribute-level userInfo at run-time

2009-10-24 Thread Mike Schrag
sounds like a bug ... log a jira for that one. On Oct 24, 2009, at 9:09 PM, Paul Hoadley wrote: I may as well finish off this conversation with myself for the archives. On 22/10/2009, at 6:25 PM, Paul Hoadley wrote: 1. How can I nominate in the userInfo dictionary that the value for a ke

Re: Getting attribute-level userInfo at run-time

2009-10-24 Thread Paul Hoadley
I may as well finish off this conversation with myself for the archives. On 22/10/2009, at 6:25 PM, Paul Hoadley wrote: 1. How can I nominate in the userInfo dictionary that the value for a key is a boolean literal? Entity Modeler kept flipping back to String, so I have added this to all t

Re: Getting attribute-level userInfo at run-time

2009-10-22 Thread Paul Hoadley
On 22/10/2009, at 6:25 PM, Paul Hoadley wrote: 2. What's the easiest way to get at this information inside my EO (ERXGenericRecord sub-)class? I can't see an easy path to an EO's EOAttributes. Do I need to retrieve the EOModel, and if so, is there a more direct way to retrieve _that_ (fr

Getting attribute-level userInfo at run-time

2009-10-22 Thread Paul Hoadley
Hello, I have an EO which contains a number of boolean attributes which I am going to treat as a group in the view layer. They might not be the only boolean attributes in the entity, and I don't want to hard-code their names, because I may add or subtract from the set in the model later,