Re: Helping an app developer fix accessibility problem with FireTask

2014-07-31 Thread Antonio Guimaraes
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

Re: Helping an app developer fix accessibility problem with FireTask

2014-07-31 Thread Alex Hall
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

Helping an app developer fix accessibility problem with FireTask

2014-07-31 Thread Antonio Guimaraes
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