Re: Adding view
Re: Adding view
- Subject: Re: Adding view
- From: Dan Saul <email@hidden>
- Date: Mon, 21 Feb 2005 13:30:23 -0600
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
>
_______________________________________________
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