Re: Accessibility in custom NSControl subclasses

2011-02-28 Thread Stephen Blinkhorn
nevermind, i'm going to post this question on the Accessibility list instead. On 27 Feb 2011, at 19:12, Stephen Blinkhorn wrote: Hello, I make extensive use of custom NSControls in some of my GUIs. Recently I ran into a problem whilst trying to implement accessibility features in these c

Accessibility in custom NSControl subclasses

2011-02-27 Thread Stephen Blinkhorn
Hello, I make extensive use of custom NSControls in some of my GUIs. Recently I ran into a problem whilst trying to implement accessibility features in these controls. I have added the test methods below which work perfectly for custom NSView classes but are not working as expected with c