|
Surface.blit has a new parameter in 1.8: blend. The following values are defined:
BLEND_ADD BLEND_SUB BLEND_MULT BLEND_MIN BLEND_MAX BLEND_RGBA_ADD BLEND_RGBA_SUB BLEND_RGBA_MULT BLEND_RGBA_MIN BLEND_RGBA_MAX BLEND_RGB_ADD BLEND_RGB_SUB BLEND_RGB_MULT...
Started by Aaron Digulla on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The BLEND_* constants are simply aliases for the BLEND_RGB_* constants and the BLEND_RGBA_* variants operate on all four channels (including the alpha and their respective effects, see ....
Already tells you the underlying operation.
|
|
Do you expect your WPF developers to know expression blend?
Any good resources for learning more about Blend?
[UPDATE] Does knowing blend make you more productive?
Started by rudigrobler on
, 15 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
However I wouldn't consider is not required to know Blend throughout....
Video training for expression blend:
Total Training Expression Blend http many good WPF tools, knowing Blend is a pretty useful skill.
With the designers.
|
|
Am I missing something or does that "Open in blend" option in Visual Studio 2008 not exist anymore?
I am using VS 2008 SP1 + Expression Studio 3.0.
I can do it the other way around, from blend to visual studio, but not visual studio to blend.
Cheers
Started by Titan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I had the same problem, I had the trial version of blend, uninstalled_MACHINE\SOFTWARE\Microsoft\Expression\....
For me, the "Open in Expression Blend" is only available in Silverlight projects, for WPF projects the option does not exist.
|
Ask your Facebook Friends
|
I have Blend 3 Final and Visual Studio 2010 Beta 1 installed and I need to develop in VS 2010 with .net 4.0 and design my end-user UI in Blend but Blend 3 can't open my projects! What should I do?! :((
Started by Kiarash on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not sure what the plan is for Blend and supporting Visual Studio 2....
This is common given that Blend 3 is a RTM product and Visual Studio 2010 is still in Beta.
I do not believe that Blend 3 supports Visual Studio 2010 projects.
|
|
Hi.
I can't find newer Microsoft Blend Preview. Is it available?
Thank you for your answers.
Started by Dusan Kocurek on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Expression Blend 2.5 provided support and the Silverlight 2 platform support that....
What happened to Expression Blend 2.5?
A.
Edit: I found it here :
Q.
I read in another forum a while ago, that 2.5 was replaced by Blend 2 with SP1.
|
|
I'm trying to import behaviors in to blend, can anyone help me?
I'm a designer not a coder so would like to know the easy import rout for this in Blend?
Started by judi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(But give it a minute.
Expression\Blend 3\Libraries\Silverlight\v3.0 (location varies based on your machine configuration) Once you do that and restart Blend it should pick up on those Behaviours.
|
|
About 10% of the time when I go to compile code that should compile, blend fails. I know the code should compile because w/o changing a thing it will compile in VS just fine. The really weird thing is that about 50% or more of the time, after compiling...
Started by Narcolapser on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Like Sam said, my guess, Blend will notice....
I do have a gripe of my own, which is that Blend insists in Blend - there's no option to build a single project (like there is in VS).
VS and Blend make use of MSBuild to compile.
|
|
I'm sure this is a Noob question, but I've never worked with WPF before. Is MVVM an alternative to Expression Blend?
Started by JimDel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
They....
See:
http://en.wikipedia.org/wiki/MVVM http://en.wikipedia.org/wiki/Expression%5FBlend http://www.google.com/
Blend actually creates code that can be used as MVVM
No.
No; MVVM is a design pattern while Expression Blend is a program.
|
|
I'm looking for an Expression Blend 2 book that includes
best-practices (Expression Blend 2/Visual Studio 2008) designer perspective (Expression Blend 2) programmer perspective (interoperability with Visual Studio 2008) How-To-chapters for Windows Forms...
Started by Michael Damatov on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've also got Expression Blend Unleashed, but having read the first four chapters, it falls there for Expression Blend....
It's rather programmer oriented, so it won't help with Blend, but it's a quality book nonetheless.
Unleashed.
|
|
I have an Item template and I want to design it, but I can't see what the stuff looks like in blend because I am databinding it to objects that doesn't exist in blend.
Is there a way that I can make fake data come up to do this?
They are textblocks.
Started by zachary on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is the link that explains....
You have two options provided by blend and you can also use other techniques as well.
See this tutorial for a walkthrough.
Data you can use Blend to create it, but this is probably overkill for your TextBlocks.
|