[Q] using a custom formatter via IB

2009-04-03 Thread Jon C. Munson II
Namaste! I've got a custom formatter for limiting text input to a certain-length string. I did this because the default delayed message of " is too long" isn't exactly a good way to keep our users from shooting themselves in the foot (though I AM glad it is there). Also, writing validation metho

Re: [Q] using a custom formatter via IB

2009-04-03 Thread I. Savant
On Fri, Apr 3, 2009 at 10:43 AM, Jon C. Munson II wrote: > To create this formatter for use in IB, should I go the route of a plug-in? Yes. If you want to be able to set this at design time, you should create an IB plugin containing this formatter. > Is it possible to simply instantiate the o

RE: [Q] using a custom formatter via IB

2009-04-03 Thread Jon C. Munson II
> > On Fri, Apr 3, 2009 at 10:43 AM, Jon C. Munson II wrote: > > To create this formatter for use in IB, should I go the route of a plug- > in? > > Yes. If you want to be able to set this at design time, you should > create an IB plugin containing this formatter. > [Jon C. Munson II] OK, that