Hi Guys and Gals,
I'm running thru CarLot - Basic Core Data example in Ch11 (3rd Edition btw). The application works allowing me to load and save a dataset. There is, however, one issue. The 2nd column of the tableview "Price" refuses to allow me to enter a value without err'ing with "Formatting Error". The nib in interface builder has a Number Formatter set to style Currency, the underlying Entity table has an attribute named "price" who's type is Decimal.
All as per instructions in the book (as far as I can see) - yet I still run-time issues.
Any help would be appreciated.
Shogo
I'm running thru CarLot - Basic Core Data example in Ch11 (3rd Edition btw). The application works allowing me to load and save a dataset. There is, however, one issue. The 2nd column of the tableview "Price" refuses to allow me to enter a value without err'ing with "Formatting Error". The nib in interface builder has a Number Formatter set to style Currency, the underlying Entity table has an attribute named "price" who's type is Decimal.
All as per instructions in the book (as far as I can see) - yet I still run-time issues.
Any help would be appreciated.
Shogo