Re: restricting #of chars entered into a table cell
Re: restricting #of chars entered into a table cell
- Subject: Re: restricting #of chars entered into a table cell
- From: Chris Hanson <email@hidden>
- Date: Fri, 16 Jul 2004 07:45:40 -0700
On Jul 16, 2004, at 6:38 AM, John Spicer wrote:
Is there a way to limit the number of characters input? The data will
end up in a database table, with field sizes. I have read through what
I THINK are the relevant APIs and have not seen a way to do this.
Nor have I seen it via Interface Builder, unless you can do it somehow
with formatters.
You can create a formatter that will allow you to restrict input
arbitrarily. It's even pretty easy to create a custom palette so you
can configure your custom formatter directly in Interface Builder.
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.