Re: Is NSCollectionView size not controllable in 10.10?

2016-11-04 Thread Steve Mills
On Nov 4, 2016, at 02:56:27, Jean-Daniel wrote: > > I don’t get it. NSCollectionView is a very flexible class. If you are not > happy with the default flow layout, just write your own. > > From the reference: > " • The layout object specifies the position and appearance

Re: Why does default NSDateFormatter in IB ignore thousands separator?

2016-11-04 Thread Alex Zavatone
Is this dependent upon your locale or region at all? I know that switching locales changed our number formatting for dates and times in iOS when we switch our device locale/region between the US, Italy, Canada, Costa Rica, and UK. Can you use a custom formatter? By "honoring" the thousands

Re: Why does default NSDateFormatter in IB ignore thousands separator?

2016-11-04 Thread Richard Charles
> On Nov 4, 2016, at 1:05 PM, Sean McBride wrote: > > Quite a shame, as most developers probably just figure the default number > formatter is the right thing to use, I'd wager that most apps out there are > in fact not rendering numbers in proper localized format. I

Re: Why does default NSDateFormatter in IB ignore thousands separator?

2016-11-04 Thread Sean McBride
On Wed, 2 Nov 2016 11:10:00 -0700, Quincey Morris said: >> Why on Earth does a default NSNumberFormatter ignore the user's >choice? Am I alone thinking this is buggy? > >Going from memory, I think I ran into this too, once. IIRC, the problem >is that one of the necessary parameters (e.g. the

Re: How to ResolvingSymlinksInPath ?

2016-11-04 Thread Charles Srstka
> On Nov 3, 2016, at 10:39 PM, Ken Thomases wrote: > > On Nov 3, 2016, at 10:08 PM, Gerriet M. Denkmann > wrote: >> >> URLByResolvingAliasFileAtURL does almost the same, has no special behaviour >> with “/private”, and

Re: How to ResolvingSymlinksInPath ?

2016-11-04 Thread Charles Srstka
> On Nov 3, 2016, at 10:39 PM, Ken Thomases wrote: > > On Nov 3, 2016, at 10:08 PM, Gerriet M. Denkmann > wrote: >> >> URLByResolvingAliasFileAtURL does almost the same, has no special behaviour >> with “/private”, and