• 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
Text Wrap in NSBeginCriticalAlertSheet
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Text Wrap in NSBeginCriticalAlertSheet


  • Subject: Text Wrap in NSBeginCriticalAlertSheet
  • From: John Nairn <email@hidden>
  • Date: Mon, 19 Dec 2005 08:03:45 -0700

Recently the messages displayed in NSBeginCriticalAlertSheet have stopped wrapping text. I am sure they used to wrap fine but now they no longer do and full string messages can not be read. The call is

- (void)displayFailed:(id)localException
{
NSString *errMsg = [NSString stringWithFormat:
NSLocalizedString(@"'%@' could not be formatted for display",
@"Message when can not build custom view for a record"),
[theRecord viewName]];
NSBeginCriticalAlertSheet(errMsg, nil, nil, nil, [self window], self, nil,
@selector(closeOnError:returnCode:contextInfo:),
nil, @"%@", localException);
}

---------------
John Nairn (1-801-581-3413, FAX:1-801-581-4816)
Web Page: http://www.mse.utah.edu/~nairn

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: Text Wrap in NSBeginCriticalAlertSheet
      • From: Uli Kusterer <email@hidden>
  • Prev by Date: Re: NSWindowDidBecomeKeyNotification equivalent for NSView?
  • Next by Date: Re: NSWindowDidBecomeKeyNotification equivalent for NSView?
  • Previous by thread: Re: NSWindowDidBecomeKeyNotification equivalent for NSView?
  • Next by thread: Re: Text Wrap in NSBeginCriticalAlertSheet
  • Index(es):
    • Date
    • Thread