Re: make a step-by-step wizard
Re: make a step-by-step wizard
- Subject: Re: make a step-by-step wizard
- From: Sherm Pendley <email@hidden>
- Date: Sun, 14 Jul 2002 02:19:19 -0400
On Sunday, July 14, 2002, at 12:35 AM, Hok Chun So wrote:
If I want to create a wizard which guides user to do sth step-by-step,
how can I do so?
I would arrange the wizard steps as panes in a NSTabView with the tabs
turned off. NSTabView has a number of methods used to select the current
tab.
If it fits the design of the wizard, you could even leave the tabs on,
to allow random access to any wizard step.
The NSTabView's delegate can implement a method that is called to allow
it to veto a switch to a given pane. Another method is called
immediately after a successful switch.
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.