Flutterby™! : If a Cocoa API isn't working

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

If a Cocoa API isn't working

2019-05-08 16:40:07.222101+00 by Dan Lyke 3 comments

If a Cocoa API isn't working, it may be that you're just not calling it enough. Wrapping [view setFrame:...] in a for(...) loop is an OS/X idiom that can solve your problems... #onlyhalfkidding #maybenotevenhalf #onlyaquarter...

[ related topics: Interactive Drama Work, productivity and environment ]

comments in ascending chronological order (reverse):

#Comment Re: If a Cocoa API isn't working made: 2019-05-08 17:57:58.903538+00 by: markd

dispatch_async(mainqueue, ^{ do something that's otherwise misbehaving }); is also a common idiom

#Comment Re: If a Cocoa API isn't working made: 2019-05-08 23:51:33.186941+00 by: Dan Lyke

In particular, this is about an NSOutlineView delegate -outlineView:viewForTableColumn:item and setting the font and size of an NSTextField retrieved from makeViewWithIdentifier:. The first time an outline section is opened up it doesn't work, the second time it works fine. Sigh.

#Comment Re: If a Cocoa API isn't working made: 2019-05-10 15:36:12.769173+00 by: markd

NSOutlineView has always been a bucket of suck.

Add your own comment:

(If anyone ever actually uses Webmention/indie-action to post here, please email me)




Format with:

(You should probably use "Text" mode: URLs will be mostly recognized and linked, _underscore quoted_ text is looked up in a glossary, _underscore quoted_ (http://xyz.pdq) becomes a link, without the link in the parenthesis it becomes a <cite> tag. All <cite>ed text will point to the Flutterby knowledge base. Two enters (ie: a blank line) gets you a new paragraph, special treatment for paragraphs that are manually indented or start with "#" (as in "#include" or "#!/usr/bin/perl"), "/* " or ">" (as in a quoted message) or look like lists, or within a paragraph you can use a number of HTML tags:

p, img, br, hr, a, sub, sup, tt, i, b, h1, h2, h3, h4, h5, h6, cite, em, strong, code, samp, kbd, pre, blockquote, address, ol, dl, ul, dt, dd, li, dir, menu, table, tr, td, th

Comment policy

We will not edit your comments. However, we may delete your comments, or cause them to be hidden behind another link, if we feel they detract from the conversation. Commercial plugs are fine, if they are relevant to the conversation, and if you don't try to pretend to be a consumer. Annoying endorsements will be deleted if you're lucky, if you're not a whole bunch of people smarter and more articulate than you will ridicule you, and we will leave such ridicule in place.


Flutterby™ is a trademark claimed by

Dan Lyke
for the web publications at www.flutterby.com and www.flutterby.net.