0
votes
Silverlight - Make same size as browser frame
Using Width=”Auto” Height=”Auto” on your LayoutRoot will cause Silverlight object to fill the room the object tag has. By default (TestPage.html) it is object ... width="100%" height= …
4
votes
VS2008 SP1: Pressing F5 takes ages to start website
I had the same issue a few months ago I surfed around for hours, finding different solutions and finally the solution was really trivial - just click Debug -> Delete all breakpoints. For me it was …
3
votes
Possibilities for full blown silverlight applications
I think the Medical app that Microsoft itself developed shows pretty well what could be achieved with silverlight http://ww …
1
vote
Silverlight button color hardly changes when setting background property
I am not quite sure what do you mean by "button hardly changes" but when I write <Button x:Name="button" Background="Gold" Foreground="Red" Content="Hello!" /> I get a golden but …
0
votes
WPF Grid vs Stackpanel
I think the Grid is a better idea. I usually set up the general layout with a Grid and use a few stackpanels here and there to do some specific stuff. I also have a feeling that performance is bett …
1
vote
How do you learn WPF and Silverlight?
I think that Expression Blend is an important tool when starting out with Silverlight as the xaml writing doesn't come easy in the beginning and you have to concentrate more on the xaml errors than …
0
votes
Why doesn’t MediaElement work in Silverlight?
Are you sure the video file gets copied to the bin/Debug directory?
…
0
votes
Why doesn’t MediaElement work in Silverlight?
It might be the case of unsupported mediafile.
These are supported (source: http://msdn.microsoft.com/e …
4
votes
Visual Studio 2010 - WPF / Silverlight and built-in Grid
There is a Grid control in Silverlight 2
Grid control documentation in MSDN …
1
vote
Silverlight development in visual basic 2005
Here is the list of tools you need to develop Silverlight 2 applications [source: http://silverlight.net/getstarted/]. Although in th …
0
votes
How would you justify text in Silverlight?
I found a blog post about that - http://math-geek-rock-chick.blogspot.com/2008/08/si …
0
votes
Is it possible to start a video playing in a tooltip in Silverlight?
You could do it with a VideoBrush as suggested by BPerreault, but you could also just set Tooltip.Content to a MediaElement.
That is because the Content property of Tooltip inherits from C …
2
votes
Silverlight: Make part of a storyboard repeat
I don't think you can work with animations just in XAML/Blend you need to begin them in code anyways.
StoryBoard1.Begin();
But the code to start another animation …
0
votes
Silverlight vs Adobe Air
From the users standpoint I like the Silverlight installation process a lot more... Specially on the Mac - Air app installation is unnatural (to many clicks and processbars) but oneclick Silverligh …
