What I want:
To be able to resize the actual video inside the SL player with JS as I drag the corner.
What I have so far:
http://resopollution.com/granicus/silverlight_test/test_silverlight.html
(try dragging the corner, it crops the video, not resizing the video). I'm using jquery to dynamically resize the outer div and the OBJECT tag ...
Good Day,
I am playing with a Silverlight control that has a TextBox and Button. When I click the button (which calls SelectText below), I want to select all the text in the textbox.
Here's my code:
private void SelectText()
{
TextBox tb = this.txtFirstName;
tb.SelectionStart = 0;
tb.SelectionLength = ...
Duplicate of: Silverlight Install Base - How big is it?
Hi,
Anyone knows the penetration rate (in %) for all North-American internet users with the Silverlight plugin installed? Been looking all around, but couldn't find any comprehensive numbers.
I'm looking for General Public penetration rates, not only within the dev community. So...
I have installed silverlight 2 on windows server 2003. but when I browse silverlight sites, nothing is shown. Please help me?
...
Hello Experts
I have a need to customize a Datagrid, for a TimeManagement system, using rowspawns.
My desired look is something like:
Customers| Projects | Tasks | Moanday | Tuesday | Wednesday | Thursday | Friday |
| | Task 1 | 0 | 0 | 0 | 0 | 0 |
Customer1| Project 1 | Task 2 | 0...
I have the below xaml markup, the button does not seen to stretch across the screen instead its left aligned. It is contained in a stack panel. What am I doing wrong here?
<Grid>
<ListBox Name="SideNavBar">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Vertical" HorizontalAlig...
I have a Silverlight project where the main objects are just a bunch of nodes that are joined to each other. A parent node can have many children.
I want to be able to bind the nodes to an itemscontrol or similar and so was wondering how to best structure the parent child relationship.
Is it OK to create a flat top level list of all n...
Hi All,
I have noticed a strange behaviour when using the command functionality in Silverlight:
When the adding the commands:Click.Command and CommandParameter property, the IsEnabled property stops functioning:
<Button Content="Delete"
x:Name="Btn_Delete"
Margin="0,0,8,0"
MinWidth="75"
commands:Click.Command="{Bi...
I'm having a go at making a Silverlight2 UserControl to emulate the basic functionality of a WinForms MessageBox. I was following Shawn Wildermuth and John Papa's examples.
Compiles fine, I add the user control to my app with a button to show the popup. This works - popup appears, you can click a button to close it and it closes. You ca...
Now that Silverlight 3 Beta 1 is out, has anyone found Blend V3 beta preview yet? The one link supplied with the Silverlight stuff is not valid right now:
http://www.nextbestgeek.com/2009/03/18/silverlight-3-its-here/
...
I am building a timemanagement system, where im using a Datagrid to list tasks / days, so you can register how much time you spend on a given task on a given day.
What i would like, is to do a summary at the bottom of each day.
| Tasks | Moanday | Tuesday | Wednesday | Thursday | Friday |
| Task 1 | 1 | 1 | 0 | ...
If I call SelectAll from a GotFocus event handler, it doesn't work with the mouse - the selection disappears as soon as mouse is released.
EDIT: People are liking Donnelle's answer, I'll try to explain why I did not like it as much as the accepted answer.
It is more complex, while the accepted answer does the same thing in a simpler w...
How do I stream live audio from the location to over the internet using Silverlight 2.0? What equipment, software etc do I need?
...
I am confused... How can MS release two versions of Silverlight without having proper support for WCF bindings? Should they not support wsHTTP binding at least? So the service can have proper Message-level security? (i.e. certificates etc...)
With a basicHTTP binding, looks like the only two options to secure the service are...
HTTP...
The new Silverlight 3 beta includes the ability to run Out-of-Browser applications. The demos so far show this only inside a special frame. Does anyone know how I can run Siverlight 3 controls inside a (WPF) application?
...
The Silverlight 2 and Silverlight 3 Beta framework do not support compiled Regular Expressions i.e:
RegexOptions.Compiled
I'd be interested to hear the reasoning behind why this is the case if possible.
...
I need to do push feed to clients (not through polling), to silverlight clients fast and securely, is it possible to do secure sockets with silverlight ?
...
I have a dilemma which I seem to share with many others: Flex or Silverlight? What I would like to develop is a web video/audio chat that would be a Skype killer and conquer the world. On a serious note, I think the time for a ubiquitous video/audio service that can be run in a Web browser (read: zero installation) is just ripe. But what...
My company is building a medical application. We would like to utilize Silverlight 2.0/3.0. Because of HIPAA laws, security is at the top of the list and can't make mistakes here.
What makes or doesn't make a WCF call secure in the context of using Silverlight?
...
Is it possible to create a storyboard where the second half repeates, but the first half doesn't? Or alternatively, can I cause one storyboard to start after another finishes, all in xaml?
...