Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: giannis121 on July 13, 2011, 08:39:46 AM

Title: Put "Author name" and "Description" in a new wizard.
Post by: giannis121 on July 13, 2011, 08:39:46 AM
How can i put an "Author name" and a "Description " to a new created wizard?
I can't find any post related...

Regards,
Giannis
Title: Re: Put "Author name" and "Description" in a new wizard.
Post by: andrewm on July 13, 2011, 09:04:40 AM
You just make two labels and write Desc and Author in each with description and author name following each respectively
For Example:
Label 1: Desc Cookie Cutters
Label 2: Author Cookie Monster

These go on the first page and can be placed anywhere as they wont show up on the wizard when its loaded.
Title: Re: Put "Author name" and "Description" in a new wizard.
Post by: giannis121 on July 13, 2011, 10:22:14 AM
Very nice! Thanks!

One more question.
I have a UserDRO 1061.
Each time i restart the wizard, this value goes to 0.
All other DROs are untouched.
Why is that?

Regards
Giannis
Title: Re: Put "Author name" and "Description" in a new wizard.
Post by: andrewm on July 13, 2011, 10:25:53 AM
I'm guessing that its because its a user DRO, but I do have a cure for that as well.
SaveWizard()
This will save all DRO values when you close the wizard
Title: Re: Put "Author name" and "Description" in a new wizard.
Post by: giannis121 on July 13, 2011, 01:08:41 PM
That's it doc!
Thank you!