Nib establishConnection Question
Nib establishConnection Question
- Subject: Nib establishConnection Question
- From: Ian Gillespie <email@hidden>
- Date: Thu, 5 Dec 2002 17:46:14 -0800
Greetings,
I have a document based app with a tableview in the document window. I
subclassed NSTableView and connected the tableview object to my
NSTableView subclass (MySubClassedTableView ) in IB. I overrode the
some methods in my subclass (basically just keyDown:) in PB and
everything works fine... Except for everyone once in a while I save a
file and go to File>Open Recent and select a file from there and I get
a console error: "MySubClassedTableView establishConnection: selector
not recognized" and the window does not open. I will try again and
then it will work. It is like there is a "weak" connection or
something. Any ideas how to fix this? Unfortunately, it only happens
sometimes so I can't figure out what the specifics are.
Thanks,
Ian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.