SpriteHand
Module Border
  Sharing Blend Workspace Settings
Module Border
Location: BlogsAndy's Blog    
Posted by: host 11/19/2009 8:49 PM


Expression Blend 3 has two pre-defined Workspaces, available under the Window/Workspaces menu.

  1. the Design Workspace is tuned for layout and UI creation, and is the default view you see in Blend.
  2. the Animation Workspace is tuned for creating Storyboard Animations and gives you a larger view of the StoryBoard timeline.

We can also create and save our own custom Workspaces using the Window/Save as New Worspace menu option. And we can Rename and Delete Workspaces using the Window/Manage Workspaces menu option.

Workspaces save the following information:

  • visibility of panels
  • the size and orientation of panels
  • the panels that are within panel groups
  • whether a panel is floating or docked

Sharing Blend Workspace Settings

I was recently asked, how can we share Workspace settings across multiple users? For example, you may have set up the perfect Workspace for completing a task, and want to share this with other users in your team.

While Blend does not support this natively, we can hack around a bit to get a Workspace copied to another machine.

  1. Copy the Workspace settings files stored in this folder:

    %APPDATA%\Microsoft\Expression\Blend3\Workspaces

    Each Workspace has a "default" version (containing the original settings from the "Save" operation), and a "modified" version (containing any changes made after the Save).
  2. We also need to add settings to the user.config file located in this folder:

    %APPDATA%\Microsoft\Expression\Blend3\

    Open the user.config file in your favorite XML editor (well, notepad works). Look for the node containing UserWorkspaces, and add the name of the Workspace to this value. Note that we can add multiple Workspace names, with a pipe delimiter. 

    <ConfigurationObject Name="WorkspaceService">
        <PrimitiveObject Name="ActiveWorkspace">WorkspaceX</PrimitiveObject>
        <PrimitiveObject Name="UserWorkspaces">WorkspaceX|WorkspaceY</PrimitiveObject>
      </ConfigurationObject>

Permalink |  Trackback

Comments (2)   Add Comment
Re: Sharing Blend Workspace Settings    By Anonymous on 12/3/2009 5:04 PM
Great minds think alike :)

http://adamkinney.wordpress.com/2009/09/23/how-to-share-workspaces-in-blend-3/

Re: Sharing Blend Workspace Settings    By Anonymous on 12/3/2009 7:13 PM
Doh! I missed your post on that Adam... Now you're gonna think I don't follow your blog... But I DO!

-Andy


Title:
Comment:
Add Comment   Cancel 
Module Border Module Border
Module Border
  Subscribe
Module Border
RSS   Twitter
Module Border Module Border
Module Border
  Diversions
Module Border

TALKING RAGDOLL
This Windows Phone 7 App was created using Silverlight, the  Physics Helper Library,  and the Farseer Physics Engine. It gets interesting when you import your friends photos and have your way with them!

MORE INFO



DROPPYPOP
This Windows Phone 7 game was created using Silverlight, the  Physics Helper Library,  and the Farseer Physics Engine.
DEMO

MORE INFO



BOSS LAUNCH
This physics game won first place in the Server Quest Contest. Created using Silverlight 2, the Physics Helper Library,  and the Farseer Physics Engine.
PLAY IT

MORE INFO



DESTROY ALL INVADERS
A scrolling shooter game where the objective is to destroy the invading UFO's flying over a neighborhood of your choosing. Imagery provided by Microsoft Virtual Earth. Created using Silverlight 2.
PLAY IT

INFO AND CODE



PHYSICS HELPER DEMOS
These demos were created for the Physics Helper Library, which makes it easy to create physics games and simulations using Expression Blend, Silverlight, and the Farseer Physics Engine.
PLAY IT

INFO AND CODE



HOOK SHOT
This little basketball game took first place in the TeamZoneSports Silverlight Contest. Created using Silverlight 2 and the Farseer Physics engine.
PLAY IT

MORE INFO



SORT THE FOOBARS
A game where you need to sort the good foobars from the bad ones. Created using Silverlight 2 and the Farseer Physics engine.
PLAY IT

MORE INFO



POLYGON PHYSICS DEMO
A demo showing polygon physics where the user draws physics objects with the mouse. Created using Silverlight 2 and the Farseer Physics engine.
PLAY IT

MORE INFO



SILVERLIGHT ROCKS!
Destroy the asteroids before they destroy your ship! Created using Silverlight 2.
PLAY IT

INFO AND CODE



FISH GAME
A simple game of harpoon-the-fish. Written using the AJAX Sprite Toolkit.
PLAY IT

INFO AND CODE

Module Border Module Border
Module Border
  Search_Blog
Module Border
Module Border Module Border
Module Border
  Blog_Archive
Module Border
Module Border Module Border
Copyright (c) 2013 andy.beaulieu.com - Login