On Sun, Oct 19, 2008 at 11:30 PM, Lance Kwan <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to