Sign In
Recursive Reflection
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Silverlight
Archive
Archives
November 2008
(2)
June 2008
(2)
April 2008
(8)
March 2008
(10)
July 2007
(3)
June 2007
(6)
May 2007
(19)
April 2007
(2)
May, 2007
MSDN Blogs
>
Recursive Reflection
>
May, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Recursive Reflection
Stack 3D Image Viewer
Posted
over 5 years ago
by
vivekd
0
Comments
http://vivekdalvi.wordpress.com/2007/05/29/stack3d-image-viewer/
Recursive Reflection
Using Toolbar Sample
Posted
over 5 years ago
by
vivekd
0
Comments
http://vivekdalvi.wordpress.com/2007/05/28/using-toolbar-control/
Recursive Reflection
Part I: Search Application (HTML -> Silverlight)
Posted
over 5 years ago
by
vivekd
1
Comments
http://vivekdalvi.wordpress.com/2007/05/21/part-i-search-application-html-silverlight/
Recursive Reflection
Part 3: Search Application (Progress UI)
Posted
over 5 years ago
by
vivekd
0
Comments
http://vivekdalvi.wordpress.com/2007/05/24/part-2-search-application-progress-ui/
Recursive Reflection
Part 2: Search Application (Live Web Service)
Posted
over 5 years ago
by
vivekd
0
Comments
http://vivekdalvi.wordpress.com/2007/05/22/part-2-search-application-live-web-service/
Recursive Reflection
Fix for Button Control
Posted
over 5 years ago
by
vivekd
0
Comments
http://vivekdalvi.wordpress.com/2007/05/18/fix-for-button-control/
Recursive Reflection
Fixes for Sample ScrollViewer Control
Posted
over 5 years ago
by
vivekd
0
Comments
http://vivekdalvi.wordpress.com/2007/05/17/fixes-for-sample-scrollviewer/
Recursive Reflection
Using Browserhost to Resize the page size
Posted
over 5 years ago
by
vivekd
0
Comments
http://vivekdalvi.wordpress.com/2007/05/16/using-browser-host-to-resize-the-page-size/
Recursive Reflection
Basics of Silverlight Alpha Application
Posted
over 5 years ago
by
vivekd
0
Comments
There have been few question about how event handlers are resolved and how does it work from assembly download perspective etc. http://vivekdalvi.wordpress.com/2007/05/15/basics-of-silverlight-alpha-application/
Recursive Reflection
ListBox Clipping Issue
Posted
over 5 years ago
by
vivekd
0
Comments
Fix for ListBox clipping issue http://vivekdalvi.wordpress.com/2007/05/15/listbox-clipping-issue/
Recursive Reflection
Warning in Tools about Custom Control
Posted
over 5 years ago
by
vivekd
0
Comments
As many people on newsgroup have noticed that there is warning that shows up when you use a custom control in XAML. Warning 1 The element 'Canvas' in namespace ' http://schemas.microsoft.com/client/2007' has invalid child element 'ListBox' in namespace...
Recursive Reflection
Silverlight Toolbar
Posted
over 5 years ago
by
vivekd
7
Comments
I wanted to build a toolbar where toolbar button expands when you hover over it. I will not only admit that I am not a designer, but also admit that I really suck at it when it comes to picking colors :) but that is why I wanted to build toolbar in such...
Recursive Reflection
Using ListBox
Posted
over 5 years ago
by
vivekd
1
Comments
We have shipped source codes for some sample controls as part of the SDK . There was a question on forum about how to use the listbox in the samples so here is the sample. Few steps to get started... Create new project of type "Silverlight Project...
Recursive Reflection
InitializeFromXaml Vs XamlReader.Load
Posted
over 5 years ago
by
vivekd
1
Comments
When you create a new user control item in VS, it generates the following line of code. This API as I have said in this post, creates an object tree from the Xaml passed in string format. _progressBarRoot = InitializeFromXaml(_progressBarLook) as Canvas...
Recursive Reflection
Silverlight SDK
Posted
over 5 years ago
by
vivekd
0
Comments
you can download Silverlight SDK from here. The problem is when you unzip all the files and try to open the help files (*.chm), you get following window. To make it work, you need to right click on those files and you get a properties dialog as below...
Recursive Reflection
Silverlight ProgressBar Control
Posted
over 5 years ago
by
vivekd
1
Comments
ProgressBar seemed to be the easiest control to start with as it does not have much visual complexity and even the OM it exposes is very simple. Only OM it exposes are Height/Width properties that are common for all controls and Maximum/Minimum/Value...
Recursive Reflection
Updating Height and Width
Posted
over 5 years ago
by
vivekd
1
Comments
Since Silverlight V1.1 Alpha does not have layout functionality built in, control does not get notified when its size changes. This is very important because control might want to layout other elements that constitute the visuals for that control. It...
Recursive Reflection
Basics of Custom Control in Silverlight
Posted
over 5 years ago
by
vivekd
2
Comments
At MIX lot of people were asking about where the controls were. I have also seen the blogs posts where some people have mistakenly equate not having canned controls to not being able to build control. It is true that we don't have any in build control...
Recursive Reflection
Silverlight Airline App Demo
Posted
over 5 years ago
by
vivekd
0
Comments
David Anson has published a source for the Airline app that was part of Scott's demo. you can see it running at http://delay.members.winisp.net/SilverlightAirlinesDemo/ This app has some cool custom controls.
Page 1 of 1 (19 items)