• 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.

Important WPF Studio 2010.2 update, also with new Gauge and SyntaxEditor features

October 1, 2010 at 5:51 AM
by Bill Henning (Actipro)

Several customers reported some issues with the updates made in Docking/MDI for the first 2010.2 build.  One of the enhancements we made caused several side effects which were all related to the same issue.  We’ve resolved the issue and have posted an important WPF Studio 2010.2 build 531 maintenance release you’ll want to grab.  It’s available now on our site.

New features

The new build 531 also adds some neat new features to a couple products.

Gauge

One new feature added to Gauge is the ability to place text on pointer needles.  We have options for how to orient the text too.  It can move exactly with the needle, can always render horizontally, or can move with the needle but intelligently flip upside-down when appropriate so that the text continues to render right-side-up such as in this screenshot:

GaugeLabels

Linear gauges also get easy-to-use text pointer labels.

Both circular and linear gauges also receive new features for managing refresh rate, similar to an existing feature we have with our digital gauges.

GaugeRefreshRate

This feature is useful when there is a high update rate of data sent to the gauge.  The refresh rate will buffer the updates that appear in the UI to a designated refresh rate.  So instead of having a gauge pointer flipping all over and being difficult to read, you can set it up to just update a couple times a second and it will animate much slower, thus making the gauge data easier to visually consume.

GaugeDigital

Another new feature added is the ability to render lowercase letters in the digital gauges via a new character casing option.  Choose to force characters to lowercase, uppercase, or render text as-is.

SyntaxEditor

A great update to SyntaxEditor is the new indent provider service.  This service can be registered on your language to tell the editor how to indent code when the Enter key is pressed.  Options are no indent, block indent, or smart indent.

Previous builds of SyntaxEditor for WPF used no indent, but the default has now been made to block indent if no indent provider service is registered on a language.  That means that when pressing Enter, text will move to the same indentation as the previous line.

Smart indent allows a language to programmatically indicate how to indent a line.  This means in C# for instance, you can scan back to see if you are right after a { character and indent a tab stop if so.

Another new service is a basic interface for supporting the formatting of text ranges.  Text formatting involves adjusting whitespace and symbols such as braces to make code more readable.

We’ve added some documentation on these new features and will be adding some samples of their usage hopefully in the next build.

Update on Silverlight Studio 2010.2

We are currently finishing up work on Silverlight Studio 2010.2.  We hope to have it out even as early as next week.

The 2010.2 version will have the new Book control in Views, along with all the SyntaxEditor updates made in WPF Studio 2010.2 such as the new LL(*) Parser Framework, indent provider and text formatter services, the Web Languages Add-on, and more.

Tags: wpf, gauge, syntaxeditor
Filed under: Actipro, New features, WPF
Submit to DotNetKicks...
Permalink | Comments (4)

Related posts

WPF Studio integrates with and adds features to the official Microsoft WPF DataGridIn the most recent WPF Studio 2009.1 builds, we've integrated with and enhanced Microsoft's open sou...Press Release: Actipro Software’s WPF Studio 2010.1 Control Suite Integrates with Visual Studio 2010Actipro’s unique bundle of Windows Presentation Foundation user interface controls offers everything...WPF Studio 2009.1 build 503 adds major new SyntaxEditor and Docking/MDI featuresWPF Studio build 503 was just released and includes a lot of updates to our WPF products, some being...

Comments

October 1, 2010 at 09:29  

chadbr

Will we see some of the other controls (like the Gauge) on the Silverlight side anytime soon?

chadbr United States

October 1, 2010 at 10:00  

Bill Henning (Actipro)

As we move forward with new WPF products we do plan on working on them side-by-side with Silverlight where possible.  We also hope to port some WPF controls over but I can't give any timelines at this point.

Bill Henning (Actipro) United States

January 3, 2011 at 02:17  

trackback

Actipro Blog 2010 Q4 posting summary

Actipro Blog 2010 Q4 posting summary

The Actipro Blog - WPF, Silverlight, and WinForms Development

August 21, 2011 at 19:57  

pingback

Pingback from deliciousmangoes.wordpress.com

Actipro Software is a provider of software components for the Microsoft .NET platform. Our focus is on delivering quality user interface software components that our customers can trust to add robust functionality to their applications. We have been developing Windows Forms components since .NET was first released, and have become a leading developer of Windows Presentation Foundation (WPF) components. In fact, Actipro Software is the very first control vendor to release a commercial WPF control. « Delicious Mangoes

deliciousmangoes.wordpress.com

Comments are closed
Copyright © 1999-2012 Actipro Software LLC. All rights reserved.
Home Actipro Software | Products | Download | Contact Us