Re: Sqlite and formatters
Re: Sqlite and formatters
- Subject: Re: Sqlite and formatters
- From: Bergmann Manfred <email@hidden>
- Date: Sun, 11 Dec 2005 20:34:32 +1100
Hi.
A bitmore information would be useful. How do you read the value out
of your sqlite database, what data type do you pass to the
NSTableView, ...
If you have a NSNumberFormatter attached to the NSTableView cell you
should pass a NSNumber instance to the NSTableView, whatever the
source datatype is.
Best regards,
Manfred
Am 10.11.2005 um 09:21 schrieb Sanri Parov:
Hy everybody,
here's another tiny question.
I'm working on MacOS X 10.4 together with a NSTableView and Sqlite.
If I try to add a formatter to a column containing floats from a
sqlite database (even if I know it's typeless), suddenly when
queried the column doesn't display a single number.
If I detach the formatter, everything runs well.
Is this normal?
Is there a way to avoid this?
Many thanks.
--
Sanri Parov from iBook
--
software by MABE
http://www.software-by-mabe.com
_______________________________________________
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