Advanced Forum Search Results
-
Thanks for the fast response - I'll give that a shot
I also found this: http://leeontech.wordpress.com/2008/07/21/dynamic-styles/ Don't know if it works; I just found it, right after I posted this question :-(
-
Hello - I'm looking for a sample of how you can provide user-selectable themes (drop-down list where the user can select a theme)?
(I'm assuming this is possible; please let me know if you can't do this in SL)
Thanks
-
Yes, which are either static examples, or: ' Fill the tree with data
TreeOfLife.ItemsSource = Taxonomy.Life
...which points to some "Public Abstract Class" in C#
Are there any examples anywhere for loading data from SQL Server? In VB?
Thanks
-
Ok, I started from scratch, and everything is working. I think I was merging lines from multiple samples, and made a mess of it.
Thanks for your help
Mark
-
Hello - can anybody point me at some real-world Silverlight TreeView control examples, in VB, particularly data binding and Master/Detail?
Everything I'm finding is either static loads, and/or in C#
Thanks
-
> Make sure the x:Class="*.*" in your xaml files match your project and class names
That cleared up all but 3 of the error messages!
It's almost 2:00a where I'm at; I'll hit this again tomorrow
Thanks again for your help
-
Sorry I let this sit so long; I had to go do other things. I appreciate your help.
I am still getting the error messages below when I do a Build; any ideas as to what I'm still missing?
I have the reference to the toolkit:
System.Windows.Controls.Toolkit .NET 2.0.5.0 True C:\Program Files\Microsoft ...
-
I'm looking at the Treeview sample on http://silverlight.net/samples/sl2/toolkitcontrolsamples/run/default.html
I've installed the SL Toolkit; it looks like it's there; I see all the controls.
I thought it would be simple enough to copy & paste the markup & vb code into the Page.xaml of a new Silverlight project, but I'm ...
-
Hello - I'm primarily an Access developer, moved into ASP.NET last year, and now I'm trying to learn Silverlight.
I have to (quickly!) work up a page that uses a TreeView to maintain data on a 3-level hierarchy. I've looked around on this site, and skimmed through the wealth of "Getting Started" videos, etc., but don't ...