make a step-by-step wizard
make a step-by-step wizard
- Subject: make a step-by-step wizard
- From: Hok Chun So <email@hidden>
- Date: Sun, 14 Jul 2002 12:35:09 +0800
Dear all,
If I want to create a wizard which guides user to do sth step-by-step,
how can I do so?
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?
Is there any ways/tricks which can help me to create a wizard using
Interface builder so that Interface builder can create the UI for every
step of the wizard?
Thanks for your help.
Bill So
_______________________________________________
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.