Parent window and NSDrawer pb
Parent window and NSDrawer pb
- Subject: Parent window and NSDrawer pb
- From: kubernan <email@hidden>
- Date: Wed, 19 Dec 2001 19:08:02 +0100
Hello all,
Hope my problem is very simple to resolve. I'm talking about multiple
parent windows with NSDrawer for each of these windows.
I have Visual.nib file.
I created the main window choosing a parent window with its NSDrawer in
the IB palette panel.
In the NSDrawer connections info i can see my NSDrawer is connected to
the view and to my parent window.
For my parent window connections information i have : delegate to
myControler (which is the file's owner).
In the NSDrawer view I added some text fields. Each connected to
myController.
When i launch only one instance of the window, all works well : the
NSDrawer text fields are updated. The problem appears when i have
multiple instances of the window on the screen : the controller updates
only the NSDRawer text field of the first opened window. I have the
values but they don't fill the right text fields, then the other text
fields are empty !
Do you have an idea about the problem ?
Kub.