Actipro WPF Studio adds 2D QR Code

Released: Feb 28, 2011

Updates in this release

Updates in 2011.1

  • 2D QR Code
    The Bar Code product now includes a complete QR Code implementation that fully adheres to standards and allows you to code an enormous amount of data since it is two-dimensional.
  • Complete MVVM Support
    New updates effectively let DockSite behave like an ItemsControl. It can now bind to a collection of view models. Each view model auto generates a docking window as a container (overridable in the same way you can with ItemsControl) that will wrap the view model and display content for it.
  • Prism 2.2 and 4.0 Integration
    Added the Docking/Prism Interop assembly, which includes a region adapter for the DockSite control. Once the region adapter has been registered, the DockSite can be registered/named as a region, and you can add one or more views to it. By default, the views will become documents (i.e. DocumentWindows) in the DockSite. This can be altered by adding some metadata to tell the adapter whether you want the specified view to become a document or tool.
  • Calculator Control
    The new Calculator control can be used by end-users to interactively calculate numeric values. It supports all the standard calculator functions, including: memory saving/recalling, square root, and inverse. Three different display modes are available to show more or less functionality.
  • Rating Control
    The new Rating control inherits from ItemsControl and renders glyphs that can be used present an average rating or collect a user rating.
  • Web Languages Add-on Updates
    The XML schema resolver now supports a default namespace, meaning that a xmlns attribute is not required on the XML’s root element to get automated IntelliPrompt to work based on a schema.
  • Easy Parsing of Text Strings
    Added a new SyntaxLanguageParsingExtensions.Parse extension method for ISyntaxLanguage that uses the language's IParser to parse specified text in the calling thread and return the IParseData result. This feature makes it easy to parse a code snippet.
  • Squiggle Lines at Document End
    Squiggle lines now can render at the document end, which is a common syntax error location when typing near the end of a document.
  • Performance Enhancements
    Actipro has implemented some major performance improvements in several areas of the product and in the Web Languages Add-on.
  • FanPanel Control
    The new FanPanel control allows child elements to be positioned in sequential order along the z-axis, while keeping a focal item centered in the view. Additionally, items below or above the focal element can be easily faded, rotated, or offset using customizable properties, providing for some visually appealing layouts.