Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Embed in custom HIObject




On Oct 17, 2005, at 4:22 PM, Chris Griffin wrote:

I have created a custom HIObject. It does everything I want it to do just fine except I can't embed into it. I get an errControlIsNotEmbedder. What do I need to do so that I can embed in my custom HIObject?

Presumably you mean an HIObject based HIView. Try this HIView feature bit from HIView.h.

/*
* This view allows subviews to be embedded within it.
*/
kHIViewFeatureAllowsSubviews  = 1 << 1,
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden

This email sent to email@hidden

References: 
 >Embed in custom HIObject (From: Chris Griffin <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.