It sounds like you're accessing the variable directly, which doesn't
allow the KVO system to send the appropriate notifications in order to
notify the menu item that there was a change. If you want to set the
value of the variable and expect the menu item to respond, you must
make sure the appropri
Hi,
I am having a little difficulty with bindings of NSMenuItem. I am binding
it's value with an integer variable (as it says in the documentation online).
The value 1 is supposed to set it's state ON and 0 to OFF and -1 to mixed
state.
However, the problem is that the actual state of the m