Re: Nib establishConnection Question
Re: Nib establishConnection Question
- Subject: Re: Nib establishConnection Question
- From: Steve Mykytyn <email@hidden>
- Date: Mon, 9 Dec 2002 09:36:05 -0800
i've experienced the "copyWithZone" intermittent failures as well, when
using a very minor subclass of NSTableView. The exact sequence is a
little different from what i've seen described on the list, though.
Perhaps this may be helpful to those tracking down the problem...
1. Amain window nib loads first, which has a set of empty tabs and a
10.2-style NSProgressIndicator.
2. a series of separate nib views are loaded and inserted in the tabs.
4. The first view loaded after main will fail very intermittently when
loading- it has a custom subclass of NSTableView, an NSView subclass,
and some other standard controls (NSTextField, NSColorWell, NSStepper,
NSButton, NSPopUpButton)
5. Simply loading a view with the NSTableView subclass only as the
first add-in (which i did as a test) did not cause the failure, at
least for as long as i was willing to test.
All that said, i'm glad to hear apple knows of this and is tracking it
down - i've experienced this failure for some time now and was out of
ideas as to what to try next to fix it...
_______________________________________________
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.