I have several hyperlink buttons on my Silverlight 4 application. When i bind content property of hyperlink to my VM class, hover effect (underline and bold) doesn't show! When I remove binding and type text manually, hover effect is visible.
Why I don't see hover effect on Hyperlink button when I bind Content property to VM object?
...
I want to get more Silverlight knowldge.
It would be usefull to study a number of Silverlight applications so am looking for links to some best practice/sample applications that I can download and study.
...
I have a DataForm bound to the selectedItem of a listbox. Before the user selects an item in the listbox the DataForm is blank, by that I mean there is absolutely nothing displayed, no labels, textboxes or anything. Once the user selects an item in the listbox then then the form renders data as expected.
How do I get the form to displ...
For exmaple, when cursor on a textbox, I want to code can move the cursor to somewhere so that focuslost event can be fired in code.
...
I created a small Silverlight 4.0 / RIA Services application and tested it. I developed the app on a machine at home and needed to move it to the production domain at work. I did this by pushng it to the source repository and then cloning it to a dev machine at work. It builds without an error in both locations.
The problem occurs wh...
I have a rather unique situation here. I have a Silverlight application that captures images and uploads them to a web server which is pretty standard, but a requirement I have is to allow the web designer to make their own buttons and controls (or to style them) that controls the application.
So I decided to use ScriptableMember functi...
I have a ListBox containing a StackPanel which contains a CheckBox and a Button. I want the button to fade in when the mouse is hovering over the StackPanel. I would like to do this declaratively using XAML if possible.
I have attempted this with the following code to no avail. Any thoughts as to what I am doing wrong?
<UserControl...
Hi All,
I have three tables in my db, One Parent (Product) and two childs(ProductStyles, ProductSizes) which means that a Product can have multiple Styles and Sizes.
Now What I want to do is:-
1) Shows the Products in dataGrid with having the columns Styles and Sizes and these columns should only display the Total Counts (ie how many st...
Hi,
I have a ListBox in a file called Downloads.XAML. The items bound to that ListBox come from a bound list in my ViewModel. I have states that are defined in the ListBoxItem style in a different XAML control which need to be fired depending on a property set on the bound item. The problem I have is that I cannot get the ListBoxItem fr...
So I was having a debate with my co worker about WCF RIA Services, and exactly how much data we send to the client in a given request. Here is the setup:
We are creating a reporting application in Silverlight and grabbing data from a WCF RIA Service to populate various grids and charts. We have two differing ideas as to how to implement...
Please give me your suggestion.
Thanx.
...
We have a Silverlight Prism project with complex state information stored in the browser bookmark. This allows us to share bookmarks/links which will restore the application to the exact same visual state.
We do not however want trivial bookmark changes (i.e. non-navigation changes) to result in a browser history entry. Otherwise the br...
Within Silverlight 4 printing with the printing API will it "auto-scroll" covered areas?
Excuse me if I'm not using the right terminology. For example, If I have a DataGrid and it has 10 items shown and 40 not revealved (but you could scroll to). Is there a way to print the whole DataGrid, rather than just the "screen shot" view.
...
Is there any way to navigate to a page that will be opened synchronously with the main page?
The 2 pages should be open at same time, while allowing changes be done on both. The information should be updadated at real time to both pages.(or be refreshed by time intervals)The navigating includes passing objects etc.
...
I got the navigation up and running in my application but I wanted to hide the real path to views so I wrote this UriMapper:
<Application
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="MyApplication.App"
xmlns:navcore="clr-namespace:System.Windows...
I have been playing with Expressions Blend 4 for the past few days, and I'm starting to get a hang of it. I just recently started playing with the Data binding and find it really easy and powerful. For prototyping purposes, there is no better application.
I'm currently prototyping a Silverlight screen with a potential multi-level grid. ...
VS2010 w/Ria Services & SL4.
I already have my SL app loaded in the browser.
User clicks around to different view pages and I would like to store their current location in a list of "recently visited pages".
To do that, I need to store the view page + any existing querystring key/values.
Ex: here is a real page in my sl app:
http://...
I know SL 3 didn't have this but from reading about SL 4, it sounds like it supports WebHttpBinding for REST...
But how do I create one in code? I can't find WebHttpBinding anywhere in the ServiceModel.* assemblies for Silverlight?
...
Hi,
I am very much new to the Silverlight. We have an application using with Silverlight, WCF and Telerik controls.
I am using RadTreeListView. in RadTreeListView i have used custom columns as below
<radNavigation:RadTreeListView.Columns>
<radNavigation:RadColumn CellTemplate="{StaticResource CustomNodeTemplate}" IsSortabl...
After trying for long time I am not able to run my silverlight 4 business application successfully on my deployment server, where I don't have visual studio 2010 installed.
I have IIS 7.5, OS:windows web server 2008 R2, I installed RIA services, Silverlight 4 etc. I configured IIS it works for normal silverlight websites But this silver...