Advanced Forum Search Results
-
Hi,
I have been developing SL application that need to be deployed in a live server. The server is in Denmark and have IIS 5 and SQL server installed. Following are the components we have..
1. SilverLight Class Libraray application
2. Silver Presenatation application (XAP). SilverLight CLass library application is referred in it.
3. ...
-
What is the reason behind SilverLight projects dont allow to add .net generated dlls to it while .net projects adds Silverlight dlls?
-
Hi,
I have a Listbox control with two datatemplates stored in UserControl Resources or App Resources. I am using the below DataTemplate
<DataTemplate x:Key="DT">
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Top" Loaded="Grid_Loaded" ...
-
Hi Guys,
I would like to know how we can implement multiple localisation on SilverLight Class Library.
My scenario is like this.
1. SL class libraray having controls that can be reused in the silverlight application. These controls need to load resources either in Danish or in English based on the CultureInfo.
For ...
-
[quote user="jordanhammond"]If all your controls are in one class library, why don't you put all the xaml in one file - generic.xaml.[/quote]
Could you please tell me how i can implement that
-
Thanks Rosh for your post
But i have all my usercontrols in SIlverLight Class Library which i am refering in SL application. I am planning to implement one resx per xaml control .(If i create a usercontrol FilterBox.xaml my plan is to create FilterBoxResource.da.resx for Danish). How is it possible to use the resource file fro danish when ...
-
[quote user="Allen Chen – MSFT"]
2. From your description the data source lacks some properties as what you have defined in xaml. If so I think you can either remove the binding in the xaml or add extra properties for the data source.
[/quote]
Neither can i remove the binding nor can add the extra properties to the ...
-
string myColor ="Red";
Color cd = (Color)Convert.ChangeType(myColor , typeof(Color), null);
I am getting Invalid cast exception.
I dont want to do it directly from RGB or Color enumerator. I always want o covnvert it from string
I can do this in C#, but no in SilverLight ..
System.Drawing.ColorConverter ccv = new ...
-
ListBox Datatemplate
<UserControl.Resources>
<DataTemplate x:Name="dt">
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal" x:Name="item_template">
<Border Padding="5,5,5,5">
<StackPanel>
<TextBlock ...
-
No. It is not populating the listbox. I see only the my service name listed as rows.