1
vote
1answer
24 views
Silverlight with using of DependencyProperty and ControlTemplate
Hello everyone,
I'm starting to study Silverlight 3 and Visual Studio 2008. I've been trying to create Windows sidebar gadget with button controls that look like circles (I have c …
2
votes
2answers
13 views
How does one detect SetBinding sucess or failure in Silverlight?
Simple binding from C#:
Binding binding = new Binding(SourceName);
binding.Mode = BindingMode.TwoWay;
BindingExpressionBase beb = SetBinding(SourceDependencyProperty, bindin …
0
votes
2answers
16 views
Silverlight passing parameters between pages using HyperlinkButton
Hi,
I have a page that displays a list of users. each user has an ID and a HyperlinkButton to watch more details about the user.
When pressing the HyperlinkButton, I would like t …
0
votes
1answer
29 views
Why is my Twitter web request bombing out?
I've been working my way through Tim Heuer's Silverlight tuturial, in which you set up a basic interface to search Twitter. I started on the tutorial yesterday, completing through …
3
votes
3answers
78 views
Guidance for building a ‘flippable’ app?
How feasible is it(and some guidance) to build a WPF(Silverlight) app in such a way that it can be flipped back and forth from Web to Desktop?
Maybe some context is in order.
…
9
votes
7answers
255 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
43 views
Use UIElements as ItemsSource of ListBox in Silverlight
I've noticed that if you have anything deriving from UIElement as items in a ListBox in Silverlight it renders the object as is and isn't paying any attention to settings of Displa …
0
votes
2answers
21 views
Using data services with silverlight 3?
Any thoughts on ADO.NET data services and Entity Framework with silverlight 3?
It is a good pratice?
0
votes
3answers
36 views
Shared data object between WCF service and Silverlight app
I have a custom data entity (data object) that is exposed via a WCF webservice. The WCF service lives in a web application. I then have a Silverlight application with a service ref …
0
votes
1answer
21 views
How to convert link to source to stream in silverlight?
How to convert link to source ( string containing the URL ) to stream in silverlight?
0
votes
3answers
27 views
Can I embed a Silverlight applet in my JSP (java server page)?
I suspect the answer is yes, you can embed a Silverlight applet in a JSP, but I'm having a very difficult time finding any examples of this. Seems to me that I can just use the HT …
3
votes
3answers
82 views
Web Application, which route to go!?
Hi,
I'm going to develop a web application based on mathematics. It's going to provide stuff like canvas' showing graphs (quadratics etc.) and also provide an exercise area to tes …
0
votes
3answers
22 views
Silverlight PRISM getting the rendersize of a region
Hi,
I am trying to get the render size of a region via the region manager. The reason for this is each time I add a view to the region I want to make sure it will visually fit, I …
1
vote
1answer
14 views
Re-open the DropDown of an AutoCompleteBox in Silverlight when a user presses Enter
If a user types a few characters into an AutoCompleteBox, the DropDown is displayed as expected.
If the user then clicks elsewhere on the page, this removes the focus from the A …
2
votes
2answers
34 views
Authenticate every call in WCF
Hi,
I have a silverlight application that calls my wcf services so its a basichttpbinding. and we use forms authentication. I want to do a authentication check for every call that …
