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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden