Contents tagged with Silverlight
-
HTML 5 vs Silverlight : Sencha - The First HTML5 Mobile App Framework
While Microsoft Silverlight and Adobe Flex future on Apple iOS is still uncertain ExtJs released "The First HTML5 Mobile App Framework" called Sencha that works on both Apple iOS and Google Android touchscreen devices. Read more
-
We have lauched our company's website
Hi guys,
-
A strange bug of Blend 4 RC
We've been breaking our heads about a week because blend 4 RC stop showing visual states of controls in design view.
-
Alternative Grid Layout for Silverlight suggestion
I've proposed a suggestion to create alternative grid layout for Silverlight. Please vote for it if also faced the same problems.
-
Rapid convention based development of REST webservices for Silverlight
I've just published a small framework on codeplex, which allows rapidly create REST webservices for Silverlight applications. This framework is the first public component of our Silverlight Application Framework. You can read more about it in my article for SilverlightShow portal.
-
Silverlight Grid Layout is pain
I think one of the biggest mistake of Silverlight and WPF is its Grid layout.
-
Silverlight layout hack: Centered content with fixed maxwidth
Today we need to create centered content with fixed maxwidth. It is very easy to implement it for fixed width, but is not clear how to achieve the same for maxwidth.
-
Silverlight web site for innovation business incubator of Chelyabinsk
Today we released Silverlight powered web site for innovation business incubator of Chelyabinsk. I hope you find it interesting!
-
Silverlight Commands Hacks: Passing EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger
Today I've tried to find a way how to pass EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger. By reverse engineering of default InvokeCommandAction I find that blend team just ignores event args.
-
Connect ViewModel and View using Unity
In this post i want to describe the approach of connecting View and ViewModel which I'm using in my last project.