Window visiblity and Check Boxes
Window visiblity and Check Boxes
- Subject: Window visiblity and Check Boxes
- From: Martin Weil <email@hidden>
- Date: Sun, 19 May 2002 19:11:04 +0200
Hi!
Ive got two problems:
First:
How do I make an window invisible? I tried [window setVisible:NO]; but that
didnt worked.
Second:
I tried to write a Check Box value into a Boolean
BOOL makeLog;
makeLog = [makeLogCheckBox boolValue];
But I get this error when the action is called:
2002-05-19 19:09:36.990 ThisProgram[6161] *** -[NSButton boolValue]:
selector not recognized
2002-05-19 19:09:36.996 ThisProgram[6161] *** -[NSButton boolValue]:
selector not recognized
Thanks,
Martin
--
http://www.mweil.net
_______________________________________________
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.