Re: Is there a character limit in (NSString* title) and (NSString* message) in NSBeginCriticalAlertSheet dialog?
Re: Is there a character limit in (NSString* title) and (NSString* message) in NSBeginCriticalAlertSheet dialog?
- Subject: Re: Is there a character limit in (NSString* title) and (NSString* message) in NSBeginCriticalAlertSheet dialog?
- From: "Michael Ash" <email@hidden>
- Date: Mon, 20 Oct 2008 10:28:47 -0400
On Sun, Oct 19, 2008 at 11:30 PM, Lance Kwan <email@hidden> wrote:
> Is there a character limit in (NSString* title) and (NSString* message) in NSBeginCriticalAlertSheet dialog?
>
> or there is limited characters for (NSString* message)?
There is no limit aside from the inherent limits created by limited
memory. Of course your user's screen is only so big, and as far as I
know the Cocoa alert functions do not create scroll bars when their
contents get too large, so you'll want to make sure that you keep the
window small enough that the whole thing can be read.
Mike
_______________________________________________
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