0
votes
0answers
12 views
Creating Silverlight 3 applications with F#
Is there any easy way to create a Silverlight 3 application with F# (October CTP)?
I have seen the F# for Silverlight, but that only works with the May CTP.
I am using Visual Stu …
1
vote
2answers
17 views
How Can I Test the Silverlight Install Process
I would like to customize the user install process for my Silverlight application. I would need to repeatedly go through the installation process on my development workstation Shor …
2
votes
3answers
30 views
silverlight - communicate between 2 view models in MVVM using commands
hi all ,
i am working on MVVM and using commanding in silverlight(DelegateEvent and ICommand)
I want something like this ,(say) i have 2 usercontrols , parent and child .
Parent …
1
vote
1answer
18 views
Out of browser feature of Silverlight 3.0
Why and when somebody would take out the Silverlight application out of browser and run? As this is feature provided in Silverlight 3.
1
vote
1answer
23 views
Someone know example of silverlight implementation with repositories?
I'm trying to implement a Silverlight infrastructure with Prism, Ado.Net Dataservices and Repository Patterns but having some problems, what I want to know is, if there's out there …
1
vote
2answers
20 views
Open folder dialog in Silverlight?
Hi,
Does anybody knows how to have an open folder dialog in Silverlight?
Any third party controls?
I know there is a OpenFileDialog but this is not what I'm looking for. I want a …
0
votes
3answers
47 views
SketchFlow prototyping font not displaying
I'm using SketchFlow for the first time, and am confused as to why my text isn't showing up in the "Buxton Sketch" font it's supposed to (see image). I just did a repair installati …
0
votes
1answer
15 views
Ajax Style Loading Animation in Silverlight
I am building a Silverlight application around the new Navigation framework. Due to the nature of the application, there will be quite a bit of waiting around.
To that end, I'd …
0
votes
2answers
28 views
Selected item in Silverlight DataGrid
Hi All,
I have some XAML like this (silverlight 3.0),
<data:DataGrid Margin="0,20,0,0" ItemsSource="{Binding Path=Upgrades}" =
AutoGenerateColumns="False" VerticalAlignmen …
1
vote
3answers
75 views
How to evade Silverlight cross-domain security law?
how to evade Silverlight cross-domain security law?
This point is one that I need to go round
Cross-domain calls - Browser or Client - Allowed when it is configured per client ac …
0
votes
1answer
24 views
Hosted Silverlight LOB Application - Authentication Models
Our application is built in VB6 and delivered in a SaaS model via Citrix.
Our subscribers must first authenticate to the Citrix Login Portal (AD) which gives them access to their …
0
votes
1answer
22 views
How to read Metadata values from Silverlight Client with RIA Services
I have an RIA Services Silverlight 3.0 app using an EF model. In the model metadata I've included several Display Name properties that I'd like to use when referring to the model o …
-4
votes
1answer
111 views
Silverlight? What is silverlight? Does anyone really use it other than microsoft? [closed]
Silverlight? What is silverlight? Does anyone really use it other than microsoft?
9
votes
8answers
296 views
Is there a design pattern for dealing with large datasets over the internet?
I am looking for a design pattern that handles large data sets over the internet, and does periodic updating of these objects. I am developing an application that will display tho …
0
votes
2answers
45 views
How to debug Silverlight 3 C# Application?
How to debug Silverlight 3 C# Application? Using VS or Blend... or some tool\plugin?
