The blend tag is for Microsoft Expression Blend related issues.
0
votes
1answer
27 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 ...
1
vote
0answers
1k views
FluidMoveBehavior with ListBox
I'm trying to get FluidMoveBehavior to work, but nothing is animating no matter what I try. It just adds/removes items as normal without any fading/sliding in/out. Other examples I downloaded off the ...
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 ...
1
vote
0answers
70 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 ...
0
votes
2answers
3k views
How to Databind TextBox to Property in CodeBehind
Using Expression Blend ?
Let's say I got:
Public string FirstName{get;set;}
Edited : 23/8/2010
Thanks for tha answers,
But I'm Afraid people didn't understand my question.
I do know how to Bind ...
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 ...
0
votes
1answer
47 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' ...
1
vote
1answer
41 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, ...
-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 ...
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
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
89 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
votes
0answers
15 views
WPF and Blend listview problems
guys!
I'm new to WPF and Blend, and I'm having a problem working with listview control. Listview that I need has a few columns, and the problem that I have is setting the value of specific fields in ...
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 ...
8
votes
5answers
2k views
How to fix New Project empty list in Blend for Visual Studio 2012 RC?
I have just installed Visual Studio 2012 RC that come with Blend standalone version. When I start a new project the list is empty, there are no templates to choose from.
Do you have any idea how 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 ...
0
votes
2answers
828 views
Bringing a user control to the front in Expression Blend, C#, WPF
I have a window with a Grid on.
On this I have some buttons, one of which when clicked will create a new 'PostIt' which is a user control I have created.
What I want to do is click on a 'PostIt' and ...
2
votes
0answers
64 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 ...
2
votes
2answers
449 views
Usage of ListBox instead of LongListSelector in Blends Sample Data for Windows Phone 8
I was just experimenting with the same example application which Corinna Black demonstrated in this Video (around ~21:40). She created sample data in Blend and bound it to the Grid of the Panorama ...
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 ...
8
votes
3answers
1k views
DesignTime data not showing in Blend when bound against CollectionViewSource
I have a datatemplate for a viewmodel where an itemscontrol is bound against a CollectionViewSource (to enable sorting in xaml).
<DataTemplate x:Key="equipmentDataTemplate">
<Viewbox>
...
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
24 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 ...
-1
votes
1answer
226 views
Visual Studio 2012 / Blend - Animations and UI States [closed]
I am seriously confused about what to edit the animation and UI State part of my WPF Frontends with. Expression Blend 4 used to be a really good product, but MS has really lost me in their product ...
0
votes
1answer
107 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 ...
3
votes
2answers
1k views
Can I use Blend for Visual Studio 2012 to make regular desktop applications?
Everything I see pertaining to Blend for Visual Studio 2012 talks about making Window's store apps. Am I correct in assuming it can be used for regular desktop applications too?
0
votes
1answer
134 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
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 ...
2
votes
1answer
135 views
Refresh design time datacontext in Blend
I'm using Blend 2012 and Visual Studio to design a Windows 8 app.
I'm using the MVVM Light toolkit and I'm binding my ViewModels to the page's datacontext.
On the viewmodel I use dependency injection ...
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 ...
1
vote
0answers
139 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
1answer
62 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
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?
...
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
538 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
122 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 ...
1
vote
3answers
313 views
Please explain this color blending mode formula so I can replicate it in PHP/ImageMagick
I've been trying to use ImageMagick to replicate Photoshops Colour Blend Mode. I found the following formulas in an online guide but I don't know what they mean. Do I just need to swap certain ...




