Programmatic -setHidden
Programmatic -setHidden
- Subject: Programmatic -setHidden
- From: Ronnie O <email@hidden>
- Date: Sat, 8 Oct 2005 10:33:07 -0400
Hello to all,
I am trying to programmatically hide an NSTextView in a NSWindow but the
textViews are refusing to disappear. I am using:
[textView setHidden:YES];
If I call to the same instance with setString:, I get communication, so I
know I am reaching the view I want. I can also make it disappear through IB
by checking the hidden box, but I need customized hiding. What I do get is
the string that I put there previously disappears, but the view does not. I
also tried:
[textView removeFromSupeview];
and I also get no response. This confusing me because this should be a
pretty straight forward call. Any ideas on why I would get no response from
the programmatic call but the IB check box call works?
Thanks,
Ronnie
_______________________________________________
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