• 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: How do I trigger IBAction with custom "button" based on NSView...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I trigger IBAction with custom "button" based on NSView...


  • Subject: Re: How do I trigger IBAction with custom "button" based on NSView...
  • From: "I. Savant" <email@hidden>
  • Date: Thu, 3 Jan 2008 14:51:23 -0500

> I have an NSView that has custom drawing and "hotspot". I want to be
> able to connect it to an IBAction function on my controller. However,
> in my hitTest (or mouseDown), I need to somehow trigger any attached
> action.

  Your problem is that you're fighting the frameworks. Create your own
custom NSButton/NSButtonCell classes, move your drawing routines to
the cell class, and be done with it. It's *not* that much harder and
you get all the free, wonderful things that come with a
much-better-designed UI element than a simple NSView with an
overridden -mouseDown: method could give you.

  Oh, and read up on the Target/Action mechanisms in Cocoa.

--
I.S.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How do I trigger IBAction with custom "button" based on NSView...
      • From: Nat Edar <email@hidden>
References: 
 >How do I trigger IBAction with custom "button" based on NSView... (From: Nat Edar <email@hidden>)

  • Prev by Date: How do I trigger IBAction with custom "button" based on NSView...
  • Next by Date: Re: How do I trigger IBAction with custom "button" based on NSView...
  • Previous by thread: How do I trigger IBAction with custom "button" based on NSView...
  • Next by thread: Re: How do I trigger IBAction with custom "button" based on NSView...
  • Index(es):
    • Date
    • Thread