Re: creating an application on the Mac
Re: creating an application on the Mac
- Subject: Re: creating an application on the Mac
- From: Jens Alfke <email@hidden>
- Date: Sat, 12 Mar 2016 15:50:13 -0800
> On Mar 12, 2016, at 3:13 PM, Scott Berry <email@hidden> wrote:
>
> Hello there,
>
> I am wondering if I am creating a wizard because I need to step people through a process of choosing from a few devices on the Mac such as a Victor Stream Reader which is a digital reader for the blind that uses an SD card and a Trekker Breeze GPS which uses and SD card, how do I go about creating different pages of the wizard which are blind friendly.
In the past I’ve implemented wizard/assistant interfaces using an NSTabView, with one page per tab. I configured the view to hide the tabs, and wired the back/forward buttons up to the actions to go to the previous/next tab.
(I don’t know about the accessibility implications, but I assume that as a standard system class, NSTabView is accessible.)
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden