Re: Bindings to enable a menu item based on an array's element count

2014-09-07 Thread Daryle Walker
On Sep 7, 2014, at 3:53 PM, Ken Thomases wrote: > On Sep 7, 2014, at 2:09 PM, Daryle Walker wrote: > >> Putting “my2ndCoordinator.overflowArray” gives me a red exclamation >> stop-sign in the text field […]. Appending a “.@count” gives a grey >> exclamation stop-sign with a tool-tip of: “Xcod

Re: Bindings to enable a menu item based on an array's element count

2014-09-07 Thread Ken Thomases
On Sep 7, 2014, at 2:09 PM, Daryle Walker wrote: > Putting “my2ndCoordinator.overflowArray” gives me a red exclamation stop-sign > in the text field […]. Appending a “.@count” gives a grey exclamation > stop-sign with a tool-tip of: “Xcode cannot resolve the entered keypath”. Proceed anyway.

Re: Bindings to enable a menu item based on an array's element count

2014-09-07 Thread Daryle Walker
On Sep 7, 2014, at 7:02 AM, Ken Thomases wrote: > On Sep 7, 2014, at 5:15 AM, Daryle Walker wrote: > >> Right now, the menu item that holds the submenu where the overflow menu >> items go is always visible. I was thinking of controlling its visibility >> with Cocoa Bindings. I select the menu

Re: Bindings to enable a menu item based on an array's element count

2014-09-07 Thread Ken Thomases
On Sep 7, 2014, at 5:15 AM, Daryle Walker wrote: > Right now, the menu item that holds the submenu where the overflow menu items > go is always visible. I was thinking of controlling its visibility with Cocoa > Bindings. I select the menu item in the Interface Builder part of Xcode, go > to th