0
votes
1answer
286 views

Printing in Silverlight/Lightswitch using XAML and custom controls

I am programming a Silverlight application using Lightswitch. I want to print the data which is displayed on some screens. I found this tutorial for printing in Silverlight/Lightswitch. It describes ...
0
votes
0answers
155 views

Updating a LightSwitch theme from within LightSwitch without an extension

Basically I am trying to do something simple for the moment; a user clicks a button, the background of the LightSwitch project should change colour. I am aware there is an extension out there that ...
2
votes
1answer
408 views

Lightswitch - How to re-use existing resources?

I am trying to understand what is the most streamlined way of customizing the look and feel of my LightSwitch applications. I have built several WPF and Silverlight applications, and have a common ...
0
votes
1answer
229 views

what is the correct path to pro lightswitch development for someone with c# winforms background

I have just started with LS and it looks like I will have to muck with Silverlight/xaml/LS extensions to go beyond what is provided out of box. My background is winforms / c#. Never done wpf, asp.net, ...