custom view resizing issue on custom IBPalette
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