Re: NSTextFields
Re: NSTextFields
- Subject: Re: NSTextFields
- From: Ken Ferry <email@hidden>
- Date: Thu, 30 Sep 2004 05:30:51 -0400
On Wed, 29 Sep 2004 12:13:08 +0100, Nuno Martins
<email@hidden> wrote:
> Hi,
>
> If I set a string in a NSStringField (with setStringValue) and if this
> string is too long, some characters aren't visible. Does anybody known
> how can I set a NSStringField to show invisible characters (last
> characters of string).
>
> Thanks
Are you after -[NSText scrollRangeToVisible:] perhaps? Try something like
[[window fieldEditor:YES forObject:textField] scrollRangeToVisible:range];
-Ken
_______________________________________________
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
References: | |
| >NSTextFields (From: Nuno Martins <email@hidden>) |