• 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: Exception when entering too big value in text field (with number formatter)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exception when entering too big value in text field (with number formatter)


  • Subject: Re: Exception when entering too big value in text field (with number formatter)
  • From: Nick Zitzmann <email@hidden>
  • Date: Fri, 21 Oct 2011 09:23:34 -0600

On Oct 21, 2011, at 4:13 AM, Antonio Nunes wrote:

> I'm not sure what, if anything, I'm doing wrong, and how to get this setup to function properly. I've done this type of binding before, but never in a popover window. Could it be a framework bug? Any ideas about what might be wrong with the setup, and/or how to solve the issue?

Framework bugs happen, but this:

> 2011-10-21 11:49:49.520 AwesomeApp[35994:707] -[NSPopoverFrame titlebarRect]: unrecognized selector sent to instance 0x1050e7a30

…often happens when an object was deallocated, and then some other object was allocated in its place, and then the original object was addressed after it was deallocated & something else took its place. Try running your code using Instruments' zombies template and then reproducing the problem. If it stops due to a zombie access, and the trace shows the problem happened completely within the AppKit, then it is a framework bug. Otherwise, your code most likely over-released something.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

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: Exception when entering too big value in text field (with number formatter)
      • From: Antonio Nunes <email@hidden>
References: 
 >Exception when entering too big value in text field (with number formatter) (From: Antonio Nunes <email@hidden>)

  • Prev by Date: Prevent table sorting
  • Next by Date: Using version number in code
  • Previous by thread: Exception when entering too big value in text field (with number formatter)
  • Next by thread: Re: Exception when entering too big value in text field (with number formatter)
  • Index(es):
    • Date
    • Thread