Re: make a step-by-step wizard
Re: make a step-by-step wizard
- Subject: Re: make a step-by-step wizard
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 14 Jul 2002 11:14:46 +0100
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 ;-)
--
Finlay Dobbie
_______________________________________________
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.