this is a question about bindings between different xib files
in the same xib file i can make two windows, one window displays the information of the selected object in an array controller object
and it works fine, select an item in the table of one window and the information appears in the other
now... how do i do this when the window is in a different xib file? from what i can tell, the second xib file doesn't know when something in the first xib file is selected..
also, why can't i use window controller when using bindings? it says its not key value compliant, but what do i use to open the window if i can't use window controller?
in the same xib file i can make two windows, one window displays the information of the selected object in an array controller object
and it works fine, select an item in the table of one window and the information appears in the other
now... how do i do this when the window is in a different xib file? from what i can tell, the second xib file doesn't know when something in the first xib file is selected..
also, why can't i use window controller when using bindings? it says its not key value compliant, but what do i use to open the window if i can't use window controller?