Advanced Forum Search Results
-
could you please send me the project to me i will check the what is the issue, and i will let you know
arulvivek@gmail.com
-
Hi
Have you copied the All Js file in the proper location as i mentioned in my post. If you could not find add all js files are a embedded resource of the project and copy the dll into clientbin directory
Thanks
-
Hi
It is a good explanation, Now i got an idea of using Path element usinf mini language
Thanks
-
Hi
Is there any advantage or disadvantage of embeding the silverlight.js and createsilverlight.js ( JAVASCRIPT ) files into assembly. Could any one please let me advice me to add the files into assembly or copy as a seprate files into the production environment
Thanks
-
Hi Friends
I faced a specifc problem with the Media Control (Alpha) . When use the particular video file ( downloaded from the internet url :http://download.microsoft.com/download/A/A/0/AA040C9E-6546-4087-9224-8C6DBB93F350/Remix_in_3mins.wmv )
The Problem is I can't see the video and only i can hear audio.
Any ...
-
Adding Scroll Bar is explained and sample is given in the silverlight SDK. Download the SDK and try your sample based on the SDK.
Thanks
-
Hi
Check the Silverlight Control ID and Div Element ID
Thanks
-
Hi
I have changed the property for the rectangle using the following code, please try with
private byte alpha;
privtae byte red;
private byte green;
private byte blue;public byte Alpha
{
set
{alpha = value;
}
}
....... continue for ..... red , green, blue
Brush fill=new ...
-
Hi
I have faced the below problem when i try to exchange the data from one textblock to antother
I have a 15 line of data, i am trying to display into a textblock ( widht 211 and height 49). But my textbox height is increased based on the Text. But I dont want to display all the data into the textblock control. I woudl like to restrict the ...
-
Hi , In my previous post i have missed some steps to integrate the silverlight pages into MOSS. Now it is updated please follow this stepHere is the solution for silverlight MOSS integration.
Part 1 (Silverlight project DLL to be copied into this ClientBin Directory)
Create ClientBin Directory under this folder ...