Newbie: Problem with second nib.
Newbie: Problem with second nib.
- Subject: Newbie: Problem with second nib.
- From: Marcus Pedersén <email@hidden>
- Date: Sun, 17 Sep 2006 14:09:33 +0200
Hi!
I have made a second nib and when I send messages to the controller
class nothing happens.
cont = [[nibController alloc] init];
if (![NSBundle loadNibNamed:@"secondNib" owner:cont]) {
NSLog(@"Error loading Nib for document!");
}
else{
[cont hideDateTime: YES];
};
In the method hideDateTime: BOOL, I hide a couple of NSTextFields but
this does not happen with the above code. If I asign a button in my
secondNib the same call to hideDateTime: it works fine.
I can not get the hang of it.
Please, help!
Many thanks!
Marcus
_______________________________________________
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