Re: NSTextField recieves string but does not display it?

2012-02-05 Thread Erik Stainsby
On 2012-02-04, at 8:38 PM, Quincey Morris wrote: This is all very code-smelly. Here is a longer and more complete explanation of the circumstances. MainMenu.xib web browser window (A) object references to App Delegate, Web Delegate and Rule Editor (WC) The web delegate

TextEdit - Open Recent - slow

2012-02-05 Thread Gerriet M. Denkmann
Since some time when I click in TextEdit: File → Open Recent it takes a long time for the menu to appear. Sometimes 10 seconds, sometimes 7. When I do it again it is faster (but not instantaneous as in all other apps). When I try it again after some time - it is slow again. Is this a known

Re: iCloud sync per app activation

2012-02-05 Thread Martin Hewitson
I'm finishing up a shoebox app now and I do have the option to store things in iCloud or not. My eventual solution to this was to have a preference screen in the app with a single enable iCloud' switch. If you flip it from off to on, or on to off, you get a section of buttons to hit

Re: Is slowing down bindings updates possible?

2012-02-05 Thread Marcel Weiher
On Jan 19, 2012, at 1:33 , Ken Thomases wrote: On Jan 18, 2012, at 6:12 PM, Marcel Weiher wrote: On Jan 14, 2012, at 18:37 , Kyle Sluder wrote: Breaking this pattern should be a conscious decision. I'd say that the opposite is true: in general you should avoid specific model - view

Re: iCloud sync per app activation

2012-02-05 Thread Martin Hewitson
OK, I've perhaps partially answered this myself, but I'd still be very happy to hear any opinions on this. Below is a sample of code which handles the main bits of my solution (error handling etc removed). Does this look reasonable? Still it doesn't handle the question: how to deal with

Re: TextEdit - Open Recent - slow

2012-02-05 Thread Markus Spoettl
On 05.02.12 09:24, Gerriet M. Denkmann wrote: Since some time when I click in TextEdit: File → Open Recent it takes a long time for the menu to appear. Sometimes 10 seconds, sometimes 7. When I do it again it is faster (but not instantaneous as in all other apps). When I try it again after some

Re: Is slowing down bindings updates possible?

2012-02-05 Thread Alex Zavatone
Does the OP mean slowing down binding's updates instead of slowing down bindings updates? The subject doesn't make any sense to me. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to

Re: NSTextField recieves string but does not display it?

2012-02-05 Thread Quincey Morris
On Feb 5, 2012, at 00:18 , Erik Stainsby wrote: The web browser instantiates a subclassed WebView which declares implements: @interface RSSWebView : WebView @property (retain) IBOutlet RSSRuleEditorController * ruleEditor; - (IBAction) quickSetActionSelector:(id)sender; @end

Animating NSSplitView collapse/uncollapse

2012-02-05 Thread Luc Van Bogaert
I've been trying to implement a splitview with animated collapse/uncollapse of one of its subviews. So far without success, although I think I'm very close to a working solution. There's a lot of documentation and sample code on the internet, but none of what I have found seems to fit my needs.

Re: Animating NSSplitView collapse/uncollapse

2012-02-05 Thread Alvaro Costa Neto
Hey Luc, how are you? I had to implement this exact functionality in a commercial project and here is what I've found: - The delegate methods will be called when the animation occurs---continuously. So, if you are limiting the size of one of the subviews via splitView:min/max..., this is

MIME multipart reader/writer code

2012-02-05 Thread Jens Alfke
A few weeks ago someone here was asking about code for reading and writing MIME multipart format. It turned out I needed this too, so I implemented some classes to do the job. They handle streaming of large bodies, so you can upload and download large files without taking up much RAM. They’re

Resetting WindowServer

2012-02-05 Thread Diggory Laycock
Hello, First off, I'd like to apologise for posting a slightly off-topic question. On one of my Macs the WindowServer has gone wrong - it fails to hide NSPanel windows that are set not to 'hide on deactivate' when their parent app is hidden. The windows remain on screen but do not update and

Inverted word index not found. Probably you forgot to run 'indexer -Eblob'.

2012-02-05 Thread stevens
Hi, I'm a newbie to lists.apple.com.I want to search some keywords in http://search.lists.apple.com.After I have entered unknown type name virtual in Search for field, cocoa-dev in Listname matches field,and clicked Search! button,I got an error message Inverted word index not found.