Seemingly Simple Bindings Question

2008-08-31 Thread Jamie Phelps
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

Re: Seemingly Simple Bindings Question

2008-08-31 Thread Graham Cox
On 1 Sep 2008, at 9:38 am, Jamie Phelps wrote: 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

Re: Seemingly Simple Bindings Question

2008-08-31 Thread Ken Thomases
On Aug 31, 2008, at 6:38 PM, Jamie Phelps wrote: 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