Adding view
Adding view
- Subject: Adding view
- From: Tony Cate <email@hidden>
- Date: Mon, 21 Feb 2005 12:58:10 -0600
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