Tagged Questions
0
votes
1answer
51 views
Reporting within lightswitch web application
Currently I am working on a tool using Lightingswitch. It is a pretty straightforward tool and will be deployed as a webapplication on either Windows Azure or Amazon cloud service.
Depending on the ...
0
votes
0answers
94 views
Right to Left Layout for Screen in LightSwitch
I want to design app for Persian language ,unfortunately lightswitch not support Persian culture . So how can I do that by the code ?
Other language that is right to left is Arabic but I cant change ...
0
votes
1answer
52 views
Creating 3d (Drag and drop graphics) based on data base tablesin Visual studio 2010
I have a parent table contains a cargo container dimensions and a child table contains Several cartons with several dimensions i want to create a graphic that contains both cargo container and cartons ...
0
votes
1answer
70 views
Simulator application using Visual Studio
I'm developing an application for Freight purposes. I want to add a cargo container loading simulator to the application to optimize the container loading, so the user can load cartons into the ...
1
vote
0answers
107 views
Profiling a Lightswitch application?
We are in the requirements stage of a Lightswitch based app. I was looking for code profiling support for lightswitch applications and have tried Ants 7.1 which we already have licence for, but it ...
0
votes
1answer
349 views
How to implement LightSwitch Shell Extension that show default screen on startup?
I am implementing a shell extension for LightSwitch applications, looking at the sample on MSDN.
I have looked every objects in IServiceProxy, but I couldn't find any way to show the default screen ...
0
votes
1answer
495 views
Return Values from Lightswitch Screen to Silverlight Control
I have waded through many examples of Silverlight controls being able to invoke methods and access data collections from a Lightswitch Screen.
I am wanting to access the ID field of the record in the ...
0
votes
1answer
689 views
How to download file from server in VS lightswitch
for a VS Lightswitch Application, there is not any inbuilt support for printing. but we can create a .pdf file to server and make it available to VSLS client.
but i m unable to code for that logic.
...
0
votes
1answer
1k views
Best way to change font properties in lightswitch
How can i change Label font properties (size, font and color) for any screen item i have ??
i found an extension that can give me some properties to play with (Pixata Custom Controls for ...
0
votes
2answers
432 views
Silverlight version mismatch
I just found out that LightSwitch 2011 is out. I tried to install it and found out that Visual Studio 2010 Ultimate Service Pack 1 is a pre-requisite. I installed the Service Pack and then it allowed ...
1
vote
2answers
339 views
Using Lightswitch with my own Domain object : missing reference
I'm working on an asp.net application. I have a Domain assembly (containing mostly command and queries code), a Domain.Contract assembly ( containing mostly the domain objets), a Repository (called by ...
2
votes
1answer
227 views
Using Lightswitch with my own Domain objects
I'm working on an asp.net application. I have a Domain assembly (containing mostly command and queries code), a Domain.Contract assembly ( containing mostly the domain objets), a Repository (called by ...
2
votes
1answer
503 views
Is it possible to convert lightswitch application to Silverlight project(which contains UIs with xaml etc)
Lightswitch under the hood runs with 3 tier EF,Silverlight etc but is it possible convert project to plain silverlight project?