(Lviv community of .NET developers)

Microsoft Expression Blend 2 December Preview

December 7, 2007 11:33 by rat

I am glad to announce that the new CTP of the Blend 2 is out


Advertisement
Public Folder Watcher (PFW) is an add-on for Microsoft Outlook enabling support of notifications about changes in Exchange Public Folders and providing a status of unread email messages.

Here is the list of the new features in this version (got from here) :

Visual Studio 2008 support - The Expression Blend 2 December Preview can open and work with Microsoft Visual Studio® 2008 projects and solutions. By default, Windows Presentation Foundation (WPF) projects that are created in the Expression Blend 2 December Preview are now Visual Studio 2008 solutions, whether targeting the Microsoft .NET Framework 3.0 or the .NET Framework 3.5. Visual Studio 2008 solutions cannot be edited in Visual Studio 2005. However, both Expression Blend 2 December Preview and Visual Studio 2005 can still open projects that were created by using earlier versions of Expression Blend and Visual Studio 2005.
 
Silverlight Support - Silverlight 1.0 projects created in Expression Blend 2 December Preview are now created as website projects instead of application projects, improving interoperability with Visual Studio 2008. Additionally, the Expression Blend user interface has been changed so that only Silverlight 1.0 properties are available; those WPF properties that are unsupported in Silverlight will not be displayed. You can still edit JavaScript-based Silverlight 1.0 projects in Expression Blend 2. 
Synchronized File Changes - When editing a Silverlight site project in Expression Blend 2 December Preview and Visual Studio at the same time, any changes that you make in Visual Studio are immediately applied in Expression Blend. 
Making Controls from Existing Objects - The Expression Blend 2 December Preview contains new functionality that lets you refactor (in other words, convert) existing content into a control that you can reuse (instantiate). Selected elements, their referenced resources, and referenced animations are refactored into the new control. You must build the project to be able to see and instantiate the new control. 
Split View and XAML Editor Improvements - The Expression Blend 2 December Preview lets you view an open document in both Design view and XAML view at the same time by selecting the new Split tab on the right side of the artboard. Changes to your document are immediately reflected in both the Design and XAML windows in Split view, whether the changes are made to objects, Storyboards, styles, templates, keyframes, and so on. Additionally, when you select an object, on the artboard in Design view or under Objects and Timeline, the cursor in XAML view immediately moves to the corresponding line of XAML. You can specify font size, font family, tab size, and word-wrap for the XAML editor (XAML tab) by modifying the Code Editor settings under Options in the Tools menu. 
Storyboard Picker - The Storyboard picker replaces the old Storyboard box. The picker consists of a label to indicate the name of the selected Storyboard (if a Storyboard is selected), a shortcut menu (available when you right-click the label), a pop-up button (and resulting pop-up menu), and a Close button to close all Storyboards and exit recording mode. Both the shortcut menu and the pop-up menu let you create a New Storyboard, and if a Storyboard is already selected, you can now Duplicate, Reverse, or Delete the selected Storyboard. The shortcut menu also lets you Rename the selected Storyboard. The pop-up menu contains all Storyboards in scope in a multicolumn layout. You can resize the pop-up menu, and filter its list according to a search text box at the top of the list. The Storyboard label serves as the Storyboard selector when you want to modify properties on a Storyboard. 
Storyboard and Keyframe Properties - The Expression Blend 2 December Preview contains new functionality for setting properties on Storyboards and on keyframes in the Properties panel. When you have a Storyboard selected, you can set a property to change the repeat behavior, and to make it reverse when it reaches the end. Note that you can change these properties only after you click the Storyboard label. 
Key Spline Editor - When you have one or more keyframes selected in a Storyboard, you can change the easing behavior between keyframes by using the new key spline graphical editor under Easing in the Properties panel. You can drag the endpoints on the graph, or set specific values. On the graph, the x-axis represents the time between the previous keyframe and the one that is selected, and the y-axis represents the value of the property being animated. Modifying the easing behavior can help you develop a more realistic animation. You can reuse key splines by making them into resources and applying them to other keyframes. 
Vertex Animation - The Expression Blend 2 December Preview contains new functionality for animating individual vertices (points and tangents) on a line. Previously, if you modified a vertex when in animation recording mode, the original shape of the object was permanently modified. Now, you can animate individual vertices on a path, you can convert between line and Bézier segments, and you can add vertices to an existing animated path.
Clip Path Editing and Animating - Expression Blend 2 December Preview now enables you to modify clipping paths on the artboard after you create them. You can also animate the individual vertices of clipping paths, and you can release a clipping path without losing the original path object. 
Breadcrumb Bar - The Expression Blend 2 December Preview now displays a breadcrumb bar above the artboard, which helps you keep track of where you are in a template hierarchy as you navigate through it. The breadcrumb bar also helps you quickly switch editing scopes when you are editing templates and styles in WPF projects. The breadcrumb specifies the selected object. If a template can be applied to the object (such as a button), you can click a drop-down arrow in the breadcrumb item to view the actions that you can perform on the object (such as editing a button template). If you have already edited a style or template on the object, the breadcrumb includes additional items that represent the style and template items that you edited earlier. This makes it easy to see which style or template has already been edited on an object, to quickly switch the scope in which you are editing, and to understand exactly where you are as you make changes. 
Font Embedding - The Expression Blend 2 December Preview contains new functionality for embedding fonts in your project. Embedding makes sure that the font that you select for your application is the font that users will see when they run your application. Typically, users will already have most of the fonts that you can select in Expression Blend, and therefore you do not have to embed them. If the user does not have your chosen font, a default system font will appear. If you do decide to embed, subset, or otherwise redistribute fonts in your application, it is your responsibility to make sure that you have the required license rights for those fonts. For the fonts that come with Expression Blend, see the Microsoft Software License Terms (EULA.language.rtf) file for full license terms. For other commercial fonts, see the Microsoft Typography web site for information that can help you locate a particular font vendor or find a font vendor for custom work. To embed fonts in an Expression Blend application, you can use the new Font Embedding manager available in the Tools menu and available in the Advanced Properties section under Text in the Properties panel when you select a text control. For more information about how to embed fonts in WPF applications, see Packaging Fonts with Applications on MSDN. 
Build Options - When building inside the Expression Blend 2 December Preview, the property $(BuildingInsideExpressionBlend) is set to true. You can use this property in your project or .targets files to change how the project builds when in Expression Blend. For more information about how Visual Studio supports this scenario, see the Visual Studio Integration documentation. 
Copying Projects - You can now create copies of your projects and sites in Expression Blend 2 December Preview by clicking Save Solution Copy on the File menu. These copies are exact replicas of the project or site that you are working on, and saved to disk without leaving the version that you are working on. 

Adding Multiple Projects to a Single Solution - When you create a WPF project in Expression Blend 2 December Preview, a solution file is automatically created for you. This solution file is compatible with Visual Studio 2008. In Expression Blend 2 December Preview, you can now add multiple projects to your solution by right-clicking the name of the solution in the Project panel and then clicking Add New Project or Add Existing Project. You can also add references to existing projects (without copying them to your solution) by right-clicking the References folder in the Project panel and then clicking Add Project Reference. 
Drag and Drop - It is now possible to incorporate media into your projects by dragging media files from outside Expression Blend 2 December preview and dropping them onto the artboard when a document is open. The media files are automatically added to your project. Additionally, you can drag any supported asset files (3D objects, media files, XAML files) into the Project panel to add them to your project. 
Support for New 3D Objects - The .NET Framework 3.5 introduces new 3D objects. Expression Blend 2 December Preview does not include the new 3D objects in the Asset Library. However, you can use them by making modifications manually in XAML, or by using Visual Studio 2008 to add the objects and then open your project in Expression Blend. The new 3D objects are recognized by Blend, and you can use the 3D adorners to adjust those objects in the scene. 
Object Manipulation - In Expression Blend 2 December Preview, you can duplicate objects by dragging them while holding the CTRL key. You can also resize, scale, and rotate multiple objects at the same time by selecting them and then using the resizing handles on the artboard. You can also rotate multiple selected objects around any center of rotation. 
Keyboard Shortcuts - A number of keyboard shortcuts in Expression Blend 2 December Preview have been updated to be more consistent with the keyboard shortcuts in Microsoft Expression Design. 
Close Buttons on Panels - The Project, Properties, and Resources panels now include a close button in the upper-right corner, whether they are floating or fixed. You can open these panels again from the Window menu. You can still use TAB or F4 to toggle all panels at the same time. 
Search Text Boxes - The Search label that typically appears next to the search text box in the Properties panel, the Asset Library window, and the new Storyboard picker, now appears inside the search text box. The Search text disappears when the user starts typing keywords into the search text box.

 


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: WinFx
Actions: Permalink | Comments (18) | RSSRSS comment feed

Comments

March 1. 2010 15:09

The Search text disappears when the user starts typing keywords into the search text box.

GHD MK4 IV Pure

May 7. 2010 06:33

Thank you for writing the details.

microsoft points

May 27. 2010 10:21

Fantastic resource buddy, you got a myspace account?

flash training resource

May 27. 2010 16:07

a good article couldn't be written without a good topic, i think you should wrtie some new things on your blogs. things like,<A

title="ghd hair straightners" href="http://www.bestghdstraighteners.com/"; ><B>ghd hair straightners</B></A> as well as&nbsp;

ghd straightener

June 14. 2010 15:25

Fantastic resource buddy, you got a myspace account?

thomas sabo

June 17. 2010 19:39

Akiba-Idols is really a website specialized in the actual craze that was happening in The japanese;Idols. Idols are scantily clad woman or even girls (jr . idols) appearing upon display in provocative poses, words as well as phrases and perhaps even scenarios. Be aware it is not exactly porno, however maybe really a soft type of porno that requires no full bare skin and absolutely no penetration in any way. Updates tend to be weekly as well as can include Intravenous as well as Jr . idols. Examine all of us out from www.akiba-Idols.com

Hot

June 18. 2010 10:09

at seoworkbook.net we teach you the most effective methods to generate Revenue, you cannot retain your website heading without cash coming in and obviously a great wad of cash usually keeps your moatavation to work hard on your website up, in this section we go above the primary ways to create your site for instance adnetworks (which includes CPA & PPC) and affilate networks plus much more.

Search engine optimization

June 24. 2010 07:08

Thanks for sharing your article. As a sports fan I adore all kinds of sports equipments. I've got <a href="http://www.hijordan.us/";>michael jordan shoes</a>、 <a href="http://www.vibramfivefingerssale.us/";>vibram five fingers</a> and<a href="http://www.p90xworkoutdvdset.com/";> p90x sale</a>. I think <a href="http://www.cheap-ed-hardy.com/";>ed hardy</a> are the coolest t-shirts in the world!

p90x sale

July 2. 2010 03:13

As anybody understands respect is one of the most imperative amongst people's existence. Only respect one another to obtain along properly and I feel that leaving one's opinion is often a behavior of respect. Do you feel so?

Air Jordan shoes

July 8. 2010 17:08

Trubloods.com is actually really a internet site dedicated in order to providing all the actual goodness and also darkness through the struck show True Blood. True Blood is actually called as the actual synthetic blood the japanese have got designed and now vampires of the actual underworld emerge from the night in order to attempt and exist together along with individuals. You follow Sookie Stackhouse as your woman offers with the actual disarray which is available in the particular globe. There is ambiance, humor, actions, and several more when you notice vampires, human beings because well as supernaturals conflict inside the town of Bon Temps, Louisiana. Watch free of charge avenues with trubloods.com!

japanese

July 8. 2010 18:53

The Big 10 Football Nation Forum may be a site in which it is easy to talk about just about anything in regards to the NCAA Big 10 Football Conference. You might also discuss about many other issues like other NCAA Football Conferences, other sporting activities, everyday chit chat, and all kinds of other topics. There can be a unique VIP Section exactly where you may possibly buy, sell, trade, or have sports bets with other members. http://www.big10footballnation.net/forums/forum.php

big 10 forum

July 14. 2010 23:12

Fantastic resource buddy, you got a myspace account?

vibram fivefingers

July 16. 2010 03:28

I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff your post. Thanks for sharing!

Retro Jordans

July 20. 2010 23:36

Your blog is wonderful,I've learnt a lot from you. Many thanks, hope you can do better in the future.Also I want to introduce http://www.supras.cc/supra-cuban-18/ to you,it is rather good.

Supra Shoes

July 26. 2010 09:49

I admire the valueable nformation you offer in your article. I'm sure I will learn lot of new stuff here the other else.

Thanks

Shoes

July 28. 2010 07:39

I like wear Cheap Jordans Shoes very much. It wears very comfortable, if you are interested this kind of shoes, please click on http://www.cheapjordans.cc/

Cheap Jordans Shoes

July 28. 2010 08:54

Wow that's interesting. Good news though, they make easy to use bikini hair removal creams. They work just as good as a wax for women who still want to be clean down there.
http://www.yaahshoes.com/

New Balance Shoes

July 30. 2010 01:46

Thanks so much for posting these, they are fantastic! So bummed I missed what looks like a truly unique evening.
http://www.yaahshoes.com/new_balance

New Balance Sneakers

Add comment


(Will show your Gravatar icon)