Re: Adding view
Re: Adding view
- Subject: Re: Adding view
- From: Ryan Stevens <email@hidden>
- Date: Mon, 21 Feb 2005 17:30:39 -0800
Another thing worth checking is the frame..
NSLog(@"%@", NSStringFromRect([progressTitle frame]));
On Feb 21, 2005, at 11:30 AM, Dan Saul wrote:
Are you sure superview points to the right object? NSLog(@"%@"); it.
On Mon, 21 Feb 2005 12:58:10 -0600, Tony Cate <email@hidden> wrote:
I have a couple lines of code that adds a spinning progress indicator
and textField describing what going on. The indicator pops up and is
spinning, but the text field is a no show. Here's the code:
[superview addSubview:progressTitle];
[superview addSubview:progressWheel];
[progressTitle setStringValue:@"Save In Progress"];
[progressWheel startAnimation:nil];
Oddly enough the same code works fine for another method. The only
difference there is it's invoked from a separate thread by a
notification.
Any thoughts on the problem will be appreciated.
_______________________________________________
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