Re: Normalisation of filenames

2017-04-04 Thread Gerriet M. Denkmann
> On 3 Apr 2017, at 05:58, Aki Inoue wrote: > >>> This is the standard Unicode Normalization behavior. Each Unicode character >>> is assigned the Unicode Combining Property, an integer value defining the >>> canonical ordering of combining marks. >>> >>> The Unicode Combining

Is there a way to pluralize menu items?

2017-04-04 Thread Daryle Walker
I have a menu item named like “Remove Item”. But I added support for multiple-selection in the table-view. So is there a way to change the menu item to “Remove Items” when more than one item is selected. I think there’s a “stringdict” format that can handle all sorts of plural rules (some

Re: Auto-layout: how do I make the other side "win"?

2017-04-04 Thread Daryle Walker
> On Apr 3, 2017, at 1:52 PM, Quincey Morris > wrote: > > On Apr 3, 2017, at 08:57 , Daryle Walker > wrote: >> >> When I select the window in the window controller’s scene in the storyboard, >> its content size

Re: Rect for centered text in UILabel?

2017-04-04 Thread Eric Dolecki
Thank you. I should have looked more closely at the docs. RTFM, right?  Get Outlook for iOS On Tue, Apr 4, 2017 at 5:27 PM -0400, "Kyle Sluder"

Re: Auto-sized table cells, for macOS

2017-04-04 Thread Daryle Walker
> On Mar 18, 2017, at 3:21 AM, Quincey Morris > wrote: > > On Mar 17, 2017, at 23:18 , Daryle Walker > wrote: >> >> The table isn’t using the new values, though. > > There’s no direct relationship linking the

Re: Rect for centered text in UILabel?

2017-04-04 Thread Kyle Sluder
On Thu, Mar 30, 2017, at 10:18 AM, Eric E. Dolecki wrote: > I have a very wide UILabel that will take different text over time. > Single > line. No attributed. > > I would like to position an image to the left of the first character in > the > label any time it's updated. So I need to get a

What do the font-related Cocoa Bindings in NSTableView and NSTableColumn do?

2017-04-04 Thread Daryle Walker
Neither class (directly?) has font controls, so would any related binding affect, if anything? Is there a way to affect the font of a table cell via Bindings? The few times I tried, at the NSTextField level (NSTableCellView does not have any font-related Bindings), resulted in Xcode’s XIB

Re: trying to use cached image as background in NSView

2017-04-04 Thread Ken Thomases
On Apr 3, 2017, at 8:54 PM, Patrick J. Collins wrote: > > I have a NSView in which I am drawing a waveform from a buffer. This > NSView has a child playhead element, that I want to move across the > waveform as it plays. The problem is, drawRect: is expensive and