Re: keyboard focus handling in custom controls

2018-09-10 Thread Ken Thomases
>> On 10 Sep 2018, at 13:21, iain > > wrote: >>> >>> I have an application, which has 3 controls >>> >>> [button] [custom view] [button] >>> >>> I’ve set the NextKeyView of each of them to the control to the right >>> [button] -> [custom view] -> [button] >>>

Re: keyboard focus handling in custom controls

2018-09-10 Thread iain
> On 10 Sep 2018, at 2:19 pm, Alastair Houghton > wrote: > > On 10 Sep 2018, at 13:21, iain > wrote: >> >> I have an application, which has 3 controls >> >> [button] [custom view] [button] >> >> I’ve set the NextKeyView of each of them to the control to the

Re: keyboard focus handling in custom controls

2018-09-10 Thread Alastair Houghton
On 10 Sep 2018, at 13:21, iain wrote: > > I have an application, which has 3 controls > > [button] [custom view] [button] > > I’ve set the NextKeyView of each of them to the control to the right > [button] -> [custom view] -> [button] > > And the tab and shift tab works between them as

keyboard focus handling in custom controls

2018-09-10 Thread iain
Hi, I have an application, which has 3 controls [button] [custom view] [button] I’ve set the NextKeyView of each of them to the control to the right [button] -> [custom view] -> [button] And the tab and shift tab works between them as expected. The situation gets more complicated because the