Advanced Forum Search Results
-
Ok, I solved it :)
ImplicitStyleManager.SetResourceDictionaryUri(LayoutRoot, new Uri(@"Themes/ShinyBlue.xaml", UriKind.Relative));
ImplicitStyleManager.SetApplyMode(LayoutRoot, ...
-
I followed the approach described here:
http://blogs.msdn.com/mehdis/archive/2008/11/02/customizing-silverlight-toolkit-themes.aspx
and managed to get a stackpanel styled, but when I try to apply it to my project in the Grid root element I get a blank page, it seems to only work if I apply it to the stackpanels with buttons..
Any ...
-
It worked, I was missing the SP install :)
Thanks dude.
-
Hello.
So I'm tryin to install Silverlight Tools for Visual Studio 2008 SP1 and I'm having the above error....
I have VS installed, it worked just fine with Beta1 and Beta2.
I have any previous version of Silverlight uninstalled...
So what is the problem?
I've found some posts with people experiencing the same issue, ...
-
How do I do that?
-
So, i did the datagrid and other changes required for beta2, but now when running the application i get:
Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled to generate user instances.
This exception occurs in a .aspx file, when I open the database connection. Is that related to the beta2 ...
-
Is there any draggable window control that works in a grid as its parent control?
I could only find for canvas.
-
Well because my Beta1 project from which i'm upgrading from uses a Grid, so i was hoping by just copy-paste it, inside a Canvas, and do some ultra-special trick, it would work.
But apparently it won't work.
Is is possible to put the components inside the canvas in a relative way?
I mean, I want my layout to adjust with browser resizing, ...
-
Well the draggable window control posted in this thread: http://silverlight.net/forums/t/12467.aspx for the SL2B2 only works for the canvas as parent control... :(
-
I need to put a Canvas as main control, so I can have some draggable windows on it.
But i also would like to have a Grid on top of the Canvas that takes the all space of the browser.
How can i achieve this? Something like:
<Canvas Height="Auto" Width="Auto" ...