RE: Swapping isa's (was Re: Hex Edit controls (resknife))
RE: Swapping isa's (was Re: Hex Edit controls (resknife))
- Subject: RE: Swapping isa's (was Re: Hex Edit controls (resknife))
- From: Jeff Laing <email@hidden>
- Date: Wed, 1 Dec 2004 19:33:39 +1100
> I'll try manually deleting the objects.nib to see if its an
> artifact...
Deleting objects.nib didn't seem to hurt Interface Builder opening the file,
but I'm back to the "inconsistencies found, you lose".
I just looked in system.log and found the following:
2004-12-01 19:22:01.195 Interface Builder[567] Unable to find editor for
object.
2004-12-01 19:22:05.719 Interface Builder[567] Unable to find editor for
object.
2004-12-01 19:22:08.796 Interface Builder[567] Unable to find editor for
object.
2004-12-01 19:23:42.782 Interface Builder[567] **** verification error
****: source <NSTextView: 0x48352e0>
Frame = {{0.00, 0.00}, {74.00, 300.00}}, Bounds = {{0.00, 0.00},
{74.00, 300.00}}
Horizontally resizable: NO, Vertically resizable: YES
MinSize = {74.00, 300.00}, MaxSize = {160.00, 10000000.00}
on connector <NSNibOutletConnector: 0x48360e0> is not in objectTable.
2004-12-01 19:23:42.783 Interface Builder[567] **** verification error
****: source <NSTextView: 0x4835f60>
Frame = {{0.00, 0.00}, {123.00, 298.00}}, Bounds = {{0.00, 0.00},
{123.00, 298.00}}
Horizontally resizable: NO, Vertically resizable: YES
MinSize = {123.00, 298.00}, MaxSize = {160.00, 10000000.00}
on connector <NSNibOutletConnector: 0x46e5eb0> is not in objectTable.
2004-12-01 19:23:42.783 Interface Builder[567] **** verification error
****: source <NSTextView: 0x48350b0>
Frame = {{0.00, 0.00}, {339.00, 298.00}}, Bounds = {{0.00, 0.00},
{339.00, 298.00}}
Horizontally resizable: NO, Vertically resizable: YES
MinSize = {339.00, 298.00}, MaxSize = {359.00, 10000000.00}
on connector <NSNibOutletConnector: 0x482c7f0> is not in objectTable.
This really seriously screams to me that it doesn't like having custom
NSTextView classes wired up to NSTextView widgets. Can anyone else get
meaning from this mess?
(Please don't say, put it into bugreporter - I'm getting there...)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden