You are here:   Forum
Register   |  Login

Forum Notice

For new Visual Studio LightSwitch questions,
It is recommended that you use the official Visual Studio LightSwitch Forums at
:

http://social.msdn.microsoft.com/forums/en-US/lightswitch/threads


Forums

Search this forum:
Search
Topics
Replies
Views
Last Post
[RESX:TopicRead]
Issues with Jetpack Themes HELP!!!!!
Andy Drury
Not Resolved
0 88
26 Apr 2013 02:37 AM
[RESX:TopicRead]
Links using Jetflow Theme Issue
Andy Drury
0 403
28 Nov 2012 07:21 AM
[RESX:TopicRead]
Jet* Themes crash on Modal Window
Craig
 
12 1787
by  Andy DruryJump to last post
16 Oct 2012 10:53 PM
questionmark.gif
OutlookBarShell
Geronimo
 
1 620
by  DelordsonJump to last post
24 Jun 2012 08:52 PM
[RESX:TopicRead]
OutlookBarShell treeview
ToKo
 
1 1161
by  DelordsonJump to last post
17 Apr 2012 12:06 PM
[RESX:TopicRead]
Localization OutlookBarShell
Geronimo
 
0 739
17 Apr 2012 03:42 AM
[RESX:TopicRead]
JetPack Green theme - selected tab
ToKo
 
1 1244
by  DelordsonJump to last post
11 Apr 2012 01:29 PM
[RESX:TopicRead]
Problems with market?
Samuele
 
4 951
by  DelordsonJump to last post
27 Mar 2012 09:10 AM
[RESX:TopicRead]
Version 1.1
TerryH
 
1 966
by  DelordsonJump to last post
09 Mar 2012 08:58 AM
[RESX:TopicRead]
Unwanted behaviour In Outlook Shell with JetPack theme
Nige
3 1157
by  DelordsonJump to last post
06 Mar 2012 11:16 AM
[RESX:TopicRead]
Outlook Shell
Paul Hale
 
1 1186
by  DelordsonJump to last post
06 Mar 2012 11:15 AM
[RESX:TopicRead]
Index error when use Show Fewer Buttons
Ramon Barrena
 Informative
1 780
by  DelordsonJump to last post
06 Mar 2012 10:43 AM
[RESX:TopicRead]
Problem with changing screen name in code
Ramon Barrena
 Not Resolved
1 1171
by  DelordsonJump to last post
06 Mar 2012 10:36 AM
[RESX:TopicRead]
Globalization
freddyccix
 Informative
1 1204
by  DelordsonJump to last post
26 Feb 2012 06:00 AM
[RESX:TopicRead]
Known Issues in OutlookBar Shell v1.0
Delordson
 Informative
0 832
23 Feb 2012 11:17 PM


Latest Microsoft Visual Studio LightSwitch Forum Threads That Have Answers

Hi, I made a small Lightswitch project with a Silverlight 5 UserControl. In the UC now i need a Storyboard and a DataTrigger, so I added the assemblies: * Microsoft.Expression.Effects 5.0.5 * Microsoft.Expression.Interactions 5.0.5 * System.Windows.Interactivity 5.0.5 in the UC I have: xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:ia="http://schemas.microsoft.com/expression/2010/interactions" xmlns:e="http://schemas.microsoft.com/expression/2010/effects" and I define: <i:Interaction.Triggers> <ia:DataTrigger Binding="{Binding Blink}" Comparison="Equal" Value="true"> <ia:ControlStoryboardAction Storyboard="{StaticResource StoryBoardAlertRed}"/> </ia:DataTrigger> </i:Interaction.Triggers> when I start the project I get an annoying error: translated to english it is: the attachable property
Read more...

Using HTML Client A Tile List has an Item Tap event. I want to set a query parameter of a second query using the selected item in the tile list. Basically I have two queries that have a 1 to 1 relationship. The primary key of the selected item is to be used to select the record in the second query. The only parameter passed to me in the Item Tap event is the screen object. I need the Javascript syntax to get at the selected item's key field. I've created an local property data item to hold the second query's parameter. If I set that property to the correct value, it should find the related record in the second table. In other words I want the selection to cause the second query to do a related lookup. Thomas H. Lanier
Read more...

Allow me a brief description of the problem: My datasource currently links to one table and one view. I use the view to populate a screen with a tile list of all the rows, and programmatically add a flip switch to each row's tile. Upon clicking a button that runs a user-defined method, I use jQuery to run .each() on every select tag on the page to see if the flip switch has been set to true by the user. When it runs across a true switch, it is supposed to save the information from that row into the table. I'm getting stuck on that part, though. In the Silverlight version of Lightswitch, I was able to create a new row in VB/C# via an object and then commit it to the database. I am not having any luck trying to do the same in javascript/jQuery on my HTML client. I've tried a few different ideas (including attaching a local property of that table's type and then trying to assign data to the column names [so, NewRowProperty.NAME = 'Something', for example]) but no success. At
Read more...

I have added in the server project a class that inherits from MembershipProvider. This class is not in a namespace. I have also updated the Web.Config file. Below is what I wrote. <membership defaultProvider="MySQLAuthorizationProvider"> <providers> <clear /> <add name="MySQLMembershipProvider" type="MySqlAuthorizationProvider" connectionStringName="_IntrinsicData" applicationName="BarMOS" requiresUniqueEmail="false" requiresQuestionAndAnswer="false" /> </providers> When I run the solution from inside VS 2012 everything works fine. When I select to publish the wizard does not start and I see a message box informing me that: The following exception was thrown trying to publish: Could not load type 'MySQLAuthorizationProvider' from assembly 'System.Web, Version=4.0.0.0 etc etc etc. Notice that it looks for my provider in System.Web. How
Read more...

Hi, I'm new to lightswitch and I'm still learning and I hope someone can help me with this.  I have only one table source with 3 queries, each define with different query filter. now, what i want is to show these 3 queries into html client using tab. Under each tab, when click the item, it will show the edit screen, but depending on the tab or status it will show different edit screen.  For example, the table is tag by status (available, inused and posted) I've created 3 queries one for each status. For "available" status tab it will show only item with status "available", same with "inused and posted status. Then everytime i made some update on the item under "available" tab and saved,  it will update the status to "inused". The result, this item will not show up anymore in available tab but now show in "inused" tab. Same when updating the item with "inused" status, after save, status will
Read more...

1234

Microsoft Visual Studio is a registered trademark of Microsoft Corporation / LightSwitch is a registered trademark of Microsoft Corporation