• 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: Problems with custom NSView subclass, IBPalette, and bindings support
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Problems with custom NSView subclass, IBPalette, and bindings support (From: "Sean McBride" <email@hidden>)

  • Prev by Date: Window backing store types
  • Next by Date: Re: Window backing store types
  • Previous by thread: Re: Problems with custom NSView subclass, IBPalette, and bindings support
  • Next by thread: OpenGL 3D textures example in Cocoa?
  • Index(es):
    • Date
    • Thread