Thank you Alex.
I forwarded that information to the people at FireTask.
Antonio
On Jul 31, 2014, at 8:05 AM, Alex Hall wrote:
> Tell them to use, or subclass, Cocoa's native date picker. That should give
> them all the accessibility for free. If it has to be a completely custom UI
> contro
Tell them to use, or subclass, Cocoa's native date picker. That should give
them all the accessibility for free. If it has to be a completely custom UI
control class, though, they should look at the NSAccessibility classes and
adopt the proper role, state, and so on for their custom picker.
On J
Hi all,
I use a task management app called FireTask. Most all elements of the app are
accessible, except for a date picker where one can set deadlines for his tasks.
I wrote to the developer, and they are asking how they can make the app more
accessible with VoiceOver.
I would appreciate .your