Re: HICocoaView compatible with auto layout?

2018-02-23 Thread Rob Petrovec
I would expect 32Bit only projects to not compile in 10.14 & 32/64bit projects to auto-switch to build as 64Bit only. I’m not sure if 32-bit apps built on older OS's will continue to run on 10.14 though. They have been saying this change would come for years now. I think we’ve had enough time

Re: Cocoa application menu, standard items (Hide Others etc)

2018-08-22 Thread Rob Petrovec
You should use a .xib instead of creating the menu bar programatically. Create a new Cocoa App in Xcode and it will have all of what you seek pre-configured in a .xib with no code needed. —Rob > On Aug 22, 2018, at 2:14 PM, Lars C. Hassing wrote: > > In decarbonizing I have now come to crea

Re: Cocoa application menu, standard items (Hide Others etc)

2018-08-22 Thread Rob Petrovec
ou to localize your .nib/xib for each >> supported language. I think you can find our recommendation translation >> glossaries here: https://developer.apple.com/download/more/?=Glossaries >> <https://developer.apple.com/download/more/?=Glossaries>. If you don’t use a >&g