Hello Guest it is April 18, 2024, 08:02:08 AM

Author Topic: Put "Author name" and "Description" in a new wizard.  (Read 2840 times)

0 Members and 1 Guest are viewing this topic.

Put "Author name" and "Description" in a new wizard.
« 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

andrewm

*
Re: Put "Author name" and "Description" in a new wizard.
« Reply #1 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.
Re: Put "Author name" and "Description" in a new wizard.
« Reply #2 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

andrewm

*
Re: Put "Author name" and "Description" in a new wizard.
« Reply #3 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
Re: Put "Author name" and "Description" in a new wizard.
« Reply #4 on: July 13, 2011, 01:08:41 PM »
That's it doc!
Thank you!