Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3438900
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:14:37+00:00 2026-05-18T08:14:37+00:00

I have a panel that elaborates on the selected table row. Obviously, the panel’s

  • 0

I have a panel that elaborates on the selected table row. Obviously, the panel’s display often needs updating, and I’ve pushed that task off to an NSWindowController subclass.

I would like the custom NSWindowController to have @propertys for things like the string values in the text fields and the image values in the NSImageViews. Because I need no novel code in the accessors, I want to @synthesize them. Unfortunately (for me), there is no option to use key-paths in @synthesize property=ivar.

The obvious solution is to write my own accessors of the form

- (void)setTitle:(NSString *)title
{
    [titleTextField setStringValue:title];
}

- (NSString *)title
{
    return [titleTextField stringValue];
}

but I’d rather not have to do that by hand for each of several properties.

Is there a simpler way? Perhaps a generic way to set up a property to forward to a specific property (except objectValue etc. aren’t actually proper properties) of another object?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T08:14:38+00:00Added an answer on May 18, 2026 at 8:14 am

    I don’t think doing any kind of forwarding is going to be useful since the property names on the textfield are going to be different to the ones on your class.

    Abstracting away from the textfield by exposing a string property is of course a good idea, but if you want to avoid writing this boiler plate you may find it acceptable to simply expose the text field itself as a property. You can see this in some of Apples APIs, particularly on the iPhone where in SDK 3.0 instead of having properties like text on a table cell they now have textLabel. It’s simpler and allows more customization if a callee wants to customize a label or text field in some way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have panel that I have customized. I use it to display text. But
I have an ExtJS Panel that displays several bits of data and needs to
I have an Panel control that I need to maintain position across postbacks. I
i have a flow panel that i'm adding extra items to it at runtime
I have a stack panel inside of an expander panel that I programaticaly adds
I have a Java swing application with a panel that contains three JComboBoxe s
I'm using asp.net/c# and have a number of Collapsible Panel Extenders that have been
I have Datalist that is inside an updatepanel and it is in panel in
I have a form that will multiple Panel controls stacked on top of each
I have an ASP.Net 2.0 page that contains two UpdatePanels. The first panel contains

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.