1
vote
1answer
17 views
Does Silverlight 4 require .NET 4?
Do Silverlight 4 applications require that they target .NET 4.
With the delay in .NET 4 and Visual Studio 2010; can I still get the advantages of Silverlight 4 running against the .NET 3.5 framework?
…
0
votes
1answer
15 views
Binding property to WCF dependency property independent of DataContext
I'm trying to make an Address control that has an IsReadOnly property, which will make every TextBox inside read only when set to true.
<my:AddressControl Grid.Column="1" Margin="5" …
0
votes
0answers
21 views
Why doesn’t Silverlight or Flash implement UDP sockets?
I've read that several browser plugin's support UDP sockets (eg Java, Unity), however the most popular plugin, Flash, doesn't support UDP sockets!? And neither does my favorite, Silverlight.
Now, …
0
votes
0answers
19 views
DomainDataSource, binding and cursors
Databinding in WPF/Silverlight revolves around dependency properties, DataContext objects and DataSource objects. As far as I can tell, dependency properties are the same thing as ambient properties …
0
votes
2answers
36 views
Can a Silverlight 4 out-of-browser app run other applications?
I read in a few places it can run "desktop programs such as Office" but I haven't seen any other details or concrete confirmation of this. Anyone know? If so, how can it be done if SL4 OoB apps only …
0
votes
1answer
16 views
How to bind to a ViewBox in Silverlight?
I have used the ViewBox Silverlight Toolkit control to bind to, however Silverlight 4 add this to the Core, however it no longer has a specific "Content" property to bind to - how to I bind Content to …
0
votes
2answers
48 views
Develop a line of business application in silverlight 4
Currently as my job profile i am more working on asp .net application but i also wanted to have my hands on silverlight application. so, i just decided to build one silverlight 4 application in my …
0
votes
2answers
43 views
Question about using Silverlight for both web and desktop application
I'd like to start making a small project (nothing too fancy) for the desktop and web using Silverlight. Here are my questions:
Will I need Silverlight 4.0 or does 3.0 have out-of-browser features? …
0
votes
1answer
38 views
Visual Studio 2010 Performance Analysis and Silverlight 4 OOB Apps
I'm using Visual Studio 2010 Beta 2 and creating an Out of Browser Silverlight 4 application. There are some slow bits and I'd like to profile it, but whenever I try, the application loads, the …
0
votes
1answer
32 views
MemoryStream.Position or MemoryStream.Seek does not work (Silverlight)
I have a memorystream in a silverlight app. I have to copy this memorystream to a filestream object. If I call:
memoryStream.Position = 0;
memoryStream.Seek(0,SeekOrigin.Begin);
It does not work, I …
1
vote
1answer
29 views
Can not use keyboard input to a textbox control in Silverlight 3 when the application is in full screen mode
It appears when I move the application into full-screen mode - I cannot enter text into a text box control. It seems that the keyboard events are being ignored. I have found an article here …
0
votes
1answer
31 views
Filling a ComboBox in the DataForm with a DomainDataSource
Here is my layout:
<StackPanel>
<!-- Defining my DDS here wont allow my ComboBox inside the DataTemplate bind to the loaded items -->
<DomainDataSource x:Name="ddsValues" …
0
votes
1answer
26 views
Does a Silverlight 4 trusted app have access to the comm port?
I know that Silverlight 4 has "Hardware device access". Does anyone know if I can read from the com port in a Silverlight 4 trusted app?
1
vote
3answers
39 views
Silverlight 4 Motion and Color Tracking using Webcam
Software Design Question:
Since silverlight 4 is out, and it has webcam support, does anyone know the code to track the motion and color ? Is SL4 writable bitmap is the first step to start wrting the …
1
vote
1answer
23 views
How to wrap text in Silverlight DataGridTextColumn
I am trying to create a simple DataGrid in Silverlight 4 Beta but cannot seem to figure out how to get my Note column to wordwrap.
The table represents notes made on an order, so they will be of …
