The blend tag is for Microsoft Expression Blend related issues.
0
votes
1answer
29 views
Add DropShadow to a Custom made Window (Blend)
I am creating a custom Window form using Blend. (by setting AllowTransparency to True)
I've finished the design and it works pretty well. Now I want to add Shadow effect to it. (DropShadowEffect)
I ...
2
votes
1answer
41 views
WPF Control Templating - How do I create a custom property?
I'm currently building a XAML UserControl library using Blend.
I've created a template for my custom WPF slider type. What I'd like to be able to do now is add a custom brush property for the control ...
0
votes
0answers
7 views
Blend two images with pixastic does not work. How to get the new image?
Hey i´m trying to blend two images with pixastic. One image can be dragged an dropped on the other image (with jqueryUI) and after it has got the right position the two images shall become one.
So i ...
0
votes
0answers
8 views
High resolution picture outside of viewport view on Blend 2012
I am trying to add a textbox on top of a picture in Blend 2012. The picture has a much higher resolution than the viewport (tablet view). I can scroll down but I can only see the outline of the ...
-1
votes
0answers
16 views
How can I make a Restart/Replay button for a Windows Phone App in Blend 4?
I just want to make a button that resets or restarts the application, my knowledge in C# is very limited, I'm pretty new at Blend, any help would be appreciated
0
votes
0answers
27 views
Why I can't see the sample data while I work in Blend?
I want to see the sample data when I design the page in blend, so I write a if block in the constructor of the Viewmodel class.
public class Viewmodel{
public ViewModel{
if ...
0
votes
0answers
21 views
Cannot use most Behaviors in Blend for Visual Studio 2012 (Windows Phone 8)
I can't seem to access most of the behaviors under "Behaviors" in Blend's Assets tab. When I first started the program, I had access to 6 behaviors, including GoToStateAction. I dragged and dropped ...
1
vote
0answers
73 views
+50
Visual Studio 2012 XAML designer doesn't seem to update
I seem to have a sudden issue with my XAML Designer view in VS2012, and a similar behavior in Blend as well. the view has stopped updating and I'm unable to see any changes immediately if I change any ...
2
votes
1answer
66 views
Why doesn't Blend 2012 allow me to create non-Windows store projects?
I also can't view the designer. It only shows me the the XAML with existing projects.
Any ideas on how to fix this?
0
votes
0answers
29 views
how get multiply blend mode on a plain UIView (not UIImage)
I have an image in my iPad app and I basically want to place a color filter on top of it. For this I have a colored UIView that is masked to a certain shape that I put over the image. Since adjusting ...
0
votes
0answers
32 views
Transfer code built in Blend to WPF Application code in Visual Studio 2012
I'm building a WPF project in Visual Studio 2012, I'm new at this technologi and I would like to assign a corner radius in all of my controls like textbox, password, buttons etc, I'm trying hard but I ...
0
votes
1answer
50 views
Automatically start animation in windows 8 app
So I created an animation with a storyboard in blend that basically displays an image pulsing or basically changing the opacity to 10% then back again. The problem I am having is that I 'save all' ...
0
votes
0answers
30 views
OpenGL 1.0 artifacts/dithering
I enabled dither and set blend
setBlendFunction(GL10.GL_SRC_ALPHA, GL10.GL_ONE)
but I see small squares near different colors.
what can I do with this?
why smooth/dither this artifacts?
0
votes
1answer
107 views
How to remove Windows border from WPF UserControl?
To preface this question, I am working on coding the back end of an application whose UI was put together by someone else (I believe using Blend). The application consists of a series of "Screens," ...
0
votes
1answer
91 views
Visual Studio project not working in Blend (reference errors)
When I open my project that uses a MahApps.Metro window in "Blend for Visual Studio" I get tons of errors. One of them is (this one probably causes all the other errors):
The name "MetroWindow" does ...
1
vote
1answer
42 views
Animation for images to fly up from bottom of screen using VS blend
I am creating an app that will allow the user to click on images and then they will transform into something else, and the code to do that is below:
private void Image_Tapped(object sender, ...
0
votes
0answers
26 views
Getting Blend 4 to open VS 2012 instead of 2010
I have configured Blend 4 to use Visual Studio to create and edit event handlers. Visual Studio 2012 Ultimate is installed on the computer. But when Blend attempts to open Visual Studio, it tries to ...
0
votes
1answer
36 views
Win 8 - customize each window opened from the home page(GridApp Template)
I've made an application with the Split App Template(similar to GridApp) in Visual C# for Win 8 Tablet.
I have customized the entire home page having only 3 cells and it's fantastic!
now i want to ...
0
votes
1answer
38 views
errors building a Blend solution
I downloaded an MS tutorial file that was Blend 3 and updated it to 4; getting errors like the one below. It seems to have something to do with language resources that I don't care about, and don't ...
2
votes
0answers
66 views
How to create an editable treelistview in WPF?
I need to create an editable TreeListView for my project.
But as far as I can see, WPF does not provide any type of tree list view and the ones I found online were not very informative. I want to ...
0
votes
1answer
46 views
ms silverlight blend sketchflow - default text in combobox
I'd like to get the default text in a combo box to show "Select Team...."
Like this in WPF
Setting default text for a combo box
But in sketchflow.
How can I do this?
Thanks
it is a sliverlight ...
0
votes
0answers
48 views
Expression Blend 4 Image Slideshow From DataSource
I am just starting to learn Expression Blend 4, so excuse any inexperience with any concepts I haven't got my head around yet.
I am trying to create an image slideshow that over time fades one image ...
0
votes
0answers
14 views
Gneric.xaml case Sensitive (Blend Crash on Templated Control)
I had a problems with my Templated Controls in Expression Blend. (Silverlight)
It still keeps crashing, and I could only edit in XAML not in Designer.
Today I renamed Generic.xaml to generic.xaml, ...
0
votes
0answers
25 views
Blendability of Nested Views
I really hope someone might be able to offer some advice on this one. I have an MVVM solution which runs just fine at runtime but I'm trying to setup design-time data to allow easier ongoing ...
0
votes
1answer
110 views
how to overlay a series of images in GPUImage
I have been looking at GPUImage but cannot figure out how to overlay a series of png or jpg images on top of the video while I am displaying it and recording it. I have roughly 150 photos in a ...
1
vote
1answer
54 views
How do I achieve a 2 -way data bind with an applied style in xaml?
I've got this bit of code in my page.xaml
<TextBox x:Name="NameTextField" Grid.ColumnSpan="7" Grid.Column="1" Text="{Binding Name, Mode=TwoWay}" Style="{StaticResource TextBoxStyle}" />
It ...
0
votes
1answer
63 views
How do I do a <ContentPresenter>-like placeholder for a textbox <ControlTemplate>
I'm trying to setup a control template for a textbox and to bind data to it. The problem is the data is not coming through. I thought since I have a textbox tag within the <ControlTemplate> that ...
0
votes
1answer
136 views
Tying to fire WPF StoryBoard multiple times with different Completed-actions
I'm unsuccessful in making a storyboard in code behind and running it multiple times chained to each other. Somehow, it seems the storyboard keeps in context, and will not reset.
I'm animating ...
1
vote
0answers
141 views
adopt popup from blend and to visual studio windows phone 8
We are trying to implement a popup window.
This we are doing by making a popup in Blend, which we interpret as a style ? Because of its variable name in visual studio. We have tried to give
...
0
votes
0answers
46 views
Sample project from MIX10 - Dynamic Layout and Transitions for Microsoft Silverlight 4 with Microsoft Expression Blend [closed]
Does anyone have the sample project from the session at MIX10 - Dynamic Layout and Transitions for Microsoft Silverlight 4 with Microsoft Expression Blend?
...
1
vote
1answer
73 views
Unhandled exception prevents me from opening a project in Blend 2012
I've been following a tutorial on the MS site and got to here:
http://msdn.microsoft.com/en-us/library/windows/apps/jj129435.aspx
When I switched back to blend I got a huge error of which I have no ...
0
votes
0answers
41 views
Blending in Different OpenGL editions
Below is a piece of code I use to achieve a demo about how blending works:
glDisable(GL_DEPTH_TEST);
glDisable(GL_BLEND);
glBegin(GL_QUADS);
glColor4f(1.0f, 0.0f, 0.0f, 0.5f);
glVertex3i(2, ...
0
votes
0answers
37 views
Linking two pages with a button in Blend
I'm using Blend for Visual Studio 2012 and I'm making a Windows Store App with XAML and C++. I've designed a variety of pages of content for my app and I have a user interface for the buttons and ...
1
vote
1answer
547 views
Navigating between Views in WPF MVVM
I am new to WPF and MVVM and am working on an application which has a few views. Right now I have a View(HomePageView) shown in the shellView's context. Now using a button in the HomePageView I want ...
-3
votes
1answer
123 views
PropertyChanged event on viewmodel property
i'm trying to Raise a PropertyChanged event on a Property in my ViewModel
using interaction triggers .
CS :
public string MyContentProperty
{
get { return "I Was Raised From an outside Source ...
0
votes
1answer
45 views
Accessing XAML Object in another CS File
I need to change the fill of a rectangle from another CS file. A static method in xaml.cs cannot allow access to the Rectangle Object.
public void changeStatusIndicator()
{
...
4
votes
1answer
70 views
cocos2d. Correct blending?
I modified standard example "Hello World":
CCSprite *sprite = [CCSprite spriteWithFile:@"Untitled-1.png"];
CGSize winSize = [CCDirector sharedDirector].winSize;
...
0
votes
1answer
197 views
How to blend 2 images with PHP (GD-GD2 Library) like multiply, colorburn, colordodge and others
I want to blend two images – like multiply, overlay and other blend modes – in PHP with GD library.
My images = İmage1.jpg -- imageblend.jpg or image3.png
Please help me write examples ...
1
vote
0answers
34 views
Blend 'Invalid Markup' after csproj change for win8 apps
I'm working on several UI-heavy Win8 apps.
Blend usually updates fine after changing files in VS2012 (have to rebuild to make viewModels show up as design data though)
The problem I have is that ...
2
votes
1answer
59 views
Blend opens with no Language and no version
Ihave installed Blend with VS 2012. While I am opening Blend I cannot select Language and Versions. There data is not available. How can I resolve the issue?
Thanks in advance
2
votes
1answer
56 views
Blend 5 (preview) missing Platform/resolution tab for WPF?
Developing a WPF-application in Expression Blend for Visual Studio, I read that Blend now has the ability to emulate different resolution/dpi and orientations: ...
0
votes
1answer
81 views
silverlight scrollviewer Style
I want to style my scroll viewer so that it looks like this
Any help..? I have seen lots of example but nothing worked.
Thanks
1
vote
1answer
254 views
Windows Phone 8 and Microsoft Expression Blend 4
I want to program a mockup of a Windows Phone application. I installed the WP8 SDK but the software Microsoft Expression Blend 4 doesn't show me Windows Phone. Do you have any idea how can I could ...
0
votes
2answers
193 views
wpf listbox Items add from another wpf window
Does anyone know how to add items to the WPF Listbox (window created on blend) from another WPF window ?
I have the following codes
mainpage mp = new mainpage();
...
0
votes
0answers
44 views
Affecting attached property using Blend Interactivity
is there a built in functionality for affecting an attached property from the element it is placed on using Blend Interactivity .
for example i want to affect the positioning of this button on the ...
0
votes
1answer
300 views
Asp.Net MVC 4 with Blend for Visual Studio 2012?
I haven't seen so far, but can you use Blend to create (shared) layouts in asp.net mvc 4?
2
votes
1answer
49 views
blend 2012 - Don't run entire app in background
I am using Blend 2012 to design an HTML5 Windows 8 metro app, but I am running into problems because Blend runs all JavaScript in the webpage in the background, live updating my app while it is ...
1
vote
0answers
108 views
Can't see TabItem content in Expression Blend
So here is my problem. I have a WPF application basically composed of a TabControl with many TabItems. I have each TabItem declared in separated classes, and what I do is insert them into the ...
1
vote
1answer
89 views
Creating Sample Data in Blend Expressions
I been watching TechDays 2010 Understanding MVVM and at one point he talks about blend and creating sample data but instead of generating it in blend he makes the data in C# code.
I am wondering if ...
0
votes
1answer
128 views
Showing sample data in WPF
I have created xml sample data for one of my classes using Blend tools and now successfuly showing it within the designer by setting the following property of my main Grid:
DataContext="{d:DesignData ...






