Re: make a step-by-step wizard
Re: make a step-by-step wizard
- Subject: Re: make a step-by-step wizard
- From: Ryan Stevens <email@hidden>
- Date: Sun, 14 Jul 2002 08:34:08 -0700
On Sunday, July 14, 2002, at 03:14 AM, Finlay Dobbie wrote:
On Sunday, July 14, 2002, at 05:35 AM, Hok Chun So wrote:
In a wizard, when user finishes the setting in step 1, user click
"next" and then perform other operation in step 2. But the UI widgets
in the wizard window must be redrawn when user click "next". And the
widgets in step 1 should be cached somewhere.
That means, I have to redraw the contents of the window for step 2
programmatically. Am I correct?
You can just have multiple views and switch them programmatically, like
how System Preferences.app does ;-)
Or, if you're really going for a "wizard" you could use a tabless
tabview - easily created in IB.
_______________________________________________
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.