Re: Starting out with storyboards (on Mac)

2016-03-05 Thread Daryle Walker
> On Mar 2, 2016, at 2:20 PM, Bill Cheeseman wrote: > > I started playing with OS X storyboards a few weeks ago. It took more time > than it should to figure them out because the documentation is inadequate, > but Google searches led me to lots of helpful third-party articles. At this > point,

State Restoration thinks all my windows closes prior to quit

2016-03-05 Thread Daryle Walker
Default project Xcode 7 with OS X Cocoa app, with Storyboards but without Core Data nor Documents. Somewhere I messed up and State Restoration stopped working correctly. It somehow thinks when quit happens and any open windows get automatically closed that those windows were user-closed instead

Re: Starting out with storyboards (on Mac)

2016-03-05 Thread Bill Cheeseman
> On Mar 5, 2016, at 4:26 AM, Daryle Walker wrote: > > What sites did you find via web-search? The ones I found weren’t that great. The OS X storyboard websites I found helpful include those listed below. The first few are general overviews, and the rest are more narrowly focused on specific

Re: State Restoration thinks all my windows closes prior to quit

2016-03-05 Thread Bill Cheeseman
> On Mar 5, 2016, at 4:36 AM, Daryle Walker wrote: > > Default project Xcode 7 with OS X Cocoa app, with Storyboards but without > Core Data nor Documents. Somewhere I messed up and State Restoration stopped > working correctly. It somehow thinks when quit happens and any open windows > get a

Re: State Restoration thinks all my windows closes prior to quit

2016-03-05 Thread Quincey Morris
On Mar 5, 2016, at 01:36 , Daryle Walker wrote: > > Default project Xcode 7 with OS X Cocoa app, with Storyboards but without > Core Data nor Documents. Somewhere I messed up and State Restoration stopped > working correctly. It somehow thinks when quit happens and any open windows > get autom

Re: Starting out with storyboards (on Mac)

2016-03-05 Thread Gary L. Wade
> On Mar 2, 2016, at 11:20 AM, Bill Cheeseman wrote: > > Broadening my horizons is *always* one of my purposes. Sounds like your book will be getting a sequel by the end of it? Swift Cocoa Recipes for Apple Platforms? -- Gary L. Wade (Sent from my iPad) http://www.garywade.com/ ___

Re: Starting out with storyboards (on Mac)

2016-03-05 Thread Bill Cheeseman
> On Mar 5, 2016, at 1:35 PM, Gary L. Wade wrote: > > On Mar 2, 2016, at 11:20 AM, Bill Cheeseman > wrote: > >> Broadening my horizons is *always* one of my purposes. > > Sounds like your book will be getting a sequel by the end of it? Swift Cocoa > Recipes for

App opens in wrong language on some users' machines

2016-03-05 Thread SevenBits
Some users of my app have reported to me that, despite their Mac being set to English, the program opens in German (it’s always German, never any other language). I have never been able to reproduce this on any Mac I’ve tried on. I’m not sure why the app would open in German. Has anyone here enc

Re: App opens in wrong language on some users' machines

2016-03-05 Thread Quincey Morris
On Mar 5, 2016, at 13:32 , SevenBits wrote: > > Anyone have any pointers of things to try first? Looking in the project in github, I see that en.lproj is missing almost all of the files that the other localizations have. I think the problem is along the lines of the fact that the app *has* an

Re: App opens in wrong language on some users' machines

2016-03-05 Thread Alex Zavatone
On Mar 5, 2016, at 5:05 PM, Quincey Morris wrote: > en.lproj is missing almost all of the files that the other localizations > have. Check to make sure that the files that are supposed to be in English have a check mark that they belong to the English localization. _

Re: App opens in wrong language on some users' machines

2016-03-05 Thread SevenBits
On Saturday, March 5, 2016, Quincey Morris < quinceymor...@rivergatesoftware.com> wrote: > On Mar 5, 2016, at 13:32 , SevenBits > wrote: > > > Anyone have any pointers of things to try first? > > > Looking in the project in github, I see that en.lproj is missing almost > all of the files that the

Re: App opens in wrong language on some users' machines

2016-03-05 Thread Quincey Morris
On Mar 5, 2016, at 14:41 , SevenBits wrote: > > On which Macs would this be the case? It hasn't happened on any of the ones > that I've tried. Is there a documentation page anywhere detailing this? I don’t know. The specific piece of information that would answer this may be tucked away anywhe

Re: App opens in wrong language on some users' machines

2016-03-05 Thread SevenBits
On Saturday, March 5, 2016, Quincey Morris < quinceymor...@rivergatesoftware.com> wrote: > On Mar 5, 2016, at 14:41 , SevenBits > wrote: > > > On which Macs would this be the case? It hasn't happened on any of the > ones that I've tried. Is there a documentation page anywhere detailing this? > >

Re: Starting out with storyboards (on Mac)

2016-03-05 Thread Luther Baker
Thanks for posting those great references Bill! Luther On Sat, Mar 5, 2016 at 1:04 PM Bill Cheeseman wrote: > > > On Mar 5, 2016, at 1:35 PM, Gary L. Wade > wrote: > > > > On Mar 2, 2016, at 11:20 AM, Bill Cheeseman > wrote: > > > >> Broadening my horizons is *alw

Re: App opens in wrong language on some users' machines

2016-03-05 Thread Quincey Morris
On Mar 5, 2016, at 15:21 , SevenBits wrote: > > I did not, mainly because I was under the assumption that you didn't need to > explicitly localize the app in its development language; you could provide > translations for specific languages, and if there wasn't a translation for > the user's la

Re: App opens in wrong language on some users' machines

2016-03-05 Thread Quincey Morris
On Mar 5, 2016, at 17:24 , Quincey Morris wrote: > > the strings themselves are demonstrably different Well, I take this back. The .strings *files* are demonstrably different. Normally, the method for looking up localized strings (-[NSBundle localizedStringForKey:value:table:]) returns the ke

Re: App opens in wrong language on some users' machines

2016-03-05 Thread Ken Thomases
On Mar 5, 2016, at 3:32 PM, SevenBits wrote: > > Some users of my app have reported to me that, despite their Mac being set to > English, the program opens in German (it’s always German, never any other > language). I have never been able to reproduce this on any Mac I’ve tried on. > I’m not s