Wizard with persistence?

Wizard for WPF Forum

Posted 10 years ago by Mike Anderson
Version: 13.2.0592
Avatar

New to Actipro and thinking about using the wizard for a complex application that will invlove many steps where the user may not be able to complete in one session. Anyone ever consider how you might add persistence to the wizard - allow the user to save where they are and continue at a later time? Would this be a complex extension to the Actipro wizard library?

Thanks,

Mike

Comments (2)

Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Mike,

As for saving/restoring data, you could bind your controls to view model properties and then serialize that out somehow and restore it later.  That's more of a general question you could probably find a lot of answers on if you look on Microsoft's or StackOverflow's forums.

As for persistance in the wizard steps, you could just save off the selected page index and then restore that again later on when you reopen the wizard.  That's just a regular int value, so it's easily serialized.


Actipro Software Support

Posted 10 years ago by Mike Anderson
Avatar

That's kind of what I was thinking - just fishing to see if someone had done it and their thoughts on it

   Thanks

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.