• 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: Transparant button click
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transparant button click


  • Subject: Re: Transparant button click
  • From: Graham Cox <email@hidden>
  • Date: Sat, 28 Aug 2010 10:30:22 +0200

On 27/08/2010, at 10:18 PM, Erik Colson wrote:

> Hi,
>
> What would be the best way to create a button with a partially transparent image on a nsview that would only respond to mouse clicks that are on the non-transparent part of the image ?


This NSImage method is the only one built-in that offers this kind of hit-test functionality (10.6 only). You could build your button around it. But for earlier OS versions you have to do the hit-test yourself. This involves testing the point against the alpha channel value of the image at that point.

- (BOOL)hitTestRect:(NSRect)testRectDestSpacewithImageDestinationRect:(NSRect)imageRectDestSpacecontext:(NSGraphicsContext*)referenceContexthints:(NSDictionary *)hintsflipped:(BOOL)flipped

--Graham_______________________________________________

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: Transparant button click
      • From: Andreas Mayer <email@hidden>
References: 
 >Transparant button click (From: Erik Colson <email@hidden>)

  • Prev by Date: Re: [Solved] Troubles with custom view inside NSScrollView
  • Next by Date: Re: Changing tabview tab order with IB 3.2.3
  • Previous by thread: Transparant button click
  • Next by thread: Re: Transparant button click
  • Index(es):
    • Date
    • Thread