Re: Is there anyway to forward these events to my custom buttons?
Re: Is there anyway to forward these events to my custom buttons?
- Subject: Re: Is there anyway to forward these events to my custom buttons?
- From: Chuck Fleming <email@hidden>
- Date: Sun, 29 Feb 2004 11:14:15 -0800
Hi,
In your container view, try adding
- (BOOL)ibSupportsInsideOutSelection;
{
return YES;
}
- (BOOL)canEditSelf
{
return YES;
}
Chuck
On Feb 27, 2004, at 3:24 AM, ayyapu wrote:
Hi,
I have created a IBPalette with a control. The control is a view with
few custom buttons as its subviews.
I didn't get any problem/warnings/errors in creating the IBPalette.
But my real problem started when i added this control to in a sample
application. In the Interface Builder after adding this control to the
window. I am unable to select the custom buttons(subviews of the
control), without which i can't set title and actions to those custom
buttons.
I think Interface Builder is not forwarding the events(like mouse
down) to the subviews(custom buttons).
Is there anyway to forward these events to my custom buttons?
Can anybody help me in this problem?
Thanks in advance
-Ayyapu
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.