Ask a Question related to Mac Programming, Design and Development.
-
Simon Slavin #1
Cocoa: put returns in NSString to keep it to a certain width
I have an NSString. Sometimes it contains only a tiny bit of text
but sometimes it's more than that. If it'll be wider than a
certain amount I want to display it on multiple lines. I know what
font, etc. it'll be drawn in.
How do I figure out where to put the returns ? Is there a function
which will wrap the string for me or tell me where to wrap it ?
Simon Slavin Guest
-
#26132 [Opn->Bgs]: pg_fetch_object returns NULL on serial and INT in record but returns strings NP
ID: 26132 Updated by: iliaa@php.net Reported By: steven at pearavenue dot com -Status: Open +Status: ... -
#26132 [Opn]: pg_fetch_object returns NULL on serial and INT in record but returns strings NP
ID: 26132 User updated by: steven at pearavenue dot com Reported By: steven at pearavenue dot com Status: Open Bug... -
NSString in NSDateFormat'ed cell
Hi, can anyone suggest a quick way to show an NSString in an NSTableView cell that has been formatted as an NSDateFormat ? It's a dynamic special... -
NSString -> c string warning
In <clund-E17CA6.11533517082003@amstwist00.chello.com> C Lund wrote: Because you didn't say const. m. -- matt neuburg, phd =... -
Escape sequence for unicode characters in NSString
What is the escape sequence for a unicode character in an NSString? I want to do something like NSString *stuff = @"The Greek letter Beta looks... -
Uli Kusterer #2
Re: Cocoa: put returns in NSString to keep it to a certain width
In article <BB8179069668744F7C@10.0.1.2>,
[email]slavins@hearsay.demon.co.uk[/email]@localhost (Simon Slavin) wrote:
Just display it in an NSTextView or NSTextField that you've set to wrap> I have an NSString. Sometimes it contains only a tiny bit of text
> but sometimes it's more than that. If it'll be wider than a
> certain amount I want to display it on multiple lines. I know what
> font, etc. it'll be drawn in.
its text. Then it'll automatically wrap.
Uli Kusterer Guest
-
Simon Slavin #3
Re: Cocoa: put returns in NSString to keep it to a certain width
In article <witness-373B69.02450008092003@news.t-online.com>,
Uli Kusterer <witness@t-online.de> wrote:
Then how do I look at it and see where it was wrapped ?> [email]slavins@hearsay.demon.co.uk[/email]@localhost (Simon Slavin) wrote:
>>>> I have an NSString. Sometimes it contains only a tiny bit of text
>> but sometimes it's more than that. If it'll be wider than a
>> certain amount I want to display it on multiple lines. I know what
>> font, etc. it'll be drawn in.
>Just display it in an NSTextView or NSTextField that you've set to wrap
>its text. Then it'll automatically wrap.
I can't use those things as the ultimate destinations for it,
I have to take the wrapped string and do more things with it.
Simon Slavin Guest



Reply With Quote

