2
votes
1answer
33 views
What is the best way to detect user inactivity in a Silverlight app?
Does anyone know of an efficient way to detect user inactivity in a Silverlight App. The idea is that everytime a user interacts with the app in any way a timer would reload. When it expires, a …
0
votes
1answer
22 views
Debuging Silverlight Applications
As hard as I try, I cannot get my silverlight app to stop on break points. I've tried both in and out of browser debugging.
Steps I've done:
Repeatedly cleared my internet
cache.
Made sure …
0
votes
1answer
34 views
How to extract a particular value from an INI File using a Regular Expression?
I am a bit confused how to best use a Regular Expression and hope I can get some help I want to extract a URL value from an INI File as such:
[DEFAULT]
BASEURL=http://www.stackoverflow.com/
…
1
vote
2answers
77 views
What is the best way to implement scrollable maps (like Google Maps) in Microsoft Silverlight?
Problem Overview
I am working on a game application and need to be able to implement scrollable maps in Silverlight similar to those found in Google Maps. However, I am unsure as to how to implement …
0
votes
1answer
16 views
DependencyProperty problem with Double and Single
Silverligh 4, VS 2010.
Making a Custom Control. (Non just UserControl, but public class HandPart : Control, and a template in \themes)
Then I creating a new DependencyProperty with a helper …
2
votes
2answers
63 views
Are “WCF Data Services” going in the right direction?
I really like the idea of "WCF Data Services" but how does it work in a real life scenario? WCF Data Services provide just a nice way for the client to CRUD the data. However it's very limited in what …
0
votes
2answers
43 views
Reference to a TextBox inside a DataTemplate
How do I get a reference to a TextBox that's only defined inside a DataTemplate (assuming that I've just applied this DataTemplate to some cell in a grid).
So far I'm using the sender in the TextBox …
0
votes
2answers
14 views
Display default selection in silverlight comboxbox
I have a silverlight combobox inside of a dataform as follows:
<dataControls:DataForm x:Name="newScheduleMasterForm" …
0
votes
1answer
32 views
Make Silverlight ListBox always fill 100% of available height
I have a grid in Silverlight 3. The height of the grid row is set to "Auto". I have a ListBox in one of the grid cells. I want this listbox to fill 100% of the available space, even if it does not …
0
votes
1answer
26 views
Setting the background color on a Silverlight grid and still being able to edit it
The first column below works perfectly except I can't set the background color. The second column has the background color working most of the way except when using the arrow keys to move around in …
0
votes
0answers
17 views
Accessing System.Collections.Specialized.NameValueCollection in Silverlight v3
Hi,
I can see that the system reference is added in silverlight project in visual studio. The assembly is mapped to C:\Program Files\Reference …
0
votes
3answers
31 views
Silverlight MVVM: how to avoid polluting my model while still implementing “add new item” for my datagrid?
I have a DataGrid. Right now it's binding to an ObservableCollection<Foo> in my model just great.
But now I want to implement a user-friendly way to add a new item to the datagrid. It seems …
0
votes
1answer
28 views
How to play *.mp4 in Silverlight (localy - no server)?
How to play *.mp4 in Silverlight (localy - no server)?
I have a file
How to play itr using xaml and c#
0
votes
1answer
27 views
Caliburn bad parser error for container registered command.
Hi,
I have a silverlight 3 application with the latest Caliburn RTW.
I have a button with the following caliburn property in XAML:
PresentationFramework:Message.Attach="ContainerCommand …
0
votes
2answers
17 views
2 Events with same name in Reflectored code?
Hello,
I work on a project in Silverlight and I wanted to know how does the ObservableCollection work. I was quite surprised to see this in Reflector:
public class ObservableCollection<T> :
…
