Wednesday, October 10, 2007

Actipro Wizard - WPF .NET Control

Actipro Wizard is the premiere control for building wizard dialogs in Windows Presentation Foundation (WPF) that conform to the Wizard97 specification.

Wizard has been designed from the ground up to follow WPF best practices, be extremely configurable, and dramatically cut down on the time needed to implement a robust wizard dialog. From simple linear sequences of pages to more advanced decision-based page execution paths, Wizard can handle it all. It provides an amazing number of features that make the design and run-time experience for the developer and end user a positive one.

Latest News about Actipro Wizard - WPF .NET Control

Version 2 now released - posted 7/4/2007

A new major release of Wizard (for WPF) is now available.

Updates include:
Appearance Features
  • Numerous built-in animated page transition effect options including:
    • None - Instant page change.
    • Barn door wipe - A wipe transition between two pages that uses two straight bars with a configurable gradient spread.
    • Bar wipe - A wipe transition between two pages that uses a straight bar with a configurable gradient spread.
    • Box wipe - A wipe transition between two pages that uses a box.
    • Fade - The old selected page fades into the new one with optional blur effect.
    • Faded zoom - A crossfade transition between two elements that zooms the new content in as well.
    • Four box wipe - A wipe transition between two pages that uses four boxes.
    • Slide - A slide transition between two pages that moves one page over the other.
    • Push - A slide transition between two pages that pushes one page out of the way for the other.
    • Wedge wipe - A wipe transition between two pages that uses a wedge shape.
  • Ability to create custom page transition effects.
  • Randomly choose between multiple transitions or write custom logic to choose transitions for each page change.
  • Page transition duration and effect direction options.
  • Page transitions capable of reversing for backwards progress through pages.
  • Built-in default styles and templates for exterior and interior pages.
  • Ability to create custom styles and templates for any page as well as override defaults.
  • Ability to create custom styles and templates for the button container area to completely change its look and/or contents.
  • Ability to use custom button container templates to do things like align the Help button on the right side, or show the Finish button in the same space as the Next button.
  • Create completely custom page designs.
Navigation Features
  • WPF commands defined for going to the next or previous pages.
  • WPF commands for jumping forward to or backwards to a specific page, as indicated by its direct reference, name, or index.
  • Any wizard command can be assigned to custom controls such as Buttons, Hyperlinks, or MenuItems.
  • Default page sequencing which visits pages in their order by index can be overridden to support decision-based branching of page execution paths.
  • The next and previous pages for each page can be explcitly set by a direct reference, name, or index.
  • Two types of backwards progress page sequencing, normal and stack-based.
  • Disable pages to have Wizard skip over them when using default page sequencing.
  • Ability to programmatically get/set the selected page by reference or index.
  • Process selection changing/changed events at the general Wizard or WizardPage-specific levels.
  • Selection change events specify what caused the change, which pages are changing, and allow you to cancel the change or choose a new destination page.
  • Validate data on a page in the selection changing event.
  • Differentiation between forward and backward progress through wizard pages.
  • Easily navigate through pages using the mouse and/or keyboard forward/back buttons.
Layout, Globalization, and Accessibility Features
  • Adheres to the Wizard97 specification.
  • Easily create wizard user interfaces in XAML markup.
  • All parts of the wizard use automatic layout so that they are capable of growing as needed.
  • Right-to-left support is fully integrated for languages such as Hebrew or Arabic.
  • All text properties use localization attributes.
  • Follows the WPF accessibility model for UI automation.
Code and Requirements
  • Includes detailed documentation and a sample project that demos nearly every feature.
  • Wizard is written in 100% pure C# and is based on the Windows Presentation Foundation framework.
  • Requires the .NET 3.0 run-time framework.
  • Full XAML support and XBAP compatibility.
  • Visual Studio 2005 with "Orcas" extensions are highly recommended for development using this product.

No comments: