Re: NSView setVisible: method -- NOT
Re: NSView setVisible: method -- NOT
- Subject: Re: NSView setVisible: method -- NOT
- From: Greg Hulands <email@hidden>
- Date: Mon, 31 Mar 2003 15:22:19 +1000
Cocoa uses addSubview and removeFromSuperview. I would say applescript
handles this in the background.
On Monday, March 31, 2003, at 12:50 PM, Jeffrey Mattox wrote:
How come AppleScript has a "visible" property for a view that can be
set true/false, but there are no setVisible:(BOOL)flag or isVisible
methods in Cocoa for NSView?
If I do this in AS:
set visible of text field "test" to false
(which set's the NSTextFiled's view to invisible), how do I set it
true in Cocoa?
Jeff
_______________________________________________
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.