News in the Category:
XAML
Total posts: 142 | Sort by Views | Sort by Hits
ComponentArt WebLogs, February 23, 2010
Views: 10 | Hits
Along with ComponentArt UI Framework 2010.1 for Silverlight and WPF comes fantastic new funtionality for our ItemFlow control, the ability to utilize live XAML content within ItemFlowItem...
ComponentArt WebLogs, February 23, 2010
Views: 19 | Hits
Along with ComponentArt UI Framework 2010.1 for Silverlight and WPF comes fantastic new funtionality for our ItemFlow control, the ability to utilize live XAML content within ItemFlowItem...
Jesse Liberty - Silverlight Geek, January 23, 2010
Views: 177 | Hits 10
Two architectural demands for the Silverlight HVP, which are common to many larger applications, came together this week and crystallized into a design that looks to solve two more unanticip...
HackingSilverlight, January 21, 2010
Views: 135 | Hits 14
Part of the whole fun with doing Tard'd samples is just the fun of doing something not quit PC but the bottom line really is doing clear and concise samples that are easy to understand. Granted MVVM r...
HackingSilverlight, January 4, 2010
Views: 227 | Hits 16
So one task that was bugging me today was doing image loading asynchronously so as to not drag the app down. Now there are some 'xaml' ways of doing this in wpf and supposedly in SL but alas I have no...
ComponentArt WebLogs, December 15, 2009
Views: 155 | Hits 8
This blog post lists all the chart types that Silverlight Chart
supports. They are divided into several sections: bar charts, pie and
doughnut charts, area charts, line charts, marker and bubbl...
ComponentArt WebLogs, November 19, 2009
Views: 170 | Hits 9
As most people are by now aware, the recently released Web.UI 2009.3, introduces a Silverlight Charting control. Although the main reasons for using the charting control is to visually display t...
The Visual Basic Team, November 13, 2009
Views: 215 | Hits 7
Whats wrong with the following WPF code?
Class Window1
Sub OK_Click(sender As Object, e As RoutedEventArgs) Handles OK.Click
MsgBox("Button Clicke...
ComponentArt WebLogs, November 11, 2009
Views: 230 | Hits 19
This blog post will demonstrate how to use the drilldown capability of the Silverlight Chart control. Parts two and three will show how to integrate Chart drilldown with a BreadCrumb co...
HackingSilverlight, October 17, 2009
Views: 159 | Hits 18
So a week or so ago I ran across this article/post by Jeremiah Morrill (MVVM-for-Tarded-Folks-Like-Me-or-MVVM-and-What-it-Means-to-Me.aspx ) was agasp that some spent the time to make MVVM so understa...
Brad Abrams, October 6, 2009
Views: 339 | Hits 38
The data we work with in business application is valuable. We need to protect the data.. sometimes by keeping up with exactly who accesses and updates what data when and other times we need to a...
HackingSilverlight, September 24, 2009
Views: 173 | Hits 16
A friend posed a question a few weeks back about implementing a dial control. I found a few but they seemed problematic so I decided it can't possibly be that hard. So the idea is a control with a cus...
Laurent Duveau, September 17, 2009
Views: 567 | Hits 89
Microsoft Learning has just released an online course "Introduction to XAML" which is free. To access the course follow this link: Clinic 6375AE: Introduction to XAML Overview...
Al Pascual, September 11, 2009
Views: 833 | Hits 94
Tonight I wanted to play a little with the new Managed Framework MEF for short library.
A few simple steps to start with MEF.
Download the Managed Extensibility Framework from here
Add a reference to ...
JohnPapa.net, September 8, 2009
Views: 514 | Hits 54
Model-View-ViewModel (better known by its super hero alias of MVVM ) is a great pattern to use with Silverlight and WPF. Here is my 5 minute perspective on MVVM (yep, it took me 5 minutes to spit this...
HackingSilverlight, September 7, 2009
Views: 114 | Hits 1
So this weekend my project of choice was to build a dial control. I'll post more on that later. But one cool thing I ended up doing was building a custom event on the dial control called OnPosition Ch...
Nikhil Kotharis Weblog, August 27, 2009
Views: 382 | Hits 14
Time for a brief but fun post... some time back Tim Heuer posted the Silverlight 3 bouncing plane gratuitous demo. Click an element, and the nearest corner would bounce backwards and forwards as it co...
Jesse Liberty - Silverlight Geek, August 27, 2009
Views: 381 | Hits 10
I wanted to add an animated pie chart to my previous post. The samples from the Toolkit are terrific, but sometimes it is difficult to find the easiest, most cookbook like process; so for those ...
the telerik blogs, August 25, 2009
Views: 555 | Hits 5
We received a couple of questions on how some of the days and hours in the different views of RadScheduler can be customized.
The answer of this question is in the attached application illustrating h...
Clarity Blogs: ASP.NET, August 21, 2009
Views: 752 | Hits 12
This is Part 2 of my series of posts dedicated to creating an animating and virtualizing WrapPanel for Silverlight. If you missed the Introduction or Part 1 I suggest you take a look. Setup WrapPane...
JohnPapa.net, August 15, 2009
Views: 512 | Hits 40
Last week I posted the code for a swivel behavior I created. It rotates a set of panels 180 degrees. The next step in the rotation process is to add a button that causes the rotation from front to bac...
Method ~ of ~ failed, August 6, 2009
Views: 246 | Hits 8
I came across this add-in for Visual Studio the other day that is subtle but added some productivity features to Visual Studio for me. Its called Tabs Studio. NOTE: Im not getting a complimentary ...
Method ~ of ~ failed, August 6, 2009
Views: 385 | Hits 19
I came across this add-in for Visual Studio the other day that is subtle but added some productivity features to Visual Studio for me. Its called Tabs Studio. NOTE: Im not getting a complimentary ...
Method ~ of ~ failed, August 6, 2009
Views: 441 | Hits 62
I came across this add-in for Visual Studio the other day that is subtle but added some productivity features to Visual Studio for me. Its called Tabs Studio. NOTE: Im not getting a complimentary ...
Jesse Liberty - Silverlight Geek, August 4, 2009
Views: 414 | Hits 19
(click on the image to see other Mini-tutorials)
TURING Entry [100:4] [What are these numbers?]
In Entry [100:3] we were about to create a form and then go on to data validation. Her...
Jesse Liberty - Silverlight Geek, July 27, 2009
Views: 420 | Hits 19
As Silverlight moves from providing controls and UX bits to providing a framework for creating entire applications, it becomes more important to have a framework for multi-page applications. Sil...
Clarity Blogs: ASP.NET, July 27, 2009
Views: 545 | Hits 10
This is going to be a brief post, because its really just about making the XAML parser happy in an obscure case. I ran into a problem when I tried to refer to an enum in XAML. This isnt something you...
Jesse Liberty - Silverlight Geek, July 25, 2009
Views: 382 | Hits 18
Silverlight 3 provides the ability to manage your various resources in dedicated files and folders, and then merge them together as needed. This allows for far easier scaling of applications and easie...
Jesse Liberty - Silverlight Geek, July 22, 2009
Views: 436 | Hits 19
What It Is With element binding, it is now possible to bind the value of one object in your UI directly to a second object, without recourse to binding to a data object or handling events. How You D...
Hannes Preishuber, July 18, 2009
Views: 842 | Hits 82
Documentation says that Design Preview in Silverlight 3 Tools for Visual Studio 2008 is away. The preview with Silverlight 2 was only read only and sucks. OK is bad but no preview is even worse. When ...
JohnPapa.net, July 16, 2009
Views: 554 | Hits 54
Lately I have been immersed in the world of MVVM/Silverlight and often Prism. But in this world the design elements cant be pushed aside. I admit it I am a developer who has fallen in love with Blend...
The Code Project Latest Articles, June 18, 2009
Views: 566 | Hits 32
This is an introduction to creating XAML applications using Silverlight 1.0 and JavaScript....
Clarity Blogs: ASP.NET, June 9, 2009
Views: 732 | Hits 16
Animations are a feature in WPF and Silverlight that greatly enhance the user experience of the application. Animations provide a smooth transition from one scene or view to the next and can sig...
Clarity Blogs: ASP.NET, June 3, 2009
Views: 1,075 | Hits 15
A while ago I had a debate with my co-worker on when to put a resource in a User Control (whether it would be in XAML or in code behind) or put that resource in a Resource Dictionary. We had thi...
Jesse Liberty - Silverlight Geek, May 29, 2009
Views: 525 | Hits 37
I had the pleasure of presenting Whats New In Silverlight 3 both at TechEd this year and then again to the Redmond .NET Developers Association,
I think the best way to make this material available is...
Clarity Blogs: ASP.NET, May 20, 2009
Views: 2,025 | Hits 23
This topic has been covered by many people, but since I was recently looking at it myself, I thought Id add it here. My idea is to load resources at runtime to enable hot swapping of skins without ha...
Jesse Liberty - Silverlight Geek, April 30, 2009
Views: 526 | Hits 32
The Silverlight Toolkit is innovative in many ways, not least of which is that controls are released in one of four quality bands:
Mature: ready for release
Stable: suitable for most scenarios
Prev...
Method ~ of ~ failed, April 3, 2009
Views: 524 | Hits 20
I got an email the other day about if there was a way to pass an object between the navigation pages in Silverlight 3. The scenario was that the developer wanted to use the same data, but represent it...
Method ~ of ~ failed, April 3, 2009
Views: 750 | Hits 35
I got an email the other day about if there was a way to pass an object between the navigation pages in Silverlight 3. The scenario was that the developer wanted to use the same data, but represent it...
Jesse Liberty - Silverlight Geek, April 3, 2009
Views: 609 | Hits 32
and Why Coding Is So Much Fun A Gonzo Adventure In What You Can Learn When Youre Not Doing What You Are Supposed To Be Doing And Youll Be Done In Just A Minute, It Almost Works Two days ...
Clarity Blogs: ASP.NET, April 2, 2009
Views: 1,219 | Hits 16
Working with the illustrious design team at here at Clarity has opened my eyes about the user experience limitations of coding. Specifically, some of their concepts for a particular animation are grea...
Brad Abrams, April 1, 2009
Views: 877 | Hits 51
Have you tried out the new Silverlight 3 Navigation Application? Our plan with this as to make it much easier to folks to get started building a RIA application with Silverlight. You can f...
Method ~ of ~ failed, March 22, 2009
Views: 424 | Hits 13
One of the new features in Silverlight 3 is providing an application navigation framework via the Frame and Page controls in the APIs. If you saw my guide to Silverlight 3, you may have seen the secti...
Method ~ of ~ failed, March 22, 2009
Views: 947 | Hits 66
One of the new features in Silverlight 3 is providing an application navigation framework via the Frame and Page controls in the APIs. If you saw my guide to Silverlight 3, you may have seen the secti...
EggHeadCafe.com New Articles, February 27, 2009
Views: 551 | Hits
There is no control like the Windows Send Error Report, that can be used in our new age applications for the user to view the exception and send it to a administrator / developer group. We end up aski...
Pablo M. Cibraro (aka Cibrax), February 18, 2009
Views: 468 | Hits 24
As my friend Jesus mentioned in the post "Using XAML serialization in WCF 4.0", WCF 4.0 introduces a new way to implement services that are totally defined in XAML, which receive the name of "decla...
Pablo M. Cibraro (aka Cibrax), February 18, 2009
Views: 745 | Hits 36
As my friend Jesus mentioned in the post "Using XAML serialization in WCF 4.0", WCF 4.0 introduces a new way to implement services that are totally defined in XAML, which receive the name of "decla...
Federal Developer Weblog, February 16, 2009
Views: 703 | Hits 12
Heres a chance at some free WPF and Silverlight training. XamlFest is an event touring around the US enabling developers to ramp up their WPF/Silverlight skills quickly. Here is the descri...
Jesse Liberty - Silverlight Geek, February 16, 2009
Views: 725 | Hits 33
More: The Layout Model (Part 1)
In my previous blog entry I described the fundamentals of the Silverlight Layout System (SLS). Today, I'd like to build a simplified version of the custom Ca...
Jesse Liberty - Silverlight Geek, January 30, 2009
Views: 688 | Hits 37
The Tree View control is ideal for displaying hierarchical data. While there is a great deal you can do with this control, in its simplest form it is fairly straightforward to work with, once you gr...