The blend tag is for Microsoft Expression Blend related issues.
0
votes
0answers
8 views
(LWJGL) How to render a plain colored object with glBlendFunc() on
I've put the line
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
in my OpenGL initialization code so the transparent parts of my textures stay transparent. Now I want to add a simple colored ...
0
votes
1answer
15 views
Deployment optimization failed due to an invalid assembly
I've stuck with this error:
"Deployment optimization failed due to an invalid assembly. Rebuild your source projects and try again."
after I tried to bring DataTriggers from Blend into Windows ...
0
votes
1answer
27 views
how make wpf app in blend that come with visual stdio 2012 express edition
I have visual studio 2012 express edition sp2 that come with blend for wiondows 8 app and windows phone and my qustion why I can not maka wpf application in blend,
WPF is not exist in new project in ...
0
votes
0answers
15 views
InkAnalyzer does not exist in the namespace, and I don't know why
I am trying to add a handwriting recognition tool to my Blend 4 project per these instructions:
http://msdn.microsoft.com/en-us/library/ms754080.aspx
However, when I do this, I get an error saying ...
0
votes
0answers
35 views
Blend 4 vs Visual Studio 2010 vector rendering
I have a really rare problem. I have a .AI file with vectors. When I import some vector to Expression Blend 4 I saw the vector really good, but, when I copy the XAML code to Visual Studio ...
1
vote
1answer
19 views
Grouping in DataGrid bound to a *sample* data source (using Silverlight “Data” window)
Silverlight 5 question. I can group items in a DataGrid by using PagedCollectionView as its ItemsSource (via GroupDescriptions.Add). No problem. However, we are designers (not experienced programmers) ...
2
votes
2answers
67 views
How do I call functions with parameters in XAML?
I am using Blend (and I'm very new to it) to create XAML. I have a line of code which calls the function writeC below:
<Button x:Name="key_c" Content="c" HorizontalAlignment="Left" Height="60"
...
1
vote
2answers
26 views
Design time support for Windows 8 Store app with Javascript
Does anyone know about design time support (Blend and designer in VS) for Windows 8 app with JavaScript? especially for sample data dislay in Blend.
Can I use any winJS helper to identify runtime vs. ...
0
votes
1answer
24 views
Remove white background from Component Screen (Expression Blend)
I am making several UI's in expression blend 4 and have been using a component screen to display a logo that i made on each of the screens. However i am unable to make the user control element ...
2
votes
1answer
71 views
Why is the brush pane locked?
In both visual studio 2012 and blend 4, I have managed to do something to "lock" the brush pane. It is surrounded with a yellow border, like it is bound. This occurs on every user control, and every ...
1
vote
1answer
48 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
62 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
26 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
33 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
29 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
41 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 ...
5
votes
2answers
156 views
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
70 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
61 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
42 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
69 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
36 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
142 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
130 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
56 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
29 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
39 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
43 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
75 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
55 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
64 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
16 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
26 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
160 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
60 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
73 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
172 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
163 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
58 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
89 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
44 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
40 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
835 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
148 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
55 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
79 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
268 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
48 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
64 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





