<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.devexpress.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">ctodx</title><subtitle type="html">Discussions, news and rants from the CTO of Developer Express, Julian M Bucknall</subtitle><id>http://community.devexpress.com/blogs/ctodx/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.devexpress.com/blogs/ctodx/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.30415.43">Community Server</generator><updated>2011-09-26T13:48:57Z</updated><entry><title>CodeRush wins Dr Dobbs Jolt Award for Coding Tool</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2012/01/17/coderush-wins-dr-dobbs-jolt-award-for-coding-tool.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2012/01/17/coderush-wins-dr-dobbs-jolt-award-for-coding-tool.aspx</id><published>2012-01-17T22:53:11Z</published><updated>2012-01-17T22:53:11Z</updated><content type="html">&lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/image_32019211.png"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px 0px 0px 15px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" align="right" src="http://community.devexpress.com/blogs/ctodx/image_thumb_54E253C1.png" width="240" height="240" /&gt;&lt;/a&gt;Last week, &lt;a href="http://devexpress.com/Subscriptions/DXperience/coderush-features.xml"&gt;CodeRush&lt;/a&gt;, DevExpress’ productivity tool for Visual Studio was awarded the &lt;a href="http://drdobbs.com/joltawards/232301291"&gt;Jolt award for best Coding Tool&lt;/a&gt; by the Dr Dobbs judges. The award undertakes to select the most innovative developer tool (such as editors, IDEs, code analysis tools, and the like) from the last 12 months. &lt;/p&gt;  &lt;p&gt;This year, in no small part due to the extensive new features and functionality we’ve introduced in DXv2 – including the unique code duplication detection and consolidation – it was the turn of CodeRush for the top honors. As Robert DelRossi said, “The fact is, CodeRush is so expansive, so well integrated into Visual Studio, so darned useful, that it can be difficult to describe all its benefits. Particularly jolting to us this year was its new duplicate code detection, which deftly spots similar routines and helps you consolidate them into one. More than just simple pattern matching, CodeRush works out code duplication very intelligently.” &lt;/p&gt;  &lt;p&gt;That’s what CodeRush is about really: applying code intelligence to help you write, navigate, refactor test, and spot code issues to be more productive and to get your applications done faster.&lt;/p&gt;  &lt;p&gt;Congratulations to the team for such great work!&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=362327" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="CodeRush" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/CodeRush/default.aspx" /><category term="awards" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/awards/default.aspx" /><category term="DXv2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DXv2/default.aspx" /></entry><entry><title>Support for XBAP: sometimes you have to call it quits</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/12/28/support-for-xbap-sometimes-you-have-to-call-it-quits.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/12/28/support-for-xbap-sometimes-you-have-to-call-it-quits.aspx</id><published>2011-12-28T20:44:06Z</published><updated>2011-12-28T20:44:06Z</updated><content type="html">&lt;p&gt;XBAP? Betcha can’t remember what it stands for, let alone use it. The reply to the first point is XML Browser Application, and to the second part frankly not many people do use it. &lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px 0px 0px 15px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top:0px;border-right:0px;padding-top:0px;" title="Scenic Mountain Sunset with Ski Track" border="0" alt="Scenic Mountain Sunset with Ski Track" align="right" src="http://community.devexpress.com/blogs/ctodx/Sunset-in-Winter_11643C9E.jpg" width="240" height="159" /&gt;There are several reasons for the lack of love I suppose. Since it’s a special kind of browser app, it needs to operate in Medium Trust to be the most effective, and yet even IE9 balks at running them (you have to confirm that you really, really want to run this particular app, which kind of defeats the object). The Medium Trust limitation (along with other security limitations) means that we spend an inordinate amount of time trying to get round these narrow-scenario restrictions instead of providing broader-scenario features. Even with these workarounds, some of our controls still don’t work in an XBAP environment.&lt;/p&gt;  &lt;p&gt;It is equally galling when there are two very well supported channels for creating rich internet applications: ClickOnce and Silverlight. We use ClickOnce ourselves for our internal applications, and it works very well indeed in that environment. And, despite all the doom and gloom and unfounded rumors about where Silverlight is going, it is still the premier method for creating rich-internet applications.&lt;/p&gt;  &lt;p&gt;All this is leading to the fact that we have officially retired our XBAP support in 11.2. We recommend using ClickOnce for your WPF applications, or transferring over to Silverlight. Remember with DXv2 we have control parity between WPF and Silverlight.&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=361284" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="WPF" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/WPF/default.aspx" /><category term="Silverlight" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Silverlight/default.aspx" /><category term="XBAP" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/XBAP/default.aspx" /></entry><entry><title>VCL Subscription 11.2 released! With 64-bit Delphi XE2 support!</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/12/22/vcl-subscription-11-2-released-with-64-bit-delphi-xe2-support.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/12/22/vcl-subscription-11-2-released-with-64-bit-delphi-xe2-support.aspx</id><published>2011-12-22T16:11:47Z</published><updated>2011-12-22T16:11:47Z</updated><content type="html">&lt;p&gt;Yeah, it’s time to break out the exclamation marks! We just released the second major version of our VCL subscription for 2011 and it includes support for Delphi XE2 (both 32-bit and 64-bit) and C++Builder. Since RAD Studio XE2 is the best IDE we’ve seen from Embarcadero, you really have no excuses now.&lt;/p&gt;  &lt;p&gt;If you login to your account page on devexpress.com, you’ll be able to download it immediately. Remember: if you have purchased a subscription and it’s active, this major upgrade is free! &lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=361060" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="xe2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/xe2/default.aspx" /><category term="C++Builder" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/C_2B002B00_Builder/default.aspx" /><category term="VCL" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/VCL/default.aspx" /><category term="Delphi" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Delphi/default.aspx" /></entry><entry><title>Silverlight controls for DXv2 11.2</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/12/21/silverlight-controls-for-dxv2-11-2.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/12/21/silverlight-controls-for-dxv2-11-2.aspx</id><published>2011-12-21T21:35:22Z</published><updated>2011-12-21T21:35:22Z</updated><content type="html">&lt;p&gt;As I stated in one of my most recent and (most heavily commented) blog posts, we made the decision to target Silverlight 5 for our Silverlight controls in v2011 vol 2. Now, that may or may not have been the right decision to make, but make it we did. Since Microsoft didn’t release Silverlight 5 until 9 December, two weeks after our release, this meant that our initial release for DXv2 was without one quarter of the platforms we support. This was bad for you, our customers, as well as for us. &lt;/p&gt;  &lt;p&gt;All that will be academic pretty soon since we shall be releasing DXperience v2011 vol 2.6 tomorrow morning, Thursday 22 December. This release will contain the full set of Silverlight controls.&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=360993" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="DXperience" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DXperience/default.aspx" /><category term="Silverlight" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Silverlight/default.aspx" /><category term="DXv2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DXv2/default.aspx" /></entry><entry><title>Seasons Greetings from your friends at DevExpress</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/12/20/seasons-greetings-from-your-friends-at-devexpress.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/12/20/seasons-greetings-from-your-friends-at-devexpress.aspx</id><published>2011-12-20T23:27:11Z</published><updated>2011-12-20T23:27:11Z</updated><content type="html">&lt;p&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px 0px 0px 15px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Xmas tree as light painting" border="0" alt="Xmas tree as light painting" align="right" src="http://community.devexpress.com/blogs/ctodx/XmasTree_1BC2CD43.jpg" width="160" height="240" /&gt;I’d like to take this opportunity on behalf of everyone here at DevExpress to wish all our customers and their families the very best of the holiday season and a happy and prosperous New Year. &lt;/p&gt;  &lt;p&gt;It goes without saying, perhaps, but you are instrumental to DevExpress’ own success. We just couldn’t do this without you, and we thank you for being on this wild ride with us. Keep buckled in though because 2012 promises to be even more turbulent (WinRT, anyone? How about HTML5 and client-side controls?), but rest assured DevExpress will be alongside, helping out with robust flexible controls, frameworks and tools for your continued success.&lt;/p&gt;  &lt;p&gt;Happy Holidays!&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=360911" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="Seasons Greetings" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Seasons+Greetings/default.aspx" /></entry><entry><title>DXv2: Standby for Silverlight 5</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/11/29/dxv2-standby-for-silverlight-5.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/11/29/dxv2-standby-for-silverlight-5.aspx</id><published>2011-11-29T13:45:00Z</published><updated>2011-11-29T13:45:00Z</updated><content type="html">&lt;p&gt;We have been working on a pretty amazing release for all of our customers and by now you have seen the depth and breadth of the DXv2 launch. One area that we are particularly proud of is our continuing work to support Silverlight. &lt;/p&gt;  &lt;p&gt;As is usual in these situations, there is some good news and some bad news. The good news is that we have been working in close cooperation with Microsoft to fully support Silverlight 5 with this major release and what we&amp;#39;ve done is pretty amazing. The bad news is that Microsoft is still putting the final touches on Silverlight 5 and it hasn&amp;#39;t been released yet (although it is close, we understand). &lt;/p&gt;  &lt;p&gt;I&amp;#39;ll ask you on behalf of Microsoft to standby for the final release of Silverlight 5. Once it comes out, we&amp;#39;ll run our final tests on the released version and publish DXperience Silverlight as quickly as we can. In the meantime, I invite you to enjoy the rest of DXv2 including brand new features for ASP.NET, WinForms, and WPF, as well as CodeRush and our XAF application framework.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: &lt;em&gt;&lt;a href="http://www.zdnet.com/blog/microsoft/microsoft-no-silverlight-5-release-in-november/11299"&gt;Microsoft: No Silverlight 5 release in November&lt;/a&gt;&lt;/em&gt; from ZDNet’s Mary Jo Foley (30-Nov-2011).&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=359537" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="Silverlight" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Silverlight/default.aspx" /><category term=".NET" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/.NET/default.aspx" /><category term="DXv2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DXv2/default.aspx" /></entry><entry><title>VCL Subscription v2011 vol 2 beta now available–includes 64-bit Delphi support</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/11/26/vcl-subscription-v2011-vol-2-beta-now-available-includes-64-bit-delphi-support.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/11/26/vcl-subscription-v2011-vol-2-beta-now-available-includes-64-bit-delphi-support.aspx</id><published>2011-11-26T17:24:53Z</published><updated>2011-11-26T17:24:53Z</updated><content type="html">&lt;p&gt;Just a quick word to let everyone know that the first beta for the VCL Subscription v2011 vol 2 is now available to those customers who have the full VCL subscription. The email notifying customers of the beta has just gone out.&lt;/p&gt;  &lt;p&gt;You can take a look at What’s New &lt;a href="http://www.devexpress.com/Subscriptions/VCL/WhatsNewBuild11.2.1/"&gt;here&lt;/a&gt; and at the short list of breaking changes &lt;a href="http://www.devexpress.com/Support/WhatsNew/VCL/files/11.2.1.bc.xml"&gt;here&lt;/a&gt;. Depending on the feedback from customers we should be publishing the final release in two to three weeks.&lt;/p&gt;  &lt;p&gt;Possibly the feature that has the potential for most undiscovered issues is 64-bit support (yes, I am old enough to have ported a couple of products from 16-bit Delphi 1 to 32-bit Delphi 2 back in the days when we had to walk uphill both ways in the snow to work), so we’d be eager to hear feedback from customers who are going to be targeting 64-bit Delphi XE2 applications. &lt;/p&gt;  &lt;p&gt;The beta does not support C++Builder XE2. We have been notified that the compiler/linker issues that were holding us back will be fixed in RAD Studio XE2 Update 3 (to be released any day now, if not already). Once we have the update, we’ll be continuing to compile/link/test our VCL subscription code with C++Builder XE2. &lt;/p&gt;  &lt;p&gt;Have fun!&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=359423" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="C++Builder" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/C_2B002B00_Builder/default.aspx" /><category term="VCL" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/VCL/default.aspx" /><category term="Delphi" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Delphi/default.aspx" /></entry><entry><title>DXperience v2011 vol 2: sneak peek at new webinar series</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/11/22/dxperience-v2011-vol-2-sneak-peek-at-new-webinar-series.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/11/22/dxperience-v2011-vol-2-sneak-peek-at-new-webinar-series.aspx</id><published>2011-11-23T00:09:51Z</published><updated>2011-11-23T00:09:51Z</updated><content type="html">&lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px 0px 0px 15px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top:0px;border-right:0px;padding-top:0px;" title="Antique watch and calendar" border="0" alt="Antique watch and calendar" align="right" src="http://community.devexpress.com/blogs/ctodx/WatchAndCalendar_2F0866C0.jpg" width="240" height="159" /&gt;As I may have let slip in my previous blog post, we’re close to releasing DXperience v2011 vol 2. As part of the release we have planned a series of in-depth webinars that will go over some of the new features in this important version. We’re almost ready to update &lt;a href="http://devexpress.com/webinars/"&gt;our webinars page&lt;/a&gt; but I thought I’d jump in with a sneak peek at what those initial webinars are going to show. I’ve included links to the webinars so you can register for them right now. Seating is limited.&lt;/p&gt;  &lt;p&gt;And also … if you read carefully, you’ll be able to glean some information about various new features we haven’t officially talked about yet. Prepare to have your appetite whetted, but note I can’t say any more just yet. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Tuesday, Dec. 6:&lt;/b&gt; &lt;u&gt;&lt;a href="https://www3.gotomeeting.com/register/651568926"&gt;Touch&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;p&gt;&lt;strong&gt;Presenter&lt;/strong&gt;: Mehul Harry (in collaboration with &lt;a href="http://codeproject.com/"&gt;CodeProject&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: In this webinar, Mehul Harry will show you how to build next generation touch applications by DevExpress using Windows Forms and ASP.NET.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Learn how to build Metro-inspired applications&lt;/li&gt;    &lt;li&gt;Learn about new touch support for DevExpress ASP.NET products&lt;/li&gt;    &lt;li&gt;Learn more about what’s inside the latest product release&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Thursday, Dec. 8:&lt;/b&gt; &lt;u&gt;&lt;a href="https://www3.gotomeeting.com/register/605020470"&gt;XAF &amp;amp; XPO&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;p&gt;&lt;strong&gt;Presenter&lt;/strong&gt;: Julian Bucknall&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: In this webinar, Julian Bucknall will demonstrate the latest improvements in XAF and XPO that will accelerate the development of your Line of Business apps. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;See the new Application Server &amp;amp; the middle tier service&lt;/li&gt;    &lt;li&gt;Learn about the improvements to AJAX &amp;amp; performance in XAF&amp;#39;s ASP.NET user interface&lt;/li&gt;    &lt;li&gt;Get information about the new Domain Components (DC)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;(This webinar will be presented live from the DevExpress Summit.)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Tuesday, Dec. 13:&lt;/b&gt; &lt;u&gt;&lt;a href="https://www3.gotomeeting.com/register/190059526"&gt;Productivity Accelerated with CodeRush&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;p&gt;&lt;strong&gt;Presenter&lt;/strong&gt;: Mark Miller&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: In this webinar, Mark Miller will demonstrate the latest improvements in CodeRush, released as part of our next generation of tools: DXv2.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Learn about how duplicate code detection helps you build high quality apps, faster.&lt;/li&gt;    &lt;li&gt;See how to build office inspired applications in minutes or less&lt;/li&gt;    &lt;li&gt;Hear how the latest tools in DXv2 will help you to deliver productivity, accelerated.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Thursday, Dec. 15:&lt;/b&gt; &lt;u&gt;&lt;a href="https://www3.gotomeeting.com/register/374221758"&gt;Stunning Apps&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;p&gt;&lt;strong&gt;Presenter&lt;/strong&gt;: Seth Juarez&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: In this webinar, Seth Juarez will show how you can build stunning applications by DevExpress.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;See a mundane CRM app brought to life with a new user experience&lt;/li&gt;    &lt;li&gt;Learn how to build stunning user interfaces that delight your users&lt;/li&gt;    &lt;li&gt;Hear an overview of the new tools in DXv2 that help you to build powerful, yet beautiful applications&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Hope to see you at one or all of these webinars!&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=359180" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="DXperience" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DXperience/default.aspx" /><category term=".NET" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/.NET/default.aspx" /><category term="DXv2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DXv2/default.aspx" /></entry><entry><title>DXperience v2011 vol 2 will require .NET 3.5 or later</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/11/22/dxperience-v2011-vol-2-will-require-net-3-5-or-later.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/11/22/dxperience-v2011-vol-2-will-require-net-3-5-or-later.aspx</id><published>2011-11-22T16:01:55Z</published><updated>2011-11-22T16:01:55Z</updated><content type="html">&lt;p&gt;Way back in June, we had a mini-summit with the various team leads discussing the just-released DXperience v2011 vol 1 and whether we wanted to change anything for v2011 vol 2. One of the resounding requests was to move our WinForms and ASP.NET webforms controls to require .NET 3.5 or later. I wrote &lt;a href="http://community.devexpress.com/blogs/ctodx/archive/2011/07/01/dxperience-moving-to-net-3-5-or-above-after-next-major-release.aspx"&gt;a blog post&lt;/a&gt; immediately afterwards with this news, and the vast proportion of comments on that post supported the move.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px 0px 0px 15px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Modifying old typewriter for 21st century" border="0" alt="Modifying old typewriter for 21st century" align="right" src="http://community.devexpress.com/blogs/ctodx/ModernOldTypewriter_3B95CBA4.jpg" width="240" height="183" /&gt;(Aside: our WPF and Silverlight products already require Visual Studio 2010 and .NET 4.0 so that we can provide the best design-time and run-time functionality. Of course ASP.NET MVC requires Visual Studio 2008 or later and .NET 3.5 or later anyway.)&lt;/p&gt;  &lt;p&gt;Now that we’re close to releasing v2011 vol 2, I thought it would be a good idea to remind our WinForms and WebForms customers that &lt;strong&gt;this release will only support Visual Studio 2008 or 2010 and only target .NET 3.5 or above&lt;/strong&gt;. If you are still using Visual Studio 2005 or .NET 2 for those kinds of apps, you should start to make plans to migrate to a later IDE and run-time.&lt;/p&gt;  &lt;p&gt;Note that we will continue to publish minor bug-fix releases to the v2011 vol 1 line, just as we did when v2006.3 became the final version to support the original Visual Studio .NET and Visual Studio 2003 (and .NET 1.x). The new features and enhancements for 2011.2 have been written using .NET 3.5 and so they can’t be back-ported to 2011.1.&lt;/p&gt;  &lt;p&gt;And no, before you ask, I can’t tell you when we’ll be releasing 2011.2, just that it’s “close”. Everybody here is working extra hard to give you the best release of DXperience we’ve ever provided. Stay tuned!&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=359149" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="DXperience" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DXperience/default.aspx" /><category term=".NET" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/.NET/default.aspx" /></entry><entry><title>DevConnections Las Vegas 2011–And they’re off!</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/11/01/devconnections-las-vegas-2011-and-they-re-off.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/11/01/devconnections-las-vegas-2011-and-they-re-off.aspx</id><published>2011-11-01T17:35:11Z</published><updated>2011-11-01T17:35:11Z</updated><content type="html">&lt;p&gt;Just a quick post to say we’re here at DevConnections in Las Vegas showing off our packages, libraries, controls, and tools. Also some hush hush new features on our *cough*touch*cough* screens. If you are here, come by the booth and we’ll show you some sneak peeks, as well as show you how to create stunning full-featured apps that provide a superlative user experience and that you can easily brand with your own look and feel.&lt;/p&gt;  &lt;p&gt;In the meantime, here’s what our booth looked like 30 minutes ago. With this size of crowd, we’ll be hoarse before lunchtime!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/DevConnections-2011_2F73EB99.jpg"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="DevConnections 2011" border="0" alt="DevConnections 2011" src="http://community.devexpress.com/blogs/ctodx/DevConnections-2011_thumb_2305C870.jpg" width="240" height="180" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=357891" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="WinForms" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/WinForms/default.aspx" /><category term="DevConnections" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/DevConnections/default.aspx" /><category term="WPF" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/WPF/default.aspx" /><category term="Silverlight" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Silverlight/default.aspx" /><category term="ASP.NET" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/ASP.NET/default.aspx" /><category term="ASP.NET MVC" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/ASP.NET+MVC/default.aspx" /></entry><entry><title>Delphi sneak peek: Skins, skins, and more skins coming in VCL subscription v2011 vol 2</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/10/14/delphi-sneak-peek-skins-skins-and-more-skins-coming-in-vcl-subscription-v2011-vol-2.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/10/14/delphi-sneak-peek-skins-skins-and-more-skins-coming-in-vcl-subscription-v2011-vol-2.aspx</id><published>2011-10-14T16:43:39Z</published><updated>2011-10-14T16:43:39Z</updated><content type="html">&lt;p&gt;Today, a post about our upcoming v2011 vol 2 release of our VCL subscription that is short on words and long on images. Which is as it should be since I’m talking about our new skins. &lt;/p&gt;  &lt;p&gt;We have ported the following skins from our WinForms skinning library:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Blueprint; &lt;/li&gt;    &lt;li&gt;DevExpress Dark Style; &lt;/li&gt;    &lt;li&gt;DevExpress Style; &lt;/li&gt;    &lt;li&gt;High Contrast; &lt;/li&gt;    &lt;li&gt;Seven Classic; &lt;/li&gt;    &lt;li&gt;Sharp Plus; &lt;/li&gt;    &lt;li&gt;The Asphalt World; &lt;/li&gt;    &lt;li&gt;VS2010; &lt;/li&gt;    &lt;li&gt;Whiteprint. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Before I show you the example screenshots, take a look at what our VCL Skin Chooser Gallery will now look like in v2011 vol 2 (as with all these images, click to enlarge):&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/skin_gallery_24B0E1CC.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="VCL skin gallery 11.2" border="0" alt="VCL skin gallery 11.2" src="http://community.devexpress.com/blogs/ctodx/skin_gallery_thumb_332BDDF1.png" width="209" height="240" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There are three images per skin to show you what the skin will look like. I’ve used ExpressEditors, ExpressQuantumGrid, and ExpressScheduler as representative controls.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Blueprint&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/Blueprint_editors_5FD497CA.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Blueprint_editors" border="0" alt="Blueprint_editors" src="http://community.devexpress.com/blogs/ctodx/Blueprint_editors_thumb_096862FE.png" width="240" height="205" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/Blueprint_grid_76473651.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Blueprint_grid" border="0" alt="Blueprint_grid" src="http://community.devexpress.com/blogs/ctodx/Blueprint_grid_thumb_73BE0493.png" width="240" height="205" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/Blueprint_scheduler_64A725B9.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Blueprint_scheduler" border="0" alt="Blueprint_scheduler" src="http://community.devexpress.com/blogs/ctodx/Blueprint_scheduler_thumb_42DB4D28.png" width="240" height="205" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;DevExpress Dark Style&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/DXDarkStyle_editors_568836BC.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="DXDarkStyle_editors" border="0" alt="DXDarkStyle_editors" src="http://community.devexpress.com/blogs/ctodx/DXDarkStyle_editors_thumb_0DEE47EB.png" width="240" height="204" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/DXDarkStyle_grid_2611B246.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="DXDarkStyle_grid" border="0" alt="DXDarkStyle_grid" src="http://community.devexpress.com/blogs/ctodx/DXDarkStyle_grid_thumb_23888088.png" width="240" height="204" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/DXDarkStyle_scheduler_30826099.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="DXDarkStyle_scheduler" border="0" alt="DXDarkStyle_scheduler" src="http://community.devexpress.com/blogs/ctodx/DXDarkStyle_scheduler_thumb_79C50594.png" width="240" height="204" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;DevExpress Style&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/DXStyle_editors_4688CC2B.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="DXStyle_editors" border="0" alt="DXStyle_editors" src="http://community.devexpress.com/blogs/ctodx/DXStyle_editors_thumb_2450C0A5.png" width="240" height="204" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/DXStyle_grid_2A2B643E.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="DXStyle_grid" border="0" alt="DXStyle_grid" src="http://community.devexpress.com/blogs/ctodx/DXStyle_grid_thumb_18F7869B.png" width="240" height="204" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/DXStyle_scheduler_7EB71D76.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="DXStyle_scheduler" border="0" alt="DXStyle_scheduler" src="http://community.devexpress.com/blogs/ctodx/DXStyle_scheduler_thumb_1C48F876.png" width="240" height="204" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;High Contrast&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/HighContrast_editors_61ED8294.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="HighContrast_editors" border="0" alt="HighContrast_editors" src="http://community.devexpress.com/blogs/ctodx/HighContrast_editors_thumb_2B9C5A85.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/HighContrast_grid_1F9A6A51.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="HighContrast_grid" border="0" alt="HighContrast_grid" src="http://community.devexpress.com/blogs/ctodx/HighContrast_grid_thumb_76432252.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/HighContrast_scheduler_6E4B7FF0.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="HighContrast_scheduler" border="0" alt="HighContrast_scheduler" src="http://community.devexpress.com/blogs/ctodx/HighContrast_scheduler_thumb_25B1911F.png" width="240" height="202" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Seven Classic&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/SevenClassic_editors_59798770.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SevenClassic_editors" border="0" alt="SevenClassic_editors" src="http://community.devexpress.com/blogs/ctodx/SevenClassic_editors_thumb_426B0634.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/SevenClassic_grid_4845A9CD.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SevenClassic_grid" border="0" alt="SevenClassic_grid" src="http://community.devexpress.com/blogs/ctodx/SevenClassic_grid_thumb_5A41C78D.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/SevenClassic_scheduler_7D22893D.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SevenClassic_scheduler" border="0" alt="SevenClassic_scheduler" src="http://community.devexpress.com/blogs/ctodx/SevenClassic_scheduler_thumb_4FC0F36D.png" width="240" height="202" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Sharp Plus&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/SharpPlus_editors_4E7C5A8E.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SharpPlus_editors" border="0" alt="SharpPlus_editors" src="http://community.devexpress.com/blogs/ctodx/SharpPlus_editors_thumb_5F14557C.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/SharpPlus_grid_3E20E2D5.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SharpPlus_grid" border="0" alt="SharpPlus_grid" src="http://community.devexpress.com/blogs/ctodx/SharpPlus_grid_thumb_70A44047.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/SharpPlus_scheduler_1AA43E70.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SharpPlus_scheduler" border="0" alt="SharpPlus_scheduler" src="http://community.devexpress.com/blogs/ctodx/SharpPlus_scheduler_thumb_18F3729C.png" width="240" height="202" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Asphalt World&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/TheAsphaltWorld_editors_50C5B6BF.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="TheAsphaltWorld_editors" border="0" alt="TheAsphaltWorld_editors" src="http://community.devexpress.com/blogs/ctodx/TheAsphaltWorld_editors_thumb_43EB60A1.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/TheAsphaltWorld_grid_34D481C7.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="TheAsphaltWorld_grid" border="0" alt="TheAsphaltWorld_grid" src="http://community.devexpress.com/blogs/ctodx/TheAsphaltWorld_grid_thumb_78C84011.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/TheAsphaltWorld_scheduler_374D8DB8.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="TheAsphaltWorld_scheduler" border="0" alt="TheAsphaltWorld_scheduler" src="http://community.devexpress.com/blogs/ctodx/TheAsphaltWorld_scheduler_thumb_15158232.png" width="240" height="202" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;VS2010&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/VS2010_editors_0CB1ACDB.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="VS2010_editors" border="0" alt="VS2010_editors" src="http://community.devexpress.com/blogs/ctodx/VS2010_editors_thumb_18D32702.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/VS2010_grid_70C077E2.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="VS2010_grid" border="0" alt="VS2010_grid" src="http://community.devexpress.com/blogs/ctodx/VS2010_grid_thumb_0733166A.png" width="240" height="202" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/VS2010_scheduler_53F6DD00.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="VS2010_scheduler" border="0" alt="VS2010_scheduler" src="http://community.devexpress.com/blogs/ctodx/VS2010_scheduler_thumb_4407983C.png" width="240" height="202" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Whiteprint&lt;/strong&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/Whiteprint_editors_57B481D0.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Whiteprint_editors" border="0" alt="Whiteprint_editors" src="http://community.devexpress.com/blogs/ctodx/Whiteprint_editors_thumb_1639CF77.png" width="240" height="205" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/Whiteprint_grid_0E422D15.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Whiteprint_grid" border="0" alt="Whiteprint_grid" src="http://community.devexpress.com/blogs/ctodx/Whiteprint_grid_thumb_5DCBA89E.png" width="240" height="205" /&gt;&lt;/a&gt;&amp;#160;&lt;a href="http://community.devexpress.com/blogs/ctodx/Whiteprint_scheduler_63A64C37.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Whiteprint_scheduler" border="0" alt="Whiteprint_scheduler" src="http://community.devexpress.com/blogs/ctodx/Whiteprint_scheduler_thumb_7AF150A8.png" width="240" height="205" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And if you’re still reading, remember these skins will be available for &lt;em&gt;all&lt;/em&gt; of the Delphi and C++Builder versions we’ll be supporting in v2011 vol 2: Delphi 7, Delphi 2007, Delphi 2010, Delphi XE, Delphi XE2, and C++Builder 2007, C++Builder 2010, C++Builder XE, C++Builder XE2. &lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=356940" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="C++Builder" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/C_2B002B00_Builder/default.aspx" /><category term="VCL" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/VCL/default.aspx" /><category term="Delphi" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Delphi/default.aspx" /></entry><entry><title>Delphi sneak peek: Improvements for the VCL Ribbon for v2011 vol 2</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/10/11/delphi-sneak-peek-improvements-for-the-vcl-ribbon-for-v2011-vol-2.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/10/11/delphi-sneak-peek-improvements-for-the-vcl-ribbon-for-v2011-vol-2.aspx</id><published>2011-10-11T20:42:37Z</published><updated>2011-10-11T20:42:37Z</updated><content type="html">&lt;p&gt;For the v2011 vol 2 release, we have implemented some much-requested features (as always, thanks to the customers who voted on these items; your feedback is much appreciated). First of all, here’s the traditional video (click on the image to see the animation) so you have some context:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/Ribbon_Improvements.swf"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="VCL Ribbon Improvements v2011.2" border="0" alt="VCL Ribbon Improvements v2011.2" src="http://community.devexpress.com/blogs/ctodx/RibbonImprovements-v2011-2_767673AA.png" width="697" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now for the enhancements. I’ve added and linked the suggestion ids for more information.&lt;/p&gt;  &lt;p&gt;1. The ribbon now automatically adjusts the size of multi-line editors to maximize the number of items/lines displayed (&lt;a href="http://www.devexpress.com/Support/Center/Issues/ViewIssue.aspx?issueid=AS11330"&gt;AS11330&lt;/a&gt;). By default, the RadioGroup, CheckGroup, Image, Memo, and Rich editors embedded into the Ribbon via TcxBarEditItem will now be &lt;em&gt;automatically resized&lt;/em&gt; so that their contents (items or text lines) are fully visible. For backward compatibility, this functionality can be turned off if you prefer the old way this worked. To see the feature in action, watch the &amp;quot;Radio and Check Groups&amp;quot;, &amp;quot;Image Editors&amp;quot;, and &amp;quot;Multi-line Editors&amp;quot; tab groups in the video.&lt;/p&gt;  &lt;p&gt;2. The look and feel of the Microsoft Office check box controls are now properly reproduced in the Ribbon (&lt;a href="http://www.devexpress.com/Support/Center/Issues/ViewIssue.aspx?issueid=AS13185"&gt;AS13185&lt;/a&gt;). You can now change the position of the check boxes in check box controls embedded into the Ribbon via TcxBarEditItem. By default, newly created check box controls will have their check boxes positioned &lt;em&gt;before&lt;/em&gt; the caption. In addition, clicking a check box will immediately change its checked state &lt;em&gt;without moving focus&lt;/em&gt; to the control. These improvements can help you closely replicate the appearance and behavior of the check box controls in Microsoft Office. To see the new check boxes in action, watch the Check Boxes tab group in the video.&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=356687" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="C++Builder" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/C_2B002B00_Builder/default.aspx" /><category term="VCL" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/VCL/default.aspx" /><category term="Delphi" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Delphi/default.aspx" /></entry><entry><title>Looking to the future with our mobile support</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/10/04/looking-to-the-future-with-our-mobile-support.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/10/04/looking-to-the-future-with-our-mobile-support.aspx</id><published>2011-10-04T23:26:50Z</published><updated>2011-10-04T23:26:50Z</updated><content type="html">&lt;p&gt;Recently, there’s been a few developments of note in the mobile space from Microsoft. Let me recap them briefly:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The &lt;a href="http://arstechnica.com/gadgets/news/2011/10/five-years-later-zunes-troubled-journey-comes-to-an-end.ars"&gt;Zune hardware has been discontinued&lt;/a&gt;. The Zune name lives on as a set of services for mobile music and video.&lt;/li&gt;    &lt;li&gt;Mango (or Windows Phone 7.5) is slowly but surely being &lt;a href="http://arstechnica.com/microsoft/news/2011/09/first-major-windows-phone-update-starts-rolling-out-to-almost-everyone.ars"&gt;downloaded to WP7 phones&lt;/a&gt;. Critics are now saying it’s a worthy competitor to Android and iOS.&lt;/li&gt;    &lt;li&gt;Have I mentioned Windows 8 &lt;a href="http://community.devexpress.com/blogs/ctodx/archive/2011/09/20/build-conference-recap-and-our-commitment-to-you.aspx"&gt;anywhere&lt;/a&gt;?&lt;/li&gt;    &lt;li&gt;Even after many promises about providing such support, &lt;a href="http://connect.microsoft.com/VisualStudio/feedback/details/595712/no-support-for-windows-ce-and-compact-framework-development-in-vs2010"&gt;there is still no support for Windows CE and the ,NET Compact Framework in Visual Studio 2010&lt;/a&gt;. It’s even &lt;a href="http://msdn.microsoft.com/en-us/library/sa69he4t%28VS.100%29.aspx"&gt;stated as such in MSDN&lt;/a&gt;. At this stage, I would even state that such support won’t be provided in VS2011, currently in “Developer Preview” mode. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Er, say what? Yes, as far as we are aware, both by reading links such as the two I gave and by evaluating the subtext, Microsoft don’t want you to continue Windows CE and .NET CF development but would rather you concentrate on Windows Phone apps in Silverlight. If you do want to do such pre-WP7 mobile development, there’s still Visual Studio 2008 and the Windows Mobile 6 SDK, but that’s it.&lt;/p&gt;  &lt;p&gt;Consequently, we feel certain that continuing to provide .NET CF support in our Data and XPO libraries is no longer a viable use of our resources, especially given the major changes to the markets we operate in and platforms we support. Quite honestly, we haven’t provided any new functionality for CF for a while and I’m sure that the large majority of our customers don’t even know that it’s there. (I’m the CTO and I was only vaguely aware of its presence.) Nevertheless we expend time and resources in testing it whenever we make changes to our data support. Hence v2011 vol 1.x will be the last version of DXperience that will support data provisioning for CF; v2011 vol 2 will no longer have that support.&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=356177" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term=".NET" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/.NET/default.aspx" /><category term="CompactFramework" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/CompactFramework/default.aspx" /></entry><entry><title>Sneak Peek: Alert windows in VCL for Delphi (coming in v2011 vol 2)</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/09/29/sneak-peek-alert-windows-in-vcl-for-delphi-coming-in-v2011-vol-2.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/09/29/sneak-peek-alert-windows-in-vcl-for-delphi-coming-in-v2011-vol-2.aspx</id><published>2011-09-29T22:46:00Z</published><updated>2011-09-29T22:46:00Z</updated><content type="html">&lt;p&gt;What with all this news for our .NET platforms, I wouldn’t want our Delphi customers to feel left out in the cold. So, without further ado, let’s take a look at the new VCL Alert Window control that will debut in v2011 vol 2 later on this year. An Alert Window is a window that appears, usually with some kind of animation (the standard is that it pops up like a piece of toast from a toaster from the bottom left of the screen), to alert the user to some situation.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://community.devexpress.com/blogs/ctodx/AlertWindow2.swf"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="VCLAlertWindow" alt="VCLAlertWindow" src="http://community.devexpress.com/blogs/ctodx/VCLAlertWindow_37A095CC.png" border="0" height="220" width="320" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;(Click image for animation.)&lt;/p&gt;  &lt;p&gt;Pretty simple in concept and very effective at getting some important information in front of the user.&lt;/p&gt;  &lt;p&gt;We’ve provided many options for animation, and you can apply separate options to both the showing and to the hiding of an alert window. These include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Animation effect&lt;/strong&gt;: namely Slide, Fade, Move, and None.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Pop-up position&lt;/strong&gt;: either near the Windows notification area or one of the screen corners.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Animation direction&lt;/strong&gt;: all four directions are supported: up (“toaster” type), down, left (shown in the video), and right. The animation path depends on the pop-up position, but it’s always either vertical or horizontal.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Animation time&lt;/strong&gt;: this allows you to extend or shorten the animation.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;We’ve also provided some other options to help you customize the alert windows:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Capability to &lt;strong&gt;display custom buttons&lt;/strong&gt; in a window’s footer.&lt;/li&gt;    &lt;li&gt;Visibility of &lt;strong&gt;caption buttons&lt;/strong&gt; (there are three: a dropdown menu (currently supporting TPopupMenu, so it can provide pretty much anything you want), pin, and close).&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Auto-snap alert windows to screen edges&lt;/strong&gt; during drag operations.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Auto-hide alert windows&lt;/strong&gt; after a specified time.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Auto-size alert windows&lt;/strong&gt; by content (limits are adjustable) or you can specify the exact height and width.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Limit the number&lt;/strong&gt; of simultaneously displayed alert windows.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Skin support&lt;/strong&gt; (duh!).&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;All in all, a nice addition to our VCL subscription for v2011 vol 2.&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=355841" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="C++Builder" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/C_2B002B00_Builder/default.aspx" /><category term="VCL" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/VCL/default.aspx" /><category term="Delphi" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Delphi/default.aspx" /><category term="alert window" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/alert+window/default.aspx" /></entry><entry><title>Sneak peek: ASP.NET track bar control (aka slider control)–coming in v2011 vol 2</title><link rel="alternate" type="text/html" href="http://community.devexpress.com/blogs/ctodx/archive/2011/09/26/sneak-peek-asp-net-track-bar-control-aka-slider-control-coming-in-v2011-vol-2.aspx" /><id>http://community.devexpress.com/blogs/ctodx/archive/2011/09/26/sneak-peek-asp-net-track-bar-control-aka-slider-control-coming-in-v2011-vol-2.aspx</id><published>2011-09-26T20:48:57Z</published><updated>2011-09-26T20:48:57Z</updated><content type="html">&lt;p&gt;From the nifty and much-requested department, I am pleased to present the new ASP.NET (and MVC!) track bar control, ASPxTrackBar. (You also might possibly have caught a reference to it in passing during our BUILD recap and What’s New webinar last week.) &lt;/p&gt;  &lt;p&gt;A track bar (or slider) control essentially comprises three parts: a thumb, a scale, and some UI that helps to increase or decrease the value represented by the thumb on the scale. You can also grab the thumb with the mouse and move it to represent a larger or smaller value. The track bar has the following notable features:&lt;/p&gt;  &lt;p&gt;1. The bar can be shown horizontally or vertically. Note that the value on the scale is rendered differently.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Track Bar: Horizontal and Vertical Display" border="0" alt="Track Bar: Horizontal and Vertical Display" src="http://community.devexpress.com/blogs/ctodx/HorzVertDisplay_2F7C757D.png" width="400" height="300" /&gt;&lt;/p&gt;  &lt;p&gt;2. The user can use the bar either in a normal (or forward) direction or a reversed direction.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Track Bar: Normal or Reverse Display" border="0" alt="Track Bar: Normal or Reverse Display" src="http://community.devexpress.com/blogs/ctodx/NormalReverseDisplay_27F10610.png" width="400" height="300" /&gt;&lt;/p&gt;  &lt;p&gt;3. Not only is the value on the scale rendered differently, but you can specify that the scale labels be highlighted too.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Track Bar: Scale labels highlight" border="0" alt="Track Bar: Scale labels highlight" src="http://community.devexpress.com/blogs/ctodx/ScaleHighlight_4E52E95B.png" width="400" height="100" /&gt;&lt;/p&gt;  &lt;p&gt;4. The bar comes with a value tooltip. This is shown when the user changes the value of the control, and is animated to show the changes as they occur.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Track Bar: Tooltips" border="0" alt="Track Bar: Tooltips" src="http://community.devexpress.com/blogs/ctodx/Tooltip_2DCBA9A9.png" width="400" height="100" /&gt;&lt;/p&gt;  &lt;p&gt;5. Normally we think of track bar as a control for visualizing and changing numeric values. Ours has a special display mode linked to an items collection. The items in the collection define the steps on the scale, and you can specify the label and the tooltip associated with each item. This mode also allows for the items to be loaded from the database.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Track Bar: Item Display Mode" border="0" alt="Track Bar: Item Display Mode" src="http://community.devexpress.com/blogs/ctodx/ItemDisplayMode_13F7737A.png" width="400" height="100" /&gt;&lt;/p&gt;  &lt;p&gt;6. The bar supports ranges. In this mode, the bar has two thumbs, one for the “smaller” value, and one for the “larger” value. The tooltip is changed to show the range selected.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Track Bar: setting ranges" border="0" alt="Track Bar: setting ranges" src="http://community.devexpress.com/blogs/ctodx/RangeFeature_3A5956C5.png" width="293" height="146" /&gt;&lt;/p&gt;  &lt;p&gt;7. The bar has a very flexible method to set the scale. The developer can create a completely different scale, even one that is not symmetrical.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Track Bar: setting the scale" border="0" alt="Track Bar: setting the scale" src="http://community.devexpress.com/blogs/ctodx/ScaleSettings_527CC120.png" width="278" height="370" /&gt;&lt;/p&gt;  &lt;p&gt;8. The bar is rendered in a two step process. The server renders part of the bar, which is completed on the client side. This has the advantage of a slightly smaller download, with a richer user experience on the client.&lt;/p&gt;  &lt;p&gt;To repeat, in case you missed it above: this new track bar control will be available in both ASP.NET and ASP.NET MVC for v2011 vol2.&lt;/p&gt;&lt;img src="http://community.devexpress.com/aggbug.aspx?PostID=355468" width="1" height="1"&gt;</content><author><name>Julian Bucknall (DevExpress)</name><uri>http://community.devexpress.com/members/Julian-Bucknall-_2800_DevExpress_2900_.aspx</uri></author><category term="v2011.2" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/v2011.2/default.aspx" /><category term="ASP.NET" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/ASP.NET/default.aspx" /><category term="ASP.NET MVC" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/ASP.NET+MVC/default.aspx" /><category term="Track bar" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Track+bar/default.aspx" /><category term="Slider" scheme="http://community.devexpress.com/blogs/ctodx/archive/tags/Slider/default.aspx" /></entry></feed>
