• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Adding view
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Adding view (From: Dan Saul <email@hidden>)

  • Prev by Date: Re: KVO and an array of dictionaries
  • Next by Date: NSStepper and NSTextField
  • Previous by thread: Re: Adding view
  • Next by thread: Any examples of Multiwindow Document Apps?
  • Index(es):
    • Date
    • Thread