[solved] Re: NSImage leaks open file in 10.8.2?

2013-02-15 Thread norbert
GC, and non ARC. > > Is that a new "feature" of Mountain Lion? > > The problem is that my software deals with a LOT of files, and so it would be > nice to keep the number of open files as small as possible at any time. > > And ideas? Norbert M. Doerner ndoer...@w

NSImage leaks open file in 10.8.2?

2013-02-13 Thread norbert
C, and non ARC. Is that a new "feature" of Mountain Lion? The problem is that my software deals with a LOT of files, and so it would be nice to keep the number of open files as small as possible at any time. And ideas? Thank you! Norbert M. Doerner ndoer...@wfs-apps.de CEO, West-F

Cocoa-dev Digest, Vol 8, Issue 979

2011-12-21 Thread norbert
Send Cocoa-dev mailing list submissions to cocoa-dev@lists.apple.com To subscribe or unsubscribe via the World Wide Web, visit http://lists.apple.com/mailman/listinfo/cocoa-dev or, via email, send a message with subject or body 'help' to cocoa-dev-requ...@lists.apple.com Y

Cocoa-dev Digest, Vol 8, Issue 979

2011-12-21 Thread norbert
Send Cocoa-dev mailing list submissions to cocoa-dev@lists.apple.com To subscribe or unsubscribe via the World Wide Web, visit http://lists.apple.com/mailman/listinfo/cocoa-dev or, via email, send a message with subject or body 'help' to cocoa-dev-requ...@lists.apple.com Y

Cocoa-dev Digest, Vol 8, Issue 979

2011-12-21 Thread norbert
Send Cocoa-dev mailing list submissions to cocoa-dev@lists.apple.com To subscribe or unsubscribe via the World Wide Web, visit http://lists.apple.com/mailman/listinfo/cocoa-dev or, via email, send a message with subject or body 'help' to cocoa-dev-requ...@lists.apple.com Y

Cocoa-dev Digest, Vol 8, Issue 979

2011-12-21 Thread norbert
Send Cocoa-dev mailing list submissions to cocoa-dev@lists.apple.com To subscribe or unsubscribe via the World Wide Web, visit http://lists.apple.com/mailman/listinfo/cocoa-dev or, via email, send a message with subject or body 'help' to cocoa-dev-requ...@lists.apple.com Y

Cocoa-dev Digest, Vol 8, Issue 979

2011-12-21 Thread norbert
Send Cocoa-dev mailing list submissions to cocoa-dev@lists.apple.com To subscribe or unsubscribe via the World Wide Web, visit http://lists.apple.com/mailman/listinfo/cocoa-dev or, via email, send a message with subject or body 'help' to cocoa-dev-requ...@lists.apple.com Y

Re: Validating dictionary strings file

2011-11-21 Thread Norbert M. Doerner
fied by some "other platform" text editor, messing with the line endings. When I changed these, plutil finally gave me the exact line number of the problem. Also, for good measure, make sure the strings file ends with an empty line, too. Yours, -- Norbert M. Doerner CEO, West-Forest

Re: Quicklook not working for network volume items

2011-10-05 Thread Norbert M. Doerner
#x27;s quicklook preview properly. Do you get any error messages in Console.app when you try to display the network file in Quicklook? I have found that this framework sometimes emits helpful messages if there are problems... Yours, -- Norbert M. Doerner CEO, West-Forest-Systems In der Trift 13

Re: Sandboxing and file references

2011-09-23 Thread Norbert M. Doerner
nd opens it for you when you open a document. With Sandbox, that is not possible, so the user has to do that manually, every time the document is opened. What a nightmare. Yours, -- Norbert M. Doerner CEO, West-Forest-Systems In der Trift 13 56459 Langenhahn, Germany Fon: +49 (2663) 9

Re: Contextual menu commands in the Finder

2011-02-16 Thread Norbert M. Doerner
No, sorry, you can't really do this to that file." -- David Catmull uncom...@uncommonplace.com -- Norbert M. Doerner CEO, West-Forest-Systems In der Trift 13 56459 Langenhahn, Germany Fon: +49 (2663) 91 70 128 (Central European Time Zone...) Fax: +49 (2663) 91 70 126 AIM (iCha

Re: How to find all clipping siblings for a view?

2010-04-16 Thread Norbert M. Doerner
their subviews as well, such as NSTabView, which has its own mySubViews = [aTabView tabViewItems]; Alternatively, consider drawing your stuff into an NSImage and use an image view to let Cocoa do all the magic for you... Yours, -- Norbert M. Doerner CEO, West-Forest-Systems In der Trift 13

IKImageBrowserView - Rename item?

2010-02-25 Thread Norbert M. Doerner
you very much! -- Norbert M. Doerner ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your

Re: NSTreeControllerTreeNode not documented?

2008-06-08 Thread Norbert Heger
On Jun 8, 2008, at 11:28 , Joan Lluch (casa) wrote: An NSOutlineView which is binded to a NSTreeController gives instances of NSTreeControllerTreeNode in the item (or items) parameter of their datasource or delegate methods. For example: - (BOOL)outlineView:(NSOutlineView *)outlineView wr