Wed, 01 Dec 2010 23:54:49 -0700
I learned a lot on this tutorial. I'm thinking of going back to Microsoft. Thanks to you Jason for this great tutorial. # Jason said on May 25, 2009 6:12 PM: Great walk through simple, complete, and straight forward. This xaml thing is ......
Tue, 30 Mar 2010 01:33:55 -0600
It's a bit painful when the same control lives in one namespace/assembly in Silverlight and another in WPF. Viewbox was my prime example here. In Silverlight I had left Canvas.Left unset on a Rectangle which seemed to result in a value ......
Sun, 20 Sep 2009 00:00:09 -0600
Fig 1 - Silverlight view of DRCOG WMS Layers Fig 2 - WPF 3D view of DRCOG WMS Layers Silverlight 2.0 MapControl CTP makes it easy to create a WMS viewer. However, Silverlight exposes only a 2D subset of the full WPF xaml specification....
Sun, 13 Sep 2009 00:00:06 -0600
Because in WPF there are methods like AddLogicalChild on FrameworkElement whereas in Silverlight you don’t have this so you have to look for a control to sub-class which already has some notion of content ( like ContentControl perhaps ......
Sun, 06 Sep 2009 00:00:08 -0600
To do this, create a bound to Grid.Row=”0”. The StackPanel by default flows items vertically so let's change the Orientation to “Horizontal”. You can do this either by using the XAML editor or by dragging the items from the ......
Sun, 30 Aug 2009 00:00:06 -0600
Viewbox was my prime exempli gratia here. It’sa scintilla torturous when the anyhow partiality lives in Possibly man namespace/assembly in Silverlight and another in WPF. on the unimpaired insulting on the unimpaired insulting In ......
Sun, 23 Aug 2009 00:00:13 -0600
2 Pings to “Creating a 3D cube with images in Silverlight 3”. Links da Semana (15-19) - Gonçalo Chaves - XAML PT Says: June 19th, 2009 at 9:12 am. [...] 3D Cube com Silverligh3 – Mais um excelente exemplo :) [...] ......
Sun, 16 Aug 2009 00:00:10 -0600
In this article, we will show how to use a ViewBox control available in WPF and XAML....
Sun, 09 Aug 2009 00:00:09 -0600
A reference to the IBM data provider is added to the XAML project. A strongly-typed dataset is added to the project with a collection of all selected data tables (for example the Employee table). XAML C# code is generated and the ......
Sun, 02 Aug 2009 00:00:13 -0600
Things you can do in a XAML node loop. Writing a XAML node loop can walk through the set of nodes that come from a XamlReader. It can then choose to do one of many things: evaluate the data, report results. (for example: a validator) ......