• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: RE: Formatter for NSTableView[Solved]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: RE: Formatter for NSTableView[Solved]


  • Subject: RE: RE: Formatter for NSTableView[Solved]
  • From: "Peter Karlsson" <email@hidden>
  • Date: Thu, 21 Oct 2004 20:57:09 +0200

It works, nice.

I just connected my controller to the formatter in IB and used this line in
awakefromnib:

[[[[soundsquidWindow_DeviceTableviewOutlet tableColumns] objectAtIndex:0]
dataCell] setFormatter:PartFieldFormatter];

Peter


Ursprungligt meddelande

> Can someone please tell me what I need to do to connect my formatter to my
> tableview? I have tried the following code but I can't get it to work.
>
> [[[[soundsquidWindow_DeviceTableviewOutlet tableColumns] objectAtIndex:0]
dataCell] setFormatter:PartFieldFormatter];
>
> Ursprungligt meddelande
>
> > Dear list!
> >
> > I have a formatter for my NSTextField that works exactly as I want. It's
> > done by subclassing NSFormatter. Most of the work is done in
> > isPartialStringValid.
> >
> > Can I use the same formatter for my NSTableView? So the user can edit a
> row
> > in the table and my formatter checks every keypress?
> >
> > Best regards Peter
> >
> > _______________________________________________
> > 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
> >
>
> _______________________________________________
> 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
>

_______________________________________________
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

  • Follow-Ups:
    • Re: Formatter for NSTableView[Solved]
      • From: Jonathan Jackel <email@hidden>
  • Prev by Date: Auto-resize NSTableView Row
  • Next by Date: Fuzzy string searching. String distance algorithm based on a tree technique?
  • Previous by thread: Auto-resize NSTableView Row
  • Next by thread: Re: Formatter for NSTableView[Solved]
  • Index(es):
    • Date
    • Thread