Re: return press and edit text

2016-11-30 Thread J.E. Schotsman
> On 30 Nov 2016, at 22:04, Quincey Morris > wrote: > > For #2, you shouldn’t need to use any delegates. Instead, you need to get the > text field to commit its edit. There is an informal protocol for this > (NSEditor), which text fields conform to. > >

Re: return press and edit text

2016-11-30 Thread Quincey Morris
On Nov 30, 2016, at 10:41 , J.E. Schotsman wrote: > > a hit on return acts on both the default button and a text field that is > being edited in the same window. > > The text field gets the event first, then the OK button, which is probably > what the user wants. I must

Re: Where are the gears?

2016-11-30 Thread Gary L. Wade
That is a bummer that Apple has made so many reusable images available for macOS but not as many for iOS as the original poster wanted. -- Gary L. Wade http://www.garywade.com/ > On Nov 30, 2016, at 9:55 AM, Richard Charles wrote: > > >> On Nov

return press and edit text

2016-11-30 Thread J.E. Schotsman
Hello, Today I hit an old problem again: a hit on return acts on both the default button and a text field that is being edited in the same window. The text field gets the event first, then the OK button, which is probably what the user wants. If I click on OK instead the text edits are ignored

Re: Vertically Centered Colon

2016-11-30 Thread Doug Hill
> On Nov 29, 2016, at 11:06 PM, Alex Zavatone wrote: > > > On Nov 30, 2016, at 12:10 AM, Doug Hill wrote: > >> After some trial and error, I figured out how to accomplish the San >> Francisco font features described below. I updated my document to include >> the code to turn

Re: Where are the gears?

2016-11-30 Thread Richard Charles
> On Nov 30, 2016, at 1:29 AM, Gerriet M. Denkmann wrote: > > I want a UIBarButtonItem with a picture of gears, being used to mean > “Settings”. > This symbol is used by many apps for this function; but I cannot find this > image. > > Where is it hiding? I use this gear

Re: How to detect rotation in progress in viewDidLayoutSubview

2016-11-30 Thread David Duncan
Create and use a subview. There is no significant cost to an additional content-less view. -- David Duncan @ My iPhone > On Nov 30, 2016, at 9:46 AM, Andreas Falkenhahn > wrote: > >> On 29.11.2016 at 22:28 David Duncan wrote: >> >> Correct, because the owning

Re: Gestures cause crash in Sierra

2016-11-30 Thread Tom Doan
ITOT any gesture which could be interpreted as the start of a scroll generated an immediate constrainBoundsRect call with +inf,+inf as the origin (apparently a bug/feature in Sierra). My custom NSClipView wasn't set up to handle the invalid coordinates (it generally passes back whatever is

Re: How to detect rotation in progress in viewDidLayoutSubview

2016-11-30 Thread Andreas Falkenhahn
On 29.11.2016 at 22:28 David Duncan wrote: > Correct, because the owning UIWindow owns the frame of the view > controller’s view, and may change it at any time. > The simplest way to fix your specific issue is to just set the > contentMode to AspectFit. This will automatically center and scale >

Re: Where are the gears?

2016-11-30 Thread Gerriet M. Denkmann
> On 30 Nov 2016, at 15:33, Alex Zavatone wrote: > > I made my own since this has been removed. > > I'll send you a few. Is Illustrator or PDF or PNG OK? Pdf or Png would be fine. Thanks a lot! Kind regards, Gerriet. ___

Re: Where are the gears?

2016-11-30 Thread Alex Zavatone
I made my own since this has been removed. I'll send you a few. Is Illustrator or PDF or PNG OK? On Nov 30, 2016, at 2:29 AM, Gerriet M. Denkmann wrote: > I want a UIBarButtonItem with a picture of gears, being used to mean > “Settings”. > This symbol is used by many apps for this function;

Where are the gears?

2016-11-30 Thread Gerriet M. Denkmann
I want a UIBarButtonItem with a picture of gears, being used to mean “Settings”. This symbol is used by many apps for this function; but I cannot find this image. Where is it hiding? Gerriet. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)