> On Mar 12, 2016, at 3:13 PM, Scott Berry <[email protected]> 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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
