it
would cost the company to develop the product themselves from
scratch. Is there a standard method for determining the cost of a
product, possibly similar to appraising the price of a house before
you sell it?
I hope this topic is not too far off-topic. Thanks
My app produces a list of images (NSData format), and I'd like the app
Preview to display the image when the user double-clicks on an image
in my app.
Currently I use NSPerformService as shown below, which works, but
Preview always asks to save the file when you close its window. I've
se
I believe I have found a bug with a menu item view when used in the
status bar menu.
Here's how to recreate the bug. Assume the app MyApp is active and
has a status bar menu, and one of the menu items has a view:
1. Bring another app to the front (such as Safari), and access the
MyApp status
I randomly get the following error message when using my Core Data app
that uses a SQLite store:
ERROR: __CFURLCache::StepSQLStatement - step failed (exceed retry) -
ErrCode: 5
No exceptions are thrown, and nothing else (that I'm aware of) seems
to be effected by this error. Does anyone
I have a Core Data app that has several entities. One entity, Window,
contains several properties such as openAtLaunch, windowName, and
wController. The wController attributes are Transformable, Optional
and Transient. The data are presented on a list, and when the user
double-clicks a r
il;
NSArray *array = [context executeFetchRequest:req error:&error];
return array;
}
Thanks in advance,
Kimo
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Conta