• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Best way to run static class method from a string?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to run static class method from a string?


  • Subject: Re: Best way to run static class method from a string?
  • From: James Cicenia <email@hidden>
  • Date: Tue, 09 Dec 2014 15:52:23 -0600

seems like after adding the user info everytime I select an attribute, it would spin a second …

Nothing major… but with the creakiness of wolips and our tools I do get gun shy pretty quick. 
I still haven’t upgraded my Eclipse to 4.x



On Dec 9, 2014, at 3:40 PM, Matthew Ness <email@hidden> wrote:

On Wed, Dec 10, 2014, at 03:22 AM, James Cicenia wrote:
I want to run a method called availableKeys which just returns an NSArray of keypaths for that Entity.
 
I will be creating a picker of keys that are pre determined. I was going to use the UserInfo but it made EOModeler act a bit funny.
So I am doing something like:
 
public NSMutableDictionary availableKeys(){
if(availableKeys == null){
            availableKeys.takeValueForKeyPath("Name", "name”);
            availableKeys.takeValueForKeyPath("--- Dates ---", "-DATES-");
            availableKeys.takeValueForKeyPath("Active Date", "activeDt");
        }
return availableKeys;
    }
 
So in my “Generic” pick list component I want to pass in the displayGroup, let them pick the columns of the report, and then process.
 
Hi James,
 
Can you go into EOModeler acting a bit funny in more detail? I use userInfo in models all the time for programmatic reasons/logic and haven't ever had a problem. I'd be interested in what makes it break for you.
 
regards,
 
--
Matt
http://logicsquad.net
 
Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Best way to run static class method from a string? (From: James Cicenia <email@hidden>)
 >Re: Best way to run static class method from a string? (From: Ramsey Gurley <email@hidden>)
 >Re: Best way to run static class method from a string? (From: James Cicenia <email@hidden>)
 >Re: Best way to run static class method from a string? (From: Matthew Ness <email@hidden>)

  • Prev by Date: Re: Best way to run static class method from a string?
  • Next by Date: Re: Best way to run static class method from a string?
  • Previous by thread: Re: Best way to run static class method from a string?
  • Next by thread: d2w add displayPropertyKeys in new ListPageInterface
  • Index(es):
    • Date
    • Thread