The blend tag is for Microsoft Expression Blend related issues.
1
vote
1answer
104 views
ListBox not Virtualizing
I have a ListBox which is not virtualizing. I am obviously missing something, but cannot find it.
It's actually a ListBox within a ListBox. The outer ListBox has an ItemTemplate which contains an ...
0
votes
0answers
156 views
How to Design a WPF Flow Document
Im making an wpf application and i need to generate reports and then to print them. I am using CodeReason.Reports library but it is very dificult to me to design the reports with out a designer.
Any ...
1
vote
1answer
245 views
Photoshop “blend modes” with OpenGL
I am planning to make a simple drawing tool, which supports multiple layers and all blend modes from Photoshop.
I am considering to do the blending on the GPU (put each layer into a texture and draw ...
0
votes
2answers
135 views
expression blend 4 desk top application not reconized
Well I'm quite new to expression blend wpf application.
well recently I made one application for my friend and application doesn't store or anything. Just a presentation application which has some ...
2
votes
2answers
450 views
OpenGL multitexture blending
I am trying to implement layer function like photoshop.
Here is what I want to draw..
But It is drawn like below
It is using two layers. made with 2 texture framebuffers
one for background, the ...
-2
votes
1answer
101 views
Retrieving and Displaying tweets into an Windows 8 metro application
so basically I'm trying to display the latest tweets from 5-10 different sources/twitter accounts in a new application I'm trying to make.
Similarly the way tweetro/metrotwit retrieve and display ...
0
votes
0answers
151 views
Fade over in other image
I have a banner with images and in my content there are small thumbnails. When I click on a thumbnail the banner changes to that image.
I'm doing that with this code:
JS file:
...
0
votes
1answer
144 views
How to change the border thickness in mouseover
I'm working on the styles of controls. I want to change the borderthickness of a control when the mouseover is done. I want to write this in the style itself instead of writing it in codebehind
So, I ...
2
votes
2answers
2k views
Design view disabled in Blend + Sketchflow 2012
I have a project that was created in Blend + Sketchflow preview for Visual Studio 2012.
It is a simple project as I am learning C# and WPF for the first time. I have two windows. A simple start screen ...
1
vote
3answers
310 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 ...
0
votes
1answer
207 views
Button Styles via xaml and expression blend
I created a custom control that looks a lot like the tab buttons in VS 2012. In my control I could set a propertiy to posistion the text and sidebar vertical or horizontal. After playing around with ...
1
vote
0answers
201 views
Windows Phone Emulator Won't Boot
I am install my pc windows phone 7.1 sdk and Microsoft Expression Blender 4 and after running my project windows phone emulator is not booting it's shows message always like "Windows Phone Emulator is ...
1
vote
1answer
242 views
How i can edit Elysium Theme from current project?
How i can edit Ellysium Theme from current project?
Need to edit all colors and other feaches!
I can't find place in my project, where i can edit soure code of current theme. this
All works great, ...
2
votes
1answer
157 views
Portable Class Library and Expression Blend
Which version of expression blend supports portable class library ?
Thank you
0
votes
0answers
134 views
DevExpress LookUpEdit Template
How can I change DevExpress silverlight LookUpEdit template?
I do this for other controls with Blend
but when i right click on lookupedit and click edit template, Blend create empty template!!
2
votes
1answer
402 views
Alpha Blending 2 RGBA colors in C [duplicate]
Possible Duplicate:
How to do alpha blend fast?
What is the fastest way to alpha blend 2 RGBA (Integer) colors?
As a note, the target color where to blend is always opaque, only the second ...
1
vote
1answer
784 views
LibGDX FrameBuffer blending
Some quick background here, I just started using the LibGDX framework for my first attempts at Android game development. I am trying to build a texture using their FrameBuffer class by placing in ...
0
votes
0answers
121 views
iOS CGContextAddLineToPoint Overlap lines in a transparent view without being dark
I have a drawing tool in my app, and one of the tools is a highlighter. The view which handles the drawing is set to alpha 0.3f. It looks how I'd like it to look, however when drawing a line on top of ...
0
votes
1answer
192 views
How do I bind an Image Source?
Here is what I have so far:
<Image Source="{Binding ImageSource"} />
<Button Content"Text" ImageSource="path/image.png" />
I know something isn't right here. I guess I can't see where ...
2
votes
2answers
2k views
VS2012/ Blend 5: Debugging an Exception (only) occurring in design view
I'm developing a Metro-style app (for Windows 8) using C# and XAML. I have set up my viewmodels to be used as design-time datacontexts, like so:
xmlns:vm="using:hub.ViewModels"
...
2
votes
0answers
129 views
Why does WPF not render my colors properly?
I apologize in advance if this question has been answered already, but I wasn't able to get anything with a few googles.
I have a photoshop image with an 8-bit color profile. I'm converting it into a ...
0
votes
1answer
651 views
VisualStateManager.GoToState doesn't work with DataTemplate
I have a Listbox with the following DataTemplate set as ItemTemplate and I want to change the VisualState of it using Codebehind.
DataTemplate:
<DataTemplate ...
0
votes
1answer
128 views
WPF & Expression studio
I've created a WPF application afterwards i added some effects using expression blend.
Now when i try to run the application it wont run without "Microsoft.Expression.Effects.dll"
I really want to ...
0
votes
1answer
115 views
Looking to Animate a grids margin with a selected tab event, WITHOUT using Blend
I have a project that will have multiple tabs. When the user selects a tab, I would like the grid that's inside that tab to slide out. I figure I can accomplish that by changing the grids margin. I ...
0
votes
0answers
83 views
How to apply blend mode to a personalized canvas after dropping an image into it?
I´m making a pattern cloth changing gallery in HTML5/CSS3 with less javascript use.
The main base is dragging and dropping texture patterns to a male/female model image. After dropping, the pattern ...
0
votes
1answer
751 views
UIImage Blend Mode Problems
I'm trying to overlay 2 images. The bottom image is loaded from the image library in to a UIImageView object with an alpha set to 1.0. All pixels in this image have an alpha value of 1.0 as well. The ...
0
votes
1answer
62 views
converting to path
I have a little complicated shape which is created in blend however, I need to use it in the code as part of setter so I'm trying to use "Convert to Path" in Blend but this menu/command is disabled. ...
0
votes
0answers
281 views
Silverlight 5, toolkit themes, Expression blend 5 preview
I'm developing a new project in Silverlight 5 (using the Silverlight 5 with navigation project template) and I'm having a lot of problems trying to apply the themes that comes with the toolkit. I've ...
0
votes
1answer
149 views
Why is Blend and Visual studio 12 throwing and exception?
Hi I'm using some UserControls with empty logic in the constructor and they are throwing an exception. I don't get whats happening. All my user controls worked before the reléase candidate, in the ...
1
vote
1answer
143 views
How to blend the color from different views in iPhone
I draw two diagrams with different colors in different views(UIView) and applied pan gesture recognizer on both of them. When i drag one diagram to another diagram, they are coincided or intersected ...
1
vote
1answer
158 views
adding texture to shape in WPF and Blend
How can I add a texture to a let's say rectangle such when I stretch the object on canvas it would cover up while being resized?
Thank you
not that I care about negative points but those who leave ...
0
votes
1answer
67 views
TriggerType Expression Blend 4
I was wondering if it is possible to assign an eventtrigger to a source outside the current artboard.
Example: I have a text box that I want to slide out of one content presenter into another when a ...
0
votes
1answer
150 views
What is GraphicsMagick's equivalent to ImageMagick's Blend?
I'm running this with ImageMagick and would like to speed it up slightly by switching to GraphicsMagick if possible. In this, case I'm blending 30% of image1.png and 70% of image2.png together into ...
0
votes
1answer
325 views
How to bind an image to a button template using Blend?
In Microsoft Expression Blend, I have the following button template:
<ControlTemplate x:Key="ImageBlueButton" TargetType="{x:Type Button}">
<Grid x:Name="MainGrid" Width="75" ...
0
votes
1answer
94 views
How does Photoshop show multi-layer in Normal Blend Mode?
I'm trying to understand how the normal blend mode works in photoshop.
http://www.pegtop.net/delphi/articles/blendmodes/normal.htm
As the webpage says,it just shows the color of the layer above.But ...
0
votes
1answer
466 views
XAML: Is there a way to style TreeViewItem header property to contain multiple font styles?
I need to create a TreeView type controller that will display rich text.
Example:
» Signed by Person Name
» Certified by Person Name
Content of the TreeViewItem is easy as I can ...
1
vote
2answers
133 views
Stop StoryBoard from been launched at project startup
I've created a project in Visual Studio and I opened it in Blend so I can do some animations.
I've created two animation using the StoryBoard and associated every animation to a different button (in ...
0
votes
2answers
131 views
How to include canvas under panorama page in windows phone?
I have a panorama page with two panorama item and would like to include a canvas inside the second panorama item. So, when I do it, I get a overflow of the first panorama item in my canvas. As it ...
0
votes
0answers
297 views
Blending With PathGradientBrush
So I am trying to create an outer glow for my controls, but I do not understand blending at all, and everything I have found "explaining" it does not help me understand it at all.
I am using a ...
2
votes
1answer
371 views
Blend for Visual Studio - Show App Bar in Design Mode
How do I see the App Bar in design mode while using Blend for Visual Studio 2012 RC?
0
votes
0answers
225 views
How to do Overlay Effect like Photoshop in iOS with two UIImageView
I have a problem, first sorry about my english.
I have the next code:
CGRect screenRect = [[UIScreen mainScreen] bounds];
UIImage *bgStartMenuImage = [UIImage imageNamed:@"bgStartMenu_00"];
UIImage ...
1
vote
0answers
176 views
Expression Blend not showing Attached Property in Style designer
I have an attached dependency property declared on a clr type Framework:
public static readonly DependencyProperty ShowTypeProperty =
DependencyProperty.RegisterAttached("ShowType", ...
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 ...
1
vote
2answers
234 views
Transform a rectangle to create an effect of depth
I want to create a transform animation to change the shape of a rectangle in WPF. The top right and top left corners have to be pulled together as in the following example image.
What transform ...
0
votes
1answer
150 views
Embed microsoft expression blend inside a .net application
Is there any way to embed microsoft expression blend inside a .net application ( to create xaml files)?
If not is there any other xaml designer to use instead?
More detail: I want to let end user, to ...
1
vote
0answers
154 views
Blend 5 Preview designer crashes after VS rebuild
I am working on a big silverlight project, and have problems editing it in Blend;
Initially, Blend starts properly, designer shows the controls, etc.
However, unexpectedly, after parallel work in ...
0
votes
0answers
21 views
Output blend of canned and user categories from dbase
I want users to be able to find things by category or tag. To help them, I've created 'canned' categories like pop, rock, jazz. However, I also let them create their own – basically whatever they ...
0
votes
1answer
115 views
Vs Blend + Windows 8: how can I set system notification theme's style for my elements in the app?
I need to set styles for buttons in my application similar styles for button in notification windows (for windows 8)
Great thanks for any information
1
vote
0answers
96 views
programming custom blendmode for Adobe Photoshop (or After Effects)
What's the easiest way to create a custom blendmode for Adobe Photoshop?
I want to be able to blend two images together according to rules that can't be created by combining existing blendmodes
...
2
votes
1answer
398 views
StretchDIBits issue
I want to blit 32bit image (PNG with alpha channel) over 32bit Bitmap (or Bitmap32).
I don't know how to tell function to blend image instead of bliting it. Like using AlphaBlend instead of BitBlt, I ...
