Hi,
I have a problem with an application I am making.
When I select a Pop a menu it doesn't automatically update the Pop menu below with the correct values. (there linked with a relationship)
The values in the second Pop up menu are relevant to whatever the first pop menu shows, when the application launches (it differs as core data doesn't fetch in a particular order).
I get the content in the seconds pop up menu using the content set bindings for that NSArrayController.
The problem it seems to me is the second array controller doesn't refresh itself or the the first Pop Up Menu doesn't change the selection.
Any Ideas ?
I have a problem with an application I am making.
When I select a Pop a menu it doesn't automatically update the Pop menu below with the correct values. (there linked with a relationship)
The values in the second Pop up menu are relevant to whatever the first pop menu shows, when the application launches (it differs as core data doesn't fetch in a particular order).
I get the content in the seconds pop up menu using the content set bindings for that NSArrayController.
The problem it seems to me is the second array controller doesn't refresh itself or the the first Pop Up Menu doesn't change the selection.
Any Ideas ?