• 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: NSNumberFormatter issue with method -setLocale
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSNumberFormatter issue with method -setLocale


  • Subject: Re: NSNumberFormatter issue with method -setLocale
  • From: Ulf Dunkel <email@hidden>
  • Date: Fri, 25 Feb 2011 10:13:22 +0100
  • Organization: invers Software

Nobody, no hint?

- - - - -

On 24.02.2011 16:44, Ulf Dunkel wrote:
Mac OS 10.6.6 and Xcode 3.2.5:

I am playing with NSNumberFormatter stuff for various custom number edit
fields, which will e.g. be used to auto-format dpi values, degree
values, document measurement values with various format strings, etc.

I currently receive an EXC_BAD_ACCESS, with the following relevant code
lines in the relevant method:

- (id)init
{
    [...]
    [self setFormatterBehavior:NSNumberFormatterBehavior10_4];
    return self;
}

- (void)setNewFormatString
{
    NSLocale *autoLocale = [NSLocale autoupdatingCurrentLocale];
    NSString *localeIdentifier = [autoLocale localeIdentifier];

    NSLog(@"%@", localeIdentifier);  // outputs e.g. "fr_CA"

    [self setLocale:autoLocale];     //<-- EXC_BAD_ACCESS

     // more formatting stuff
    [...]
}

I cannot find what I am doing wrong. Can you help, please?

---Ulf Dunkel
_______________________________________________

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


References: 
 >NSNumberFormatter issue with method -setLocale (From: Ulf Dunkel <email@hidden>)

  • Prev by Date: Re: Help Mixing Objective-C & Objective-C++
  • Next by Date: original image size is not retained when it is exported as PDF using CGImageDestinationRef
  • Previous by thread: NSNumberFormatter issue with method -setLocale
  • Next by thread: Re: NSNumberFormatter issue with method -setLocale
  • Index(es):
    • Date
    • Thread