• 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
Seemingly Simple Bindings Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Seemingly Simple Bindings Question


  • Subject: Seemingly Simple Bindings Question
  • From: Jamie Phelps <email@hidden>
  • Date: Sun, 31 Aug 2008 18:38:30 -0500

I have an NSPopUpButton with five menu items: WTD, MTD, QTD, YTD, and Specific Dates. What I want to do is show and hide two labels and textfields for Start Date and End Date depending on if the Specific Dates option is selected.

My first attempt was to do

@property (readonly) BOOL specifyingDateRange;

-(BOOL)specifyingDateRange{
    if([dateRangePopUp indexOfSelectedItem] == 4){
        return YES;
    }
    return NO;
}

but this is not working correctly.

Can anyone explain what the correct implementation is and possibly what mistake I made in assessing the problem?

Thanks in advance,
Jamie
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Seemingly Simple Bindings Question
      • From: Ken Thomases <email@hidden>
    • Re: Seemingly Simple Bindings Question
      • From: Graham Cox <email@hidden>
  • Prev by Date: Re: App names
  • Next by Date: Re: App names
  • Previous by thread: Re: App names
  • Next by thread: Re: Seemingly Simple Bindings Question
  • Index(es):
    • Date
    • Thread