Off Topic: selling a product line

2008-05-07 Thread Kimo
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

Sending an image to Preview to preview the image

2008-05-06 Thread Kimo
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

NSMenuItem view bug with status bar menu

2008-04-14 Thread Kimo
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

ERROR: __CFURLCache::StepSQLStatement

2008-04-01 Thread Kimo
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

Core Data and retain count

2008-03-02 Thread Kimo
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

Predicate works with array controller but not fetch request

2008-02-21 Thread Kimo
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