• 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: Why resizing doesn't work for me ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why resizing doesn't work for me ?


  • Subject: Re: Why resizing doesn't work for me ?
  • From: Greg Titus <email@hidden>
  • Date: Tue, 4 Dec 2001 10:00:05 -0800

On Tuesday, December 4, 2001, at 01:20 AM, kubernan wrote:

Hello,

Because i had no response, i repost the same question : i don't find solution.

If i display more than one instance of the same window and call a resize function in my program,
the second window is resizing instead of the first one.

------ Create.m ---------
- (id)init {

self = [super init];

if (![NSBundle loadNibNamed:@"CreateWindow" owner:self]) {
NSLog(@"Can't launch : CreateWindow.nib");
[self release];
}

}

The only possibility that occurs to me off-hand is that you are calling -init on the same object twice. This would load the nib a second time with the same owner, and the "myParentWindow" variable would get set to the second (last loaded) window, replacing the first window.

Could you share the code that is creating the Create objects?

Hope this helps,
--Greg


  • Follow-Ups:
    • Re: Why resizing doesn't work for me ?
      • From: kubernan <email@hidden>
    • Re: Why resizing doesn't work for me ?
      • From: Edward Moy <email@hidden>
References: 
 >Why resizing doesn't work for me ? (From: kubernan <email@hidden>)

  • Prev by Date: Re: Cursor over links in NSTextView
  • Next by Date: Re: Cursor over links in NSTextView
  • Previous by thread: Why resizing doesn't work for me ?
  • Next by thread: Re: Why resizing doesn't work for me ?
  • Index(es):
    • Date
    • Thread