Hi,
Here is an image for reference: http://yfrog.com/b5evilbluej
I'm building a silverlight app in Blend that will contain a treeview and treeviewitems. The contents of my treeviewitems all have a blue border (when clicked and when you hover the mouse over), as you can see in the image I linked to. I cannot figure out what causes tha...
I've started to learn SilverLight in order to incorporate it into my website.
After a while, while I was looking for silverlight controls in places like:
http://silverlight.codeplex.com/
And realized that everything is possible using AJAX Control toolkit (or almost everything).
Does it really make sense to use Silverlight? It doesn'...
I am trying to find out how to set the windowless parameter to true, but not in the object tag, but directly in the Silverlight Application. I don't know if that possible, but i thought maybe this can be done in the app.xaml?
any ideas?
Christian
...
Hi,
Can any body tell me how to add silverlight 3.0 control in master page in asp.net 3.5 (ide VS2008)?
...
Hi all.
I am tring to add dll file to my Silverlight application but get error which says that I can't add reference which wasn't built with Silverlight runtime.
Is there any solution?
Thanks.
...
Does anybody knows possibilities or approaches to combine ASP.NET with SAP Webdynpro (or to embed/integrate Webdynpro in a ASP.NET (or Silverlight) application) ?
...
I have this code:
<Grid x:Name="LayoutRoot">
<Grid HorizontalAlignment="Left" Height="900" Width="1200">
<Grid.RowDefinitions>
<RowDefinition Height="300"></RowDefinition>
<RowDefinition Height="200"></RowDefinition>
<RowDefinition Height="200"></RowDefinition>
</Grid.RowDefinition...
When running Silverlight 3.0 in OOB mode, you don't have to worry about any proxy authentication as the browser normally takes care of this.
If I've installed a Silverlight app in OOB mode, is there any way to authenticate against a proxy?
...
I have a simple silverlight toolkit Chart and a standard Slider in the same control. I want the Chart to be updated whenever the slider value changes. This oughta be simple. I tried binding to the .ValueChanged event on the slider but this appears to fire far too often (eg: multiple times while the slider is still in motion). I'm only in...
Hi,
I'm running a web page that has a SL 'box' in it.
I know how to use the MouseEnter and MouseLeave to detect if the mouse has entered the SL box or left it.
My question is how to detect if the mouse is inside or outside the SL box when it has just loaded.
Thanks.
Gilad.
...
I'm trying to use the microsoft_maps_mapcontrol. I see how one could create a pushpin and the lat long location... but i can't figure out how to instead use an image in place of that pushpin. doesn't look like pushpin will allow using a different image. So, that being the case how do you create an image and then wire it to the proper ...
Hi and thanks for reading.
I am building a simple silverlight page and having difficulties animating elements to the center the screen.
The example...
MouseLeftButtonDown > animate the rectangle to the center of the screen.
Is there a way to do this?
...
Hi All, Thanks for taking time to read through my question. Any guidance is really appreciated.
I am using SL3 Navigation framework in my LOB application. I m currently using MVVM Light as the framework guidance.
I have a datagrid consisting of employees and when the "user" clicks on "employee id link" in the datagrid, i am transferr...
I was discussing load-balancing with a colleague at lunch. I admit that I know very little about this topic. We were discussing the various ways of maintaing session in a ASP.NET application -- none of which suited the high performance load balancing that he was looking for.
What about Silverlight? says I. As far as I know it is statel...
Is it possible to allow users to paste image data into a Website? That is, they have an image in the clipboard and can paste it into an HTML Site? (I would then somehow grab the bytes and store them - persistence isn't the problem here)
It needs to be Cross-Browser IE8, FF3.5 and Chrome 4, but I can use browser plugins like Silverlight,...
Hello all.
I'm looking for a convinient way to create such an effect in a web application: i have some picture, which has not very high resolution, and i want it to appear as a cloud of particles in some random part of the screen, and then to move to it's position.
It's ok that i will lose some resolution (i don't think that 1x1px part...
I am using the silverlight (v3.5) calendar control in my web application. The first day of the week in this calendar control is set to Monday.
On PCs the calendar control the Day labels above the dates are working perfectly.
On Mac computers, the calendar control displays the dates correctly, but the day labels above the dates are alwa...
Coming from Java background, I am now working in a Microsoft shop where we use MS technologies only. Can you please map this architecture stack to the MS world? I am not looking for equivalents to specific layers of the stack, but a proven end-to-end stack that is known to work in the real world:
Thanks!
Architecture Stack:
Hibernate
S...
<local:CustomDataGrid Grid.Row="0" Height="200"
IsReadOnly="True" x:Name="dgCaseHistory"
AutoGenerateColumns="False">
<local:CustomDataGrid.RowDetailsTemplate>
<DataTemplate>
<Grid Background="Black" Height="{Binding ElementName=dgCaseHistory, Mode...
How to Bind the text of RichTextArea from xaml
...