Re: NSTextField doesn't work as it does in Mail or most apps?
Re: NSTextField doesn't work as it does in Mail or most apps?
- Subject: Re: NSTextField doesn't work as it does in Mail or most apps?
- From: John Pannell <email@hidden>
- Date: Mon, 29 Aug 2005 12:14:55 -0600
In IB, select your text field and view the attributes in the
Inspector panel. The Layout attribute should be set to
"Scrollable". Make sure you are not changing this attribute with
setScrollable: in your code. I believe the scrollable refers to
scrolling sideways, not up and down scrolling, which would be
impossible for a text field.
HTH!
John Pannell
Positive Spin Media
http://www.positivespinmedia.com
On Aug 29, 2005, at 11:54 AM, Theodore H. Smith wrote:
When entering data into a text field and the character string
exceeds the width of the box, the cursor does not remain visible.
Basically you are typing outside of the visible bounds.
How do you make the NSTextField work like you see it working in
most Cocoa apps, and scrolling?
--
http://elfdata.com/plugin/
What does our work achieve, if it's not making the world a happier
place?
http://www.whatnextjournal.co.uk/Pages/Next/Happiness.html
When's the last time you thought deeply about how to improve our
lives?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40positivespinmedia.com
This email sent to email@hidden
_______________________________________________
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