• 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
custom view resizing issue on custom IBPalette
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

custom view resizing issue on custom IBPalette


  • Subject: custom view resizing issue on custom IBPalette
  • From: marquis logan <email@hidden>
  • Date: Tue, 22 Feb 2005 15:21:13 -0500

hey everybody,

for some reason, when my custom view is dragged to a floating view, it get's told not to resize it's sub views. the routine is being called from:

[NSIBObjectData(NSIBObjectDataFrameworkPrivate) resetViewAutoresizing]

and it's calling:

- [NSView setAutoresizesSubviews: NO];

this does not happen when the custom view is placed onto a window, only when it's placed onto a window less view.

why is this happening, and is there a clean solution to this, other than alway overriding it?:

- (void)setAutoresizesSubviews:(BOOL)flag
{
	[super setAutoresizesSubviews: YES];
}

tia

nibs

_______________________________________________
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


  • Prev by Date: Re: What part of DO don't I understand?
  • Next by Date: Re: Custom radio button failure with bindings
  • Previous by thread: Re: Beginning BEGINNER ques
  • Next by thread: Overlapping sibling subviews recommendations
  • Index(es):
    • Date
    • Thread