Re: outlet strangeness..
Re: outlet strangeness..
- Subject: Re: outlet strangeness..
- From: Buddy Kurz <email@hidden>
- Date: Mon, 6 Oct 2003 09:57:38 -0700
do you have a method called -setMessageField: ? It would get called
when the nib is loaded.
On Monday, October 6, 2003, at 09:06 AM, Joost Rekveld wrote:
Hi,
I am sure I am missing something obvious so this is a stupid question,
but I am going nuts..
I have this list of variables in my controller class:
@interface JFRsvmPanelController : NSWindowController {
float scalar;
BOOL isScalar;
BOOL isVector;
BOOL isMatrix;
BOOL tabViewIsEnabled;
IBOutlet NSTabView *tabView;
IBOutlet NSTextField *scalarField;
IBOutlet JFRMatrixController *vectorController;
IBOutlet JFRMatrixController *matrixController;
IBOutlet NSTextField *messageField;
IBOutlet NSButton *clearButton;
IBOutlet id delegate;
}
the 'messageField' is the most recent addition to this list, and it is
the only one in the list that mysteriously refuses to connect when the
nib is loaded. I've checked the IB connection about a million times,
I've cleaned the PB target about a thousand times, I've restarted IB
and PB; I am doing all the things I know are not about what it is
about.
any leads ?
ciao,
Joost.
-------------------------------------------
Joost Rekveld
----------- http://www.lumen.nu/rekveld
-------------------------------------------
"The mystery of the world is the visible, not the invisible"
(Oscar Wilde)
-------------------------------------------
_______________________________________________
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.
_______________________________________________
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.