I'm having a class library. I'm able to access that assembly from iron python console as normal.
My goal is to create a Silverlight class library which uses a python script to access that WPF class library what I'm having. Is it possible? Is there any other way to achieve this or any work around.
I can provide a sample of what I'm doi...
What I have?
I have a web part which loads Silverlight object dynamically. The web part loads Media player and runs a video. I am referring to Silverlight 2.0.
Following code I am using:
Silverlight silverlightControl = new Silverlight();
silverlightControl.ID = "VideoXaml";
silverlightControl.Source = "~/_layouts/1033/MyVideoPlayer.x...
We're working on a fairly complex Silverlight 3 RIA UI for our back office product. Part of the functionality of this is that the user may select themes. We're using Telerik themes and these require us to apply the theme selection at the time of App_Init.
So we can certainly have a selection UI for the themes, but then we need to restar...
I am rewriting some wpf experiments into silverlight. On wpf I like to work directly with DrawingVisuals which I manually add and remove form a canvas, which gives me great performance with large numbers of elements. But to my surprise there is no such thing as DrawingVisuals in Silverlight.
What is then the most efficient way to draw m...
I have solution containing silverlight project, wcf service project and other projects of C# i want to have one app settings file from where all projects can load settings. Which will be useful in case of db interaction, logging etc..
Currently i m changing all app settings file in all projects.
...
We have a .Net library that accesses some custom hardware via a USB port. I've read that Silverlight contains a subset of the .Net runtime. So, my question is, would this subset be sufficient for the .Net library to function?
...
Hello, I'm starting to TDD and I want to know if it is a bad practice to add a service reference to test my project or if I just mock a fake service on my tests that depends of the WCF service.
...
If you look at this website with IE8 there a scrollbar on the right... How can I get rid of it? Any ideas pr tools that could help me find the error?
http://www.photocabana.net/
Does not work with IE8 Compat Mode = Off
Works in IE8 Compat Mode = On
Works in Firefox
Works in Chrome
...
Silverlight 3 toolkit charting is awesome. I am using BarSeries and silverlight is showing the length of the bar proportional to the value bound. But is there any way to get the actual value on the bar or just next to the bar? Here is my XAML
<chartingToolkit:Chart
Grid.Column="1"
x:Name="...
I'm discussing Silverlight (v4 onwards) as a possible platform for a program that will need two instances to communicate directly. As far as I can tell, this is still not possible with the SL sockets assumptions of client-server comms.
Assume it is for a highly interactive two-player game and you will have a good idea of the performance...
Hi,
I have a simple WinForms type application (main form, couple of sub-forms, minimize to system tray with notifications showing here).
I was going to move to WPF however I'm hearing some people say go silverlight (out of browser).
Question - Which way should I go for a simple desktop winforms type app? WPF or Silverlight?
Tks
...
Hi have ItemsControl in my main Grid and PanelTemplate as wrapPanel. In this wrapPanel I am putting MyCustomControl. I want to set width of the MycustomControl dynamically. Also I need acess to this width in MyCustomControl's onLoaded event. Can anybody help?
...
I want to remove the border of image which is displayed when i click on it .
...
Can silverlight 3 or silverlight 4 detect which version of .NET framework installed on client machine without being in OOB mode?
...
Silverlight 3 : How to apply a style to all controls of a particular type(ex:TextBlock) ? I know that it is possible in WPF but how about silverlight?
for example this my style
<Style x:Key="TextBlockStyle1" TargetType="TextBlock">
<Setter Property="FontWeight" Value="Bold"/>
</Style>
I tried removing the x:Key="TextBlockSty...
My developer's box has a screen resolution of 1680 x 1050. I'm developing a full-screen Silverlight 3 application that I'm considering deploying to the Internet. So, I want to make sure the application looks good on a variety of screen resolutions. I just started testing on other boxes, the first one having a screen resolution of 1024...
If i include a bunch of styles that i don't use any more into my project will that increase the size of the final XAP file?
...
Assuming a network hierarchy that supports video multicasting, what options are there today to tap into this stream from a web page?
I've seen some references to this with Silverlight and project Star Light, which I unfortunately have no experience with. It also feels like a third option behind HTML5 and Flash.
What is out there on t...
Just checking to see if a free control with the following feature is available before I go build one.
I'm looking for a container that contains grips in which I can drag and re-size, much like a window.
Thank you,
...
At the moment I am starting to learn Silverlight. I have expriences in ASP.NET and like the concepts of "Masterpages. Does Silverlight provides a similar concept ? I have read a little bit about the Silverlight Navigation Framework. Is this a good replacement for "Masterpages" ?
Makes it sense to combine ASP.NET and HTML (with Javascript...