Re: Problems with custom NSView subclass, IBPalette, and bindings support
Re: Problems with custom NSView subclass, IBPalette, and bindings support
- Subject: Re: Problems with custom NSView subclass, IBPalette, and bindings support
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 27 Jan 2005 11:37:09 -0800
On Jan 27, 2005, at 10:47 AM, Sean McBride wrote:
One thing I could not figure out how to do, and I don't see anything
in your code that does it either, is how to get the
'NSAllowsEditingMultipleValuesSelection' option in IB.
In MyDocument.m you do:
NSMutableDictionary *options =
[NSMutableDictionary dictionaryWithObject:
[NSNumber numberWithBool:YES]
forKey:@"NSAllowsEditingMultipleValuesSelection"];
[shadowInspector bind: @"offset"
toObject: graphicsController
withKeyPath:@"selection.shadowOffset"
options:options];
But with your or my palette I don't see any checkbox for
'NSAllowsEditingMultipleValuesSelection'. For NSTextField I do see it.
How does one tell IB to make these options available?
Using a private dictionary available only internally to IB...
Feel free to submit a duplicate enhancement request :-)
mmalc
_______________________________________________
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