11-20 of 112
-
Adding Silverlight Toolkit Controls to the Visual Studio and Blend Toolbox
Wednesday, February 04, 2009Now that title is a mouth-full. I’ve seen a few questions in the Silverlight.net forums asking how to get the Silverlight Toolkit controls into the toolbox/asset library of Visual Studio 2008 and/or Expression Blend 2. There are a bunch of great posts scattered among the tubes on how to do this but I wanted to explain both Visual Studio 2008 and Blend 2 in one post. Plus it’ll segue nicely into an upcoming post :) Download the Silverlight Toolkit Download the latest release of the Silverlight Toolkit (December 2008 as of this post). Unzip to a folder of your liking -
Working with Units of Measure in a NumericUpDown
Wednesday, December 10, 2008One of the great controls released with the Silverlight Toolkit is the NumericUpDown. Sure it may seem like just a basic textbox that allows user input with the added glory of a spinner that makes it easy to nudge values up or down with a click, which in and of itself is a great benefit, but there is also some lesser known plumbing that allows users to easily extend this control to provide some great user experiences. One of my favorite user experiences is the way the UpDowns, or spinners as some call them, work in Microsoft Word when you’reFiled under | 3 comments » -
ZunePass Just Got Upgraded
Sunday, November 23, 2008One of my passions is music, especially the discovery of new music. Back in the day I used to walk into Wax Trax Records in Denver or Albums on the Hill in Boulder and walk out with a stack of CDs that I’d grabbed for no other reason than I liked the album art or the tight-pants wearing clerk behind the counter nodded vaguely in its direction. Sometimes it worked out; Mentallo & The Fixer, Arctic Monkeys (before they were big, bought only because the word Monkey was in their name), and a few others. Other times it was aFiled under | 0 comments » -
Dynamic Icons in the Silverlight TreeView
Thursday, November 06, 2008A common question in the forums has been how to get dynamic icons in the Silverlight Toolkit TreeView and luckily there are quite a few options. The Icon Before you can make the icon dynamic you need a place to put it. The basic idea is to create a HierarchicalDataTemplate and make room for an image: <stackpanel.resources> <controls:hierarchicaldatatemplate x:key="TaxonomyTemplate" itemssource="{Binding Subclasses}"> <stackpanel orientation="Horizontal"> <contentpresenter margin="0 0 4 0" content="???" /> <textblock text="{Binding Classification}" /> </stackpanel> </controls:hierarchicaldatatemplate> </stackpanel.resources> <controls:treeview x:name="MasterTree" itemtemplate="{StaticResource TaxonomyTemplate}" /> I've added a ContentPresenter and the Content is what we're interested in setting dynamically. Option #1 – The -
The Silverlight Toolkit and You
Tuesday, October 28, 2008Ever since joining Microsoft back in August 2008 this blog has been pretty quiet and not just because I’ve been rolling around in the autumn leaves on campus but because of this gem, the Silverlight Toolkit. At its highest level the Silverlight Toolkit is a collection of great controls and utilities that are continually being improved and polished until they are of the highest and most useful caliber. You can find all the great details about this release over on my fearless leader’s blog and I highly recommend you check it out because beyond saying what the Silverlight Toolkit containsFiled under | 0 comments » -
Updated Mp3Tag source for Zune 3.0
Sunday, September 21, 2008With the release of the new coolness otherwise known as the Zune 3.0 update a few people have let me know that my Mp3tag sources that hook into Marketplace data no longer work. After a little digging the problem was that the Zune team put everything into a namespace thus breaking all the tags I was searching on. A little search and replace magic and now we have an updated Marketplace.zip. Get it while it’s hot! As an aside I was at the EMP, the Experience Music Project in Seattle which is like a huge museum/learning center centered around allFiled under | 6 comments » -
Seattle: The First Weekend
Sunday, August 10, 2008My first weekend living in Seattle is drawing to a close and as the sun very, very slowly sets I figured I'd give a wee status report. Right now I'm living in an apartment provided so nicely by Microsoft in an area of downtown Seattle called Belltown in a place The Shelby. It's a fairly modern, clean, 1 bedroom place with a kitchen and dinning nook that fits two people rather well. Fully furnished though someone should talk to whomever outfitted this place, we need more towel racks, seriously people. Towel racks. The area is pretty much full of hipster -
Full Disclosure
Thursday, August 07, 2008It's all about the snappy opening line, watch any classic movie from the 40's and you'll realize the importance of the opening line. If you need some evidence check out 'His Girl Friday', at least the first 20 minutes, for some of what I consider some of the back & forth dialog around. Of course the classic for lines from the 40's is arguably 'Casablanca' and if you've never seen it you owe it to yourself to watch it with a bottle and some friends, you'll be amazed at how many lines come from just that one movie. The point,Filed under | 4 comments » -
Lame Support for XML Code Snippets Visual Studio 2008
Wednesday, July 09, 2008As I've been working my way through the Silverlight & XAML landscape inside of Visual Studio I've come to realize how much better tools like TextMate, InType & E are at editing straight text. I was reminded of this today when I was trying to create a simple code snippet for XAML. I whipped up a quick little snippet and went to use it how I always do, by typing the shortcut then pressing TAB. Well, I tabbed and nothing happened. OK, something happened, I got a tab, which I didn't expect at all. It should have expanded myFiled under | 2 comments » -
Observing Silverlight From a Speeding Car
Wednesday, June 04, 2008I've been putting myself through a crash course on Silverlight\WPF these last few days and here are a few random thoughts. All of this is after a 60 minute breakneck tour of WPF\Silverlight so I'm more than likely missing a whole bunch of things and probably doing things bass-ackwards but hey, that's why they call it learning. There are three stock layout managers (used for placing controls): Canvas, Stack & Grid. Where is the CSS-style panel? If designing web pages has taught us anything it's that the grid quickly gets cumbersome. Note to self if I get hired at Microsoft:Filed under | 3 comments »
Archives
2010
2009 (10)
2008 (33)
2007 (52)
2006 (16)