Subscribe (RSS)

Quick Links

Recent Posts

Tags

Categories

Archive

About Actipro

Actipro Software has been creating .NET user interface control products for Windows Forms since its inception. More recently, Actipro has become a pioneer in the .NET 3.0 WPF control development arena.
Monday, 10 November 2008 00:24 by Bill Henning

Major new Gauge for WPF features and controls

Our Gauge product has just been updated with two new controls, lots of new features for the existing controls, and several bug fixes.  This update is part of build 4.5.0480 that was released this past Friday.

Here are some details on some of the major new features and controls...

New Features

Logarithmic Scales

The CircularGauge and LinearGauge now support logarithmic scales with a configurable base. Logarithmic scales can be useful when more sensitivity is needs for lower values, since smaller values are spaced further apart.

CircularGaugeLogarithmic

A CircularGauge with a logarithmic scale using a base of 10

Glass Effect and Frames

All the gauge controls allow more customization of the frame rendered. The frame rim is now independent of the frame background, which allows you to mix and match the various effects supported by each. In addition, a new glass effect has been added, which produces a more stunning look.

CircularGaugeGlass     CircularGaugeNoGlass

A CircularGauge shown with (left) and without (right) the new glass effect

Dynamic Sizing

The gauges now support being resized dynamically, so that the inner elements resize proportionally. This is accomplished by specifying percentage-based sizes, but fixed-based sizes can still be used if desired.

DynamicSizeSmall   DynamicSizeLarge

A CircularGauge sized 200x200 (left) and 300x300 (right)

Scrolling Text

The DigitalGauge can now scroll the text displayed to the left or right using a configurable interval. This allows long text to be presented to the end-user using a marquee effect.

Marquee

A DigitalGauge using the new dot matrix character type with scrolling marquee functionality

New Controls

Two new controls come with this update, an Led control and a ToggleSwitch control.

Led Control

The Led control is great for presenting simple state (on, off, blinking) information to the end-user. The led light is fully animated and customizable, with options for the light shape and colors.

Led 

An Led with a red light

ToggleSwitch Control

The ToggleSwitch control works much like the native WPF ToggleButton, but looks like a real-life switch. The switch is fully animated and customizable, with 2 styles to choose from.

ToggleSwitch

A ToggleSwitch with a circular look 

Summary

There are too many other new features to list here, but check out the latest build to try them out for yourselves.

Tags:   ,
Categories:   Actipro | New features | WPF
Actions:   E-mail | Permalink | Comments (0) | Comment RSS



Friday, 24 October 2008 06:24 by Bill Henning

See you at PDC 2008!

PDC

Sunday I'll be getting on a plane to Los Angeles to represent Actipro at this year's Microsoft PDC convention.  Sorry but Actipro won't be having a booth this year.  Instead, I will be focused on being a sponge and picking up information on all the cutting-edge technology coming down the road.  :)

My schedule will primarily focus on the WPF, Silverlight, Visual Studio, and future .NET language enhancement sessions.  I'm really looking forward to seeing what is in development for future releases of WPF and Silverlight.

I'm sure many of our valued Actipro customers will be in attendance at these sessions as well so if you happen to see me around, please feel free to introduce yourself and say hi.  I'll be bumming around with my good friend Eric Smith of Codesmith Tools.  Also feel free to email our sales address (which I will probably continue to monitor) if you'd like to meet up somewhere, and we'll see what we can do.

See you there and enjoy the show!

Bill Henning

Tags:  
Categories:   Actipro | General
Actions:   E-mail | Permalink | Comments (0) | Comment RSS



Wednesday, 15 October 2008 06:33 by Bill Henning

Ribbon and NavigationBar get new Aero themes

The latest maintenance release 4.5.0475 of WPF Studio adds new attractive Aero themes for Ribbon and NavigationBar.  These new Aero themes match great with our other WPF products such as Docking & MDI.

Additionally we've added a Change Theme button to the top of our Sample Browser.  This lets you quickly set the application-wide theme for the Sample Browser.  You can even use the Change Theme button in our XBAP live demos.

Ribbon Aero Theme

AeroRibbon

A RibbonWindow that contains a Ribbon as well as a DockSite with tool and document windows

Note how Ribbon and Docking & MDI now look great together in Aero.  The above screenshot was taken with glass effects disabled so that you can see how RibbonWindow renders with its Aero theme when used on XP systems.

NavigationBar Aero Theme

AeroNavBar

The new NavigationBar Aero theme

Enjoy the updates!

Tags:   , , ,
Categories:   Actipro | New features | Windows Vista | WPF
Actions:   E-mail | Permalink | Comments (0) | Comment RSS



Friday, 3 October 2008 07:53 by Bill Henning

New PropertyGrid features and other WPF Studio build 471 updates

The latest maintenance release of Actipro WPF Studio v4.5.0471 includes several large updates to the PropertyGrid product, several small updates to other WPF Studio products, and a number of brand new QuickStarts for the Sample Browser.

PropertyGrid Features

Filters

The first new PropertyGrid feature is the ability to quickly and easily filter the items presented. We've included several built-in filters for string and boolean properties, as well as filter groups. String filters support everything from Equals to regular expressions and groups can be used to combine any number of filters using AND/OR logic.

PropertyGridBeforeFilter PropertyGridAfterFilter

Shows the PropertyGrid before (left) and after (right) text is typed to filter out properties by name

We designed the filters so that they can readily be used directly from XAML, including support for data binding. Custom filters can be used when the built-in filters are not enough. 

Filters allow users to quickly find a specific item, or they can be used to permanently exclude items from being displayed. 

A common use of filters is to provide a TextBox above the property grid.  When the end user types in text, only the properties whose names contain the text are displayed.  This is displayed in the screenshot above.

Read-Only State

We have also added a read-only state to the PropertyGrid, which is configured using the new IsReadOnly property. Using this new property, all the value editors in the PropertyGrid can be set to prevent changes.

PropertyGridReadOnly

PropertyGrid with the global IsReadOnly flag set to true; note all values are disabled in this mode

Memory Usage and Other Fixes

Several memory issues and other fixes found since the initial product release are also included in this release.

New Demos and QuickStarts

We've added five completely new demos and QuickStarts to this release, along with updating two of our existing QuickStarts with new functionality.

Docking & MDI Custom Docking Windows

We've had several requests to allow our DocumentWindow and ToolWindow controls to be inherited so that they can be defined as their own classes with separate XAML.  There was a core WPF issue that prevented this in the past (styles wouldn't be applied to the inherited controls) however we've found a workaround for this issue and implemented it in build 471.

In addition, we've added a new QuickStart that shows exactly how to define custom DocumentWindow and ToolWindow classes and reuse them in a DockSite.

MonthCalendar Day Highlighting

Another request we've gotten from several customers is to be able to highlight certain days within our MonthCalendar control.  In build 471, we show the implementation of a custom class that highlights certain days. 

MonthCalendar

The MonthCalendar control showing several types of highlighted days

The same concept could be used to highlight holidays, birthdays, etc. in your own applications.

Enjoy the update!

Tags:   , , ,
Categories:   Actipro | New features | WPF | XAML
Actions:   E-mail | Permalink | Comments (0) | Comment RSS



Thursday, 25 September 2008 08:38 by Bill Henning

Want to join our WPF development team?

We're looking to add a part-time consultant to our innovative WPF development team at Actipro.  If you are a young software developer who feels you can make a difference and want to be involved in the creation of top-notch WPF user interface controls then we want to hear from you.

Benefits of working for Actipro are that you can work from home, have flexible hours, get mentored by our staff, and learn about all aspects of product development.

Best of all, while we would start out with some simpler tasks, the end goal would be to migrate you towards enhancing our existing control products or creating your own.  This role would bring increased pay and responsibilities.

Interested?  Click the link below to learn more, and tell us about yourself and where you want to go.

Learn more about our job opening

We only want to hear from individual candidates who are US citizens. Recruiters and other firms who contact us will not be considered.

Tags:  
Categories:   Actipro | General
Actions:   E-mail | Permalink | Comments (3) | Comment RSS



Monday, 22 September 2008 07:25 by Bill Henning

PropertyGrid for WPF released as part of WPF Studio v4.5

We're very happy to have just released PropertyGrid for WPF, a control we've been working on for several months.  The PropertyGrid control combines the best features of the Windows Forms PropertyGrid, the PropertyGrids in both Visual Studio and Expression Blend, and has a number of unique features you won't find in our competition.

PropertyGridThemeOffice2007Blue

The PropertyGrid for WPF control in its Office 2007 theme

Try a Live XBAP Demo

Run our WPF Studio Live Demo to see PropertyGrid in action without leaving your browser.

Downloading PropertyGrid for WPF

You can download PropertyGrid for WPF as part of our new v4.5 release of WPF Studio that just came out.  It has a bunch of QuickStarts not found in the Live Demo and also includes extensive documentation on using the control.

If you would like to try an evaluation, go to our Download WPF Studio Evaluation page.

If you are an existing WPF Studio customer with an active subscription, you can get the update for free by requesting a free upgrade from your Actipro Organization Purchases page.

Feature List

Check out this list of extensive features:

Factory Features

  • Factory architecture allows for complete customization of the items presented.
  • Built-in factories for TypeDescriptor and simple Type reflection provide the most common methods of retrieving properties.
  • Statically defined items can be used in place of, or in addition to, any items dynamically generated by a factory.
  • Ability to merge multiple objects, which means only properties common to all objects are presented.
  • Properties can be automatically sorted and custom SortDescriptions can be defined.
  • Support for expandable properties and lazy loading, which allows for cyclic references and faster load times.
  • Full support and integration with the WPF data validation infrastructure.
  • Properties can be automatically categorized, with support for CategoryAttribute.
  • Simple filtering supported via "browsable" attributes, which specifies attributes that must be defined on a property for it to be included.
  • Attached properties are supported and can be filtered, when using the built-in TypeDescriptor factory.
  • Support for BrowsableAttribute, DisplayNameAttribute, DescriptionAttribute, and several other ComponentModel attributes.
  • Support for ICustomTypeDescriptor, when using the built-in TypeDescriptor factory.
  • Asynchronous mode allows for property retrieval to be executed in a separate thread.

Editor Features

  • Several built-in property editors are provided, with more to come in later releases.
  • Support for custom property editors, which can be used to customize the look and/or feel of a given property.
  • Property editors can be defined globally, on a single PropertyGrid, or on specific property (e.g. via EditorAttribute).
  • Property editors can be tied to a property by name, Type, or both, which allows for all properties of a specified Type to use the same editor.
  • Support for custom category editors, which can be used to provide more complex interfaces for presenting/modifying specified properties.

Appearance Features

  • Includes fully customizable and resizable summary area, which shows details about the selected item.
  • Easily configurable transitions supported in the summary area.
  • Built-in themes for Aero, Office 2007 blue/black/silver, Luna blue/olive/silver, classic, and high-contrast.
  • Includes a fully customizable context menu, with standard menu items already initialized and handled via built-in commands.

Layout, Globalization, and Accessibility Features

  • Columns can be customized as needed to provide a new look or feel, columns can even be added or removed.
  • Resize columns from any where in the control, or programmatically.
  • Right-to-left support is fully integrated for languages such as Hebrew or Arabic.
  • All text properties use localization attributes, and string resources may be customized.
  • Follows the WPF accessibility model for UI automation.

Code and Requirements

  • Includes detailed documentation and a sample project that demos nearly every feature.
  • Written in 100% pure C# and is based on the Windows Presentation Foundation framework.
  • Requires the .NET 3.0 or 3.5 run-time framework.
  • Full XAML support and XBAP compatibility.
  • Extensive Visual Studio 2008 designer capabilities.
  • Visual Studio 2008 and/or Expression Blend are recommended development tools for this product.

Categories:  
Actions:   E-mail | Permalink | Comments (0) | Comment RSS



Tuesday, 9 September 2008 08:20 by Bill Henning

New poll: Which WPF products do you want to see Actipro bring to market?

As a more formal follow-up to this post where a lot of our valued customers gave their feedback on our product roadmap, we just began a new poll to get more input from our customers on exactly which types of WPF products you'd like to see us bring to market.  Now that PropertyGrid for WPF is almost ready to go, our next project will be an Editors library with things like part-based and masked textbox editing.  These will be able to be used with PropertyGrid or standalone.  As you know we also have SyntaxEditor for WPF in ongoing development.

You can find the new poll here:

Poll: Which WPF products do you want to see Actipro bring to market?

Please take a minute to fill it out and rank the various future product ideas we have.  At Actipro, your input matters!

Previous Poll Results

Our previous poll "What IDEs do you use for WPF design/development?" has been out for a while now and we found the results thus far to be in line with what we expected.

95% said they used Visual Studio 2008 for WPF development.  5% said they still used VS 2005 and 5% said they used neither.

10% said they used Expression Blend all the time.  53% said they used it occasionally, while 37% said they do not use it at all.

Tags:   ,
Categories:   Actipro | General | WPF
Actions:   E-mail | Permalink | Comments (3) | Comment RSS



Monday, 8 September 2008 05:32 by Bill Henning

SyntaxEditor .NET Languages Add-on's IntelliPrompt improvements

We just released build 276 of SyntaxEditor and its add-ons.  This build has more general tweaks and bug fixes, along with some major updates to the IntelliPrompt capabilities for C#/VB via the .NET Languages Add-on.

Here are some of the major new updates.  There are a lot of small enhancements in IntelliPrompt across the board as well.

Anonymous Types

IntelliPrompt now works for anonymous types.  It will construct a type definition behind the scenes that contains the properties you specify and will use that type definition for constructing IntelliPrompt UI.

Anonymous

SyntaxEditor showing a member list for a property that is several levels deep in anonymous types

In the screen above, both abc and def are implicitly defined anonymous types.  You can see how SyntaxEditor correctly identifies the Now property on the abc anonymous type as a DateTime.

Extension Method Application

We have really enhanced the way that we determine which extension methods are applied to various types.  In previous builds there were a number of cases where extension methods could be applied to inappropriate types.  With our new code updates, the add-on attempts to resolve the parameters down to really determine if an extension method applies to a type, even if the type is a complex generic one.

Extension1 

A member list showing how extension methods are applied properly based on the source type

In the screen above, note how the AGoodTextExt extension method appears in the member list, while ABadTestExt does not since the latter is for enumerable int objects, not enumerable char objects.

Extension Method Quick/Parameter Info

The code updates also include some more updates to the quick and parameter info that is displayed for extension methods.  It will attempt to resolve the generic parameters into their "real" types for display to the end user.

Extension2

A member list showing how LINQ's Enumerable extension methods have been applied to a list variable, and how the quick info correctly displays the return value as IEnumerable<int>

In the screen above, the quick info used to say IEnumerable<T> in previous builds, but now says IEnumerable<int>.  We will be making other improvements in this area in the future.

Implicit Variable Declarations in VB

While our C# implementation has had var support for a while, we now have implicit variable declarations working in VB as well.

VBImplicit

A member list displayed for a variable that was implicitly declared

In the screen above, SyntaxEditor correctly displays the members for the ApplicationException type since that type was used to initialize the variable var.

Tags:   , ,
Categories:   New features | Windows Forms
Actions:   E-mail | Permalink | Comments (2) | Comment RSS



Friday, 5 September 2008 05:06 by Bill Henning

PropertyGrid for WPF is almost ready

We're very close to having our new PropertyGrid for WPF product ready to go and we're confident you'll love it once you get your hands on it.  We've added a lot of innovative features that aren't found in our competition.

More on these closer to release, but I'll review a couple things below.

Release Date

We're putting some final touches on the codebase today and early next week.  We already have over 10 QuickStarts that show off various product features, and several others that we plan on doing, some possibly after the initial release.  We also have to work on documentation.

So with all that mind and barring any last minute changes, we're going to target the first release of PropertyGrid for WPF sometime in the week of September 15th. 

Anyone who has an active WPF Studio subscription at the time of release will be eligible to upgrade to get PropertyGrid for free!  That's one of the great benefits of being a WPF Studio customer, instant free access to new products.

.NET 3.5 SP1 Virtualization

As you know, .NET 3.5 SP1 came out a couple weeks ago adding some nice new virtualization capabilities for native WPF controls.  We wanted to ensure that PropertyGrid also took advantage of the new virtualization features and have designed it accordingly.

When PropertyGrid virtualization is enabled on machines running SP1, the control will use less memory and will have faster load times.  The only downside is that scrolling will be slightly slower since it is generating containers on the fly instead of at initial load time.

Category Editors

One really interesting feature of the Actipro PropertyGrid for WPF is the ability to support custom category editors.

Category editors are a concept introduced in Expression Blend where you can group multiple properties into a custom UI that provides a friendlier layout.  The properties processed by the category editor do not appear individually like normal.

CategoryEditor

Two PropertyGrids side-by-side and operating on the same object, one with default editors and one with custom category editors

The screenshot above shows one of our QuickStarts where both PropertyGrid controls are editing the same object. However the PropertyGrid on the right has a couple category editors that consumes several properties and provides an interesting UI for editing those properties.

As with the rest of the control, the UI can be fully customized and styled.

Tags:   ,
Categories:   Actipro | In development | WPF
Actions:   E-mail | Permalink | Comments (1) | Comment RSS



Monday, 25 August 2008 09:31 by Bill Henning

PropertyGrid for WPF beta testing starts this week

The time has finally arrived, we plan on starting beta testing of our PropertyGrid for WPF control this week!  We're just finishing a couple last minute items and making several quick samples.  Then we'll be ready to get it out into the hands of our beta testers for feedback.

PropertyGrid

PropertyGrid for WPF showing how you can embed custom controls like our SpectrumColorPicker as an editor for a property value

Beta Testers Wanted

We're looking for more beta testers.  If you are a WPF Studio customer and would like to help try out the PropertyGrid for WPF control, please send our support team an e-mail. 

Please note that you must be willing to provide feedback on the control after using it.  Also, only WPF Studio customers will be accepted for beta testing at this time since they will be receiving it free upon final release.

What's Left Before Final Release?

The code is just about ready for final release, pending any changes or minor enhancements that we make based on the beta testing feedback.  The beta will include several samples, and we'll be working on more before final release.  The beta will not contain any documentation yet since that also will be written while beta testing is in progress.

What's After PropertyGrid?

As I've been posting, progress on SyntaxEditor for WPF has been very good and will be continuing. 

We have some other minor items to work on with our existing products but will also be getting into an editors library such as masked edits, etc. following the release of PropertyGrid.  The goal is for the editors to work flawlessly both inside the PropertyGrid as well as standalone.

Tags:   ,
Categories:   Actipro | In development | WPF
Actions:   E-mail | Permalink | Comments (0) | Comment RSS