Hello!
I try to make scriptable application using Silverlight DLR. When I try execute JScript code which contains two or more lines of code, execution only first line. For example:
I had Compiled SL application written on С#. Main page contains Label named "lblMessage" and Button with Click event handler.
private void Button_Click(obj...
Hi I have a PHP website i want to integrate it with silverlight for some rich experience ,how can i do it ,.. is it necessary to host the website on IIS if we want silverlight integration.Please suggest ways ?
...
In silverlight 2 it was possible to add new rows to the collection through the DataGrid. But in silverlight 3 I cannot figure out how to do this without using a DataForm. Any idea?
...
i am sending byte[] (image) through wcf to silverlight, and from silverlight to wcf, everything works well as long as the byte[] (image) is less than 20KB, but when it's bigger, it doesn't work
when i try to save the image uploaded in silverlight and send it to wcf to save it in the DB
i receive: The remote server returned an error: Not...
Can I use Silverlight to build cross-platform desktop widgets?
...
Does anyone know of a place to download pre-built or defined silverlight (2.0/3.0) shapes?
...
Hi,
I have a problem. I want to save a XAML state into a file, or something like this. I developed a Silverlight version of PowerPoint, and now i want to save my presentation, but i don't know how...i'm using Silverlight 3 beta(if helps)...
I would like to allow users to upload their photos, music and video file somewhere.....where an...
Hi,
I am implementing the Model-View-ViewModel (MVVM) pattern in one of the forms of my SL2 appication using INotifyPropertyChanged interface and TwoWay Databinding.
However I feel that due to this approach, my form behaves slightly sluggishly.
I just wanted to know whether using this approach is there any performance hit in such SL...
Hello everyone,
Suppose I have the following XAML code, my confusions are, (1) I do not know the exact meaning of Data attribute, especially items starts with letter M/C, (2) there is no special configuration for TransformGroup (all using default settings), why put the TransformGroup here?
<Path Height="2.75" Width="2.75" Data="M2.75...
If staffing a "Silverlight / WPF business app" project would you include a team of graphic designers?
...
How to change user password for logged in user (and any field in user profile) if I use Silverlight Business Application?
...
In WinForms it was possible to add a new row to the grid by using the last row in the grid, some grid controls provide such functionality through the Insert button.
Is this possible with the datagrid included with silverlight?
My only available option is providing input controls to the user with a insert button and manually adding a ne...
I'm working on a little analog clock project to learn Silverlight, obviously when drawing the clock face there is a repeated pattern, all the examples I have seen actually repeat the xaml and just change the angle to get the entire face, but I'm wondering if there is a better/easier/shorter way to accomplish the same result declaratively...
I have some web services.
They are used by a silverlight application and on their own by other apps.
What is the best way to secure these so that hackers cannot access them directly?
Currently they are blocked to localhost only then the silverlight application calls the web application and the web application calls the web services it...
Over at the StackOverflow question How can WPF Converters be used in an MVVM pattern? I've learned that Value Converters should not be used in the MVVM pattern since the functionality of a Value Converter should be handled by the ViewModel itself.
This makes sense.
But I remember reading that you should not expose XAML elements to the ...
Hello everyone,
Suppose I have the following XAML snippets, my confusion is what is the meaning of the value for Storyboard.TargetProperty? i.e. the meaning of "(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)".
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="p1" Storyboard.TargetProperty="(UIEle...
Users love animations. See the iphone for a good example :) Everything a user does in the iphone kicks off an animation.
Enter MVVM and Commanding (I'm thinking about Silverlight 2 specifically). A user action triggers an event via Commanding, and we're sitting in the ViewModel thinking about how to trigger a nice animation for the u...
Can anyone suggest a good control that can be used to display images (png's most likely and it will always be one type that I can dictate). The images would be available server side only so I don't have to worry about clients uploading anything. Just displaying images on a server.
The control needs to have the following functionality...
So I am stepping through my code and now I run the project again to move onto another breakpoint. However my project doesn't move on instead it crashes saying that I have exceeding the timeout limit for a webservice.
How can I increase the timeout limit for web services so I stop getting these exceptions?
...
I am designing an application that requires me to access devices connected to the machine. We will have control of the machine, meaning control of the software and OS installed.
I know in the past one might suggest active-x controls, I was wondering is there a better solution? I have looked into Silverlight as an alternative, but not fo...