Advanced Forum Search Results
-
I have just executed option c) of the list in my original post:
Uninstall the german WebDeveloperExpress and install the English version.
SL3 works fine now, my german VS2005 still works :)
-
Hi,
Currently installed on my system: VS2005 standard,
WebDeveloperExpress 2008 and Silverlight2 (all german), the SL3 Tools
are available in English only so far....
I cannot installl the SL3 tools on my system. The setup program cancels with the following message:
Installation Requirements:
Visual Studio 2008 SP1 or Visual Web Developer ...
-
@slaouist: Thanks, that worked! The datagrid is 'themed' now (like the other UI elements)
But I have another problem now: If I apply a Theme, the datagrid shows no data lines any more (just 3 empty rows below the header), when I am filling it with sample data: (code follows) ?! Is there something more I have to take care of when ...
-
I just have tried that, too. The datagrid still stays the same, regardless of my theme selection.
I have no idea why the datagrid ignores the theming, since the datagrid in the toolkit example page (theme browser) works...
-
Hi,
I have just installed the "SL Toolkit March 2009" and I am very impressed with the new UI elements and the Theming possibilities.
I started to test different themes on my UI elements, and it worked fine on all UI elements but the datagrid. I have tried anything I know but the datagrid ignores all theme changes in my projects, ...
-
Hello,
I want to generate a Grid with a MouseOver-Highlighting effect:
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="30"/>
<RowDefinition Height="30"/>
...
-
Hello,
I have started to play around with Silverlight *without* using VS2008 by just editing XAML files (testing some PHP interaction).
I am using the Silverlight2 plugin in IE/FF3, but there is is something I do not understand:
Basic elements DO work (like 'TextBlock'):
<?xml version="1.0" ...