new Nibbles: Blend & WPF
9 Comments so far
Leave a comment
July 23, 2007, 8:51 am
Filed under: WPF
Filed under: WPF
The session Blend & WPF is live! It begins with three nibbles. Two of them are about User Controls and one is about effects (reflection).
http://www.nibblestutorials.net
The first part about User Controls shows how to create something similar to movie clips in Flash. The second part shows how to create a Dependency Property, and expose it in Blend. That means you can change the properties of the User Control just by using Blend’s UI.
The nibble about effects shows how to create an animated reflection. No tutorial about WPF can leave this out
9 Comments so far
Leave a comment
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Thanks Celso,
Comment by Mike D July 23, 2007 @ 2:19 pmThese tutorials are excellent. I’ve been looking forward to you publishing more. Keep them coming!
[...] rolling out more great content at Nibbles Tutorials. The Blend & WPF section is [...]
Pingback by WPF Dev - Blend & WPF now live at Nibbles July 23, 2007 @ 2:25 pmThnx for the tutorials, they’re great. However can you save the solution files in a version that MS Visual C# 2005 Express Edition can open?
thnx!
Comment by gary July 24, 2007 @ 1:55 pmYour tutorial tells me to create a new Silverlight project in Blend. However, I don’t see it.
Comment by yaip July 24, 2007 @ 11:25 pmHi,
Please, notice that you have to use Expression Blend 2 May Preview in order to create Silverlight projects, not the version that is part of the Expression Suite (version 1).
You can have both versions installed at the same time.
-Celso
Comment by nibbles July 24, 2007 @ 11:34 pmThe site design is just wonderful. It’s a toy! Much thanks for your time and effort putting these very helpful tutorials together.
All the best to you and yours!
Comment by Jim Steele July 25, 2007 @ 7:10 amIn User Controls Part 2: Diversify! ( #8 ) I kept getting an error when using for ( var …
Since I’m new to this stuff, I wasn’t sure how to fix it, but changing var to int seemed to work. I’m a noob at C# but I think var is specific to Flash.
Comment by Jesse July 26, 2007 @ 12:29 amOoops. That’s JavaScript
The funny thing is that I don’t get any error.
Thanks for the feedback. I will fix it as soon as I can.
-Celso
Comment by nibbles July 26, 2007 @ 4:07 pmThanks Ceslo!
Not to be annoying, but when get a chance, you may need to photoshop the image as well to reflect the code changes.
The site is fantastic BTW!
Comment by Jesse July 30, 2007 @ 10:34 pm