• Products
  • Download
  • Purchase
  • Support
  • Company
Actipro Software company logo
Twitter Follow Actipro RSS Subscribe (RSS Feed)

The Actipro Blog

Tag Cloud

  • blog
  • docking
  • editors
  • intelliprompt
  • micro charts
  • navigation
  • propertygrid
  • ribbon
  • shared library
  • silverlight
  • syntaxeditor
  • themes
  • views
  • web site
  • winforms
  • winrt
  • wpf

Latest Twitter News

May 14, 2012 at 2:50 PM
IntelliPrompt code snippet features have been added to our VS-like code editor control for #WPF and #Silverlight. http://t.co/1IchOJrr

May 10, 2012 at 9:40 PM
Our new Micro Charts control products for #WPF and #Silverlight are out now. Come build some dashboards with them! http://t.co/EEERvff0

May 7, 2012 at 6:47 AM
Today we look at bar charts, for our upcoming #WPF, #Silverlight, and #WinRT Micro Charts product. http://t.co/gxHuPS6B

May 4, 2012 at 6:25 AM
See a gallery of micro area charts in our upcoming release for #WPF, #Silverlight, and #WinRT. http://t.co/qDXGwW8B

May 3, 2012 at 6:32 AM
See a variety of line charts that are easy to make with our upcoming #WPF, #Silverlight, #WinRT Micro Charts product. http://t.co/mbkX6tJd

Twitter Follow us on Twitter

Month List

  • 2012
    • May (9)
    • April (6)
    • March (11)
    • February (11)
    • January (2)
  • 2011
    • December (2)
    • November (7)
    • October (2)
    • September (1)
    • August (5)
    • July (3)
    • June (6)
    • May (5)
    • April (8)
    • March (4)
    • February (5)
    • January (9)
  • 2010
    • December (9)
    • November (10)
    • October (4)
    • September (8)
    • August (12)
    • July (9)
    • June (7)
    • May (6)
    • April (7)
    • March (6)
    • February (6)
    • January (4)
  • 2009
    • December (2)
    • November (2)
    • October (12)
    • September (3)
    • August (11)
    • July (10)
    • June (6)
    • May (3)
    • April (7)
    • March (6)
    • February (8)
    • January (10)
  • 2008
    • December (10)
    • November (2)
    • October (3)
    • September (5)
    • August (5)
    • July (8)
    • June (4)
    • May (4)
    • April (10)
    • March (8)
    • February (1)
    • January (2)

Category List

  • RSS feed for ActiproActipro (321)
  • RSS feed for Blog SummaryBlog Summary (15)
  • RSS feed for GeneralGeneral (43)
  • RSS feed for In developmentIn development (164)
  • RSS feed for New featuresNew features (155)
  • RSS feed for New productNew product (38)
  • RSS feed for PromotionPromotion (2)
  • RSS feed for SilverlightSilverlight (90)
  • RSS feed for Tips and tricksTips and tricks (4)
  • RSS feed for Visual Studio 2008Visual Studio 2008 (2)
  • RSS feed for Windows FormsWindows Forms (22)
  • RSS feed for Windows VistaWindows Vista (10)
  • RSS feed for WinRTWinRT (9)
  • RSS feed for WPFWPF (257)
  • RSS feed for XAMLXAML (23)

About Us

Actipro Software is a leading provider of .NET user interface controls for the WPF, Silverlight, and WinForms frameworks, and is most well-known for their SyntaxEditor syntax-highlighting code editor control.

Please take some time to learn more about us and our product offerings.

Editors for WPF beta testing started

March 11, 2009 at 8:50 PM
by Bill Henning (Actipro)

Yesterday we started the closed beta testing for our Editors for WPF product.  If you are a WPF Studio customer and would be interested in testing it, we’d love to get your feedback.  Email us if you’d like to help.

Editors for WPF will be one of the primary additions for the next major version of WPF Studio.  We currently are still finishing up some features while the beta test is in progress, however it’s looking great so far.

Built-in Editors

Our editors framework is really flexible and allows you to build your own part-based or masked editors.  The product will ship with a number of predefined editor controls for editing certain types of data. 

Here are the ones we currently have for the beta:

  • Date/time
  • Double
  • Guid
  • Int32
  • Int32Rect
  • Point
  • Rect
  • Size
  • Vector

We also plan on adding some more such as:

  • Color
  • Duration
  • IPAddress
  • SolidColorBrush
  • Thickness
  • TimeSpan
  • Version

Are there any others you’d like to see?  If so, please post your ideas and we’ll get it on our TODO list.

The GUID Editor

One interesting implementation is an editor for Guid objects.  Here is the GUID editor when there is no value:

Guid1 

Note the watermark indicating that there isn’t a value.  If you click on the control to focus it, it transitions to this:

Guid2

In that screenshot, dots show up indicating where characters can be typed.  Alternatively you can click the green plus button to auto-generate a Guid value like this:

Guid3

The checkbox is indicating that there is a value in place.  If you uncheck it, the control resets back to the No GUID state displayed in the first screenshot.

This is a neat editor instance because it incorporates the use of a custom button that performs a task related to the editor’s value, namely generating a new value.  Custom buttons or any other content can be inserted into an editor using our framework.

PropertyGrid Integration

Editors are great for standalone usage, however we’ve also designed them to be well matched for use in our PropertyGrid for WPF control.

PropGrid

A PropertyGrid control showing the use of multiple Editors controls

 

 

 

In the screenshot above (which is a demo that will be included with WPF Studio’s Editors) a PropertyGrid is making use of a number of editors from Editors for WPF to display and edit values.  The RectangleBounds property is using the Rect editor implementation.  The selected SkewX property is using a Double editor implementation that also has constraints on it such that the value must be between –10 and 10.  The spinner knows to only scroll between values within that range.

I hope this gives you a good overview of how the Editors for WPF product can be used.  We’re very excited to be in beta phase and closer to release of this great product.

As a reminder, any WPF Studio customers who have active subscriptions at the time of release will get this for free!

Tags: wpf, editors
Filed under: Actipro, In development, WPF
Submit to DotNetKicks...
Permalink | Comments (0)

Related posts

Editors for WPF - Beta testing signup startingWe are close to releasing a Beta version of our Editors for WPF product, and we are looking for beta...PropertyGrid for WPF beta testing starts this weekThe time has finally arrived, we plan on starting beta testing of our PropertyGrid for WPF control t...Actipro SyntaxEditor for WPF and Editors for WPF are released SyntaxEditor for WPF with a custom theme loaded Yesterday evening we published WP...
Comments are closed
Copyright © 1999-2012 Actipro Software LLC. All rights reserved.
Home Actipro Software | Products | Download | Contact Us