• 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: Custom NSView in IB palette
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Custom NSView in IB palette


  • Subject: Re: Custom NSView in IB palette
  • From: Rolland Bryan <email@hidden>
  • Date: Wed, 23 Nov 2005 16:41:31 +0200
  • Thread-topic: Custom NSView in IB palette

Ok. I discovered how to be a container by reading the archive more carefully
and looking in IBViewProtocol.h and then implementing the following:

- (id)ibNearestTargetForDrag
- (BOOL)ibIsContainer
- (BOOL)ibSupportsInsideOutSelection
- (BOOL)canEditSelf

But I still do not know how to allow the NSView to be dropped onto either
the nib Instances pain or a Window.

On 11/23/05 3:24 PM, "Rolland Bryan" <email@hidden> wrote:

> The standard IB CustomView control features (amongst other things) the
> following behavior:
>
> 1. It can act as a container, nesting other controls, such as buttons,
> tabviews etc.
> 2. It can be dragged into the NIB itself, rather than a Window
> 3. It can be dragged into a Window
>
> I am trying to create my own palette containing an NSView subclass that
> exhibits the same behaviour. By using associateObject:ofType:withView: I can
> achieve 2 with the ofType: parameter set to IBWindowPboardType, and 3 by
> setting it to IBViewPboardType. I can not create a single palette entry that
> will do both, as in the case of customView.
>
> In addition, I do not know how to make it a container.
>
> Can anyone help?
>
> Thanks
> Rolland
>
>  _______________________________________________
> 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

 _______________________________________________
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: 
 >Custom NSView in IB palette (From: Rolland Bryan <email@hidden>)

  • Prev by Date: Re: CoreData Fetch Request Failing When Using NSDate in NSPredicate
  • Next by Date: Re: Automagic instantiation of singletons?
  • Previous by thread: Re: Custom NSView (or NSWindow) in IB palette
  • Next by thread: About RTF and Arial
  • Index(es):
    • Date
    • Thread