• 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
NSView colors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSView colors


  • Subject: NSView colors
  • From: Ashley Perrien <email@hidden>
  • Date: Fri, 25 Jul 2008 16:40:59 -0500

I have a custom NSView that contains as an instance variable a color. If I set the color in init as lineColor = [NSColor blueColor]; all is well. If instead I use [NSColor colorWithCalibratedRed: 0.5 green: 0.5 blue: 1.0 alpha: 1.0], the program crashes if I try and access or change the color later. The initial draw using it is just fine. But the next time it's redrawn or if I change the color, everything crashes. I have the exact same problem in 2 completely different applications. I'd like to be able to initialize the colors with something other than the default redColor, blueColor, etc. I've also tried one or two of the other ways to specify values and have had the same problem. Any ideas on what's going on?

Ashley Perrien
_______________________________________________

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: NSView colors
      • From: Graham Cox <email@hidden>
    • Re: NSView colors
      • From: Greg <email@hidden>
  • Prev by Date: Can't get NSScrollView to resize properly
  • Next by Date: Re: NSView colors
  • Previous by thread: Re: Can't get NSScrollView to resize properly
  • Next by thread: Re: NSView colors
  • Index(es):
    • Date
    • Thread