• 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: Is there anyway to forward these events to my custom buttons?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Is there anyway to forward these events to my custom buttons? (From: ayyapu <email@hidden>)

  • Prev by Date: Re: NSPasteBoard
  • Next by Date: Re: Preference dialog
  • Previous by thread: Is there anyway to forward these events to my custom buttons?
  • Next by thread: NSMovie and a disabled screensaver?
  • Index(es):
    • Date
    • Thread