Advanced Forum Search Results
-
[quote user="MurDoGG"]
I have related problem. My Blend don't start, xaml editor in vs 2008 sp1 crashs, kxaml crashs, nothing helps.
If i try to open the uninstaller ro repair, the uninstaller crashs too.
[/quote]
This sounds like an issue with .Net framework (wpf). You could try to repair/reinstall .net framework 3.5 and ...
-
Hi Kasimier,
I filed a suggestion regarding the static properties. It won't be implemented in Blend 3 though.
Regarding your issue, you can use non-static properties (like you did). If your code really needs this to be static, you can have a static property which returns an instance of that class.
Thanks,
Adrian
-
Silverlight doesn't support styles that apply to all controls of that type (that's why the "Apply to all" option is disabled in Blend for Silverlight projects when you create a new style).
The good news is that in Blend 3 you can set a default style which will be set for any control you create from that point. Here is how you ...
-
Hi,
Unfortunately we had to remove that feature because it was interfering with the new palette docking features. However, you can still press "F4" or "Tab" to hide all palettes to give you more space for the artboard/code editor.
Thanks,
Adrian
-
The Blend User Guide (in Blend main menu-> Help->User Guide) has more information and a tutorial about Visual State Manager. You can find it under:
"Styling Objects" / "Defining different visual states for a control"
You can also try this video - it explains the Visual State Manager for Blend 2 ...
-
You need to initialize the Collection. This is what I tried and it worked fine for me:
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using ...
-
Hi,
This issue will be fixed in a newer version of Expression Blend. Besides the mentioned Blend issue, I don't see any other issues in setting names on the runs.
Thanks,
Adrian
-
Thank you for sharing us the code! I was able to repro the issue. I will file a bug and our team will investigate why this happens.
Thanks,
- Adrian
-
Thank you for reporting this issue. I was able to repro the issue with the details you provided.
Thanks,
- Adrian
-
I don't know, could you perhaps try to narrow down the issue? For example could you create a new project, paste the xaml from the file where you see this issue, and delete any custom controls you use in your project in the xaml file (so that the file can be opened properly by Blend)?
Or, you could paste the xaml code from that file and ...