Recent update: 2008-3-21
Welcome to the "WPF/E" Designer forum. "WPF/E" Dec 2006 CTP is out there for you to play with as the MSDN Dev Center indicates. Try it and come back with any questions on designer tools and workflows, design implementation scenarios, XAML for WPF/E and design ideasMore in my blog: ...
I am starting with Expression Encoder and I want to know the following: Can I do a liove stream from vista or XP PC? Do I have to get a Static IP in order to do the live stream with Expression? I am hosting with DiscountASP and I wnat to know what will be the publishing point? Thanks.. ...
How to implement the Scroll bar in Canvas? Is there any in-built property or it has to be implemented thru JavaScript. If any sample code is there then plz send me on dharmesh_dsd@hotmail.com.
<span> These forums are retired. To join the conversation about Silverlight, please go to the <strong>new</strong> Silverlight community home: <a title=" http://silverlight.net/forums/" href=" http://silverlight.net/forums/"> http://silverlight.net/forums/</a> Thanks! </span>
<Canvas xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml" > <!--<Canvas.Triggers> <EventTrigger RoutedEvent="Canvas.Loaded"> <BeginStoryboard> <Storyboard ...
185 byte By
Bill at 2008-2-28
The designer who I work with, like many web and graphic designers, uses an Apple. Does anyone know of plans to release versions of the Expression Studio for Mac? Thanks.
2460 byte By
rgny at 2008-2-27
I have the following<TextBlock x:Name="MyLink" Canvas.Left="150" Canvas.Top="0" FontFamily="Verdana" FontSize="12" Width="250" TextWrapping="Wrap" Text="some say on his days off he makes shoes for tiny little ...
527 byte By
rgny at 2008-2-26
I am placing text in a position say for example Canvas.top 100 and left 100The left part of the text appears in the correct place ( I have drawn a polygon with start position of the same points as the text) but the top of the text there appears to be a gap before the top of the text and i ...
How would you go about animating some RectangleGeometry that is used as a clipping path?Something like this... <Storyboard> <PointAnimation Storyboard.TargetName="clipRectGeom" Storyboard.TargetProperty="Rect" To="0,0 50,50" ...
Does anyone have suggestions of how to create a gradient that is like the Office 2007 application menu? I need to create a "shiny, glass-like visual appearance." Thanks, Michael
Hello,Currently I'm experimenting with WPF /E CTP February 2007As I checked examples and internet, currently there is nothing about Styles or Themes in WPF /E Currently is there something about Styles or Themes?If NO; is something planned about this?Thanks in ...
This question comes up a lot and I'm glad there is finally a good answer. If you're looking to do design work for WPF/E you can use Blend. Just follow this tutorial here: http://designerslove.net/?p=34Go check it out and watch that blog for more design tips. ...
Welcome to the WPF/E Forums! The E is for Everywhere, try the WPF Forum for regular WPF questions. Forum Goals: Help fellow designersGrow body of knowledge Enable more people to find the information without asking Give feedback to WPF/E team about difficultiesRecommended Steps for Asking ...
Hello All How to set Stroyboard.TargetName property at runtime by using javascript .
I know that we can create a xaml controls dynamically by using CreateFromXaml method. But The CreateFromXaml method takes a parameter as xaml control syntax but is it possible to send parameter as a xaml file name. or if any other way how i cretae dynamic controls by using xaml file . Here i ...
I'm using the <path> object (a line with BezierSegment geometry) and the <textblock> object with some "text" value. How can i drawing the line with text, which will be repeat the line geometry...i.e. the text geometry should be like on the BezierLine. How can i get it?Is it ...
http://www.mystart.co.jp/ It's my demo wpf/e site. just for training wpf/e project ui. If you have any suggest, you can input it in this site's chat room. Thanks everybody. I love wpf/e! ...
Hi, I'm playing around with WPF at the moment and I'm having a major headache with opacity.I've got 3 meshes on my viewport, let's call them 1, 2 and 3. Now 1 and 3 are next to each other with 2 between and in front of them covering half of each. If I make 2 opaque now it disappears...
Hi, is it possible to import WPF/E XAML files in the Expression Designer? I didn't find any way to do this. <img src="/library/msdn/images/emoticons/smile_sad.gif"> Michael
Hi, why isn't it possible to export text as an WPF/E XAML Text element. I currently get all my text exported as a path instead. I'm missing something? Michael
245 byte By
rgny at 2008-2-15
Are linetypes available in wpfe such as dashed, dotted, and different variations such as long dash, short dash, long dash etc.. Is it possible to draw a line or polygon with a dashed linetype, any examples appreciated. Richard
Dear all,I had one question about implementing the following scenario. i.e. yellow text on top of a graduated fill background, using this mask to modulate the opacity. The ideal outlook will be like figure 2 on this website.I try to do like this in the window1.xaml.<TextBlock ...
Hi Friends ,I am Dinesh Chaudhari ,i have got error when i write following line in my wpfe applicatiion by using JavaScript : var Newcanvas=wpfeControl.createFromXaml(xamlstring); Error is like Could not complete the operation due to error c00cee2bSo any one know how to remove this error .plz ...
305 byte By
rgny at 2008-2-15
is there a simple xaml sample of getting started in 3d, I do not want to use any 3d software to output the 3d. A simple box shape and camera viewport would do for starters. Any urls or demos, just cant find any googling ...
It would be nice to have a way to create vertical text without using wrapping. However, this does work. But if you set the Foreground to a LinearGradientBrush it repeats for each letter instead of applying top to bottom against the TextBlock. Is there a work-a-round for this? Is this the ...
275 byte By
rgny at 2008-2-14
Is it possible to have anchors in text, In SVG we can have <dir><font color="#606060" size=2> <text text-anchor="end" x="341.17" y="443.50"...... </dir></font> Can also have, middle, baseline etc... thx Richard
Couple of questions.Firstly, is there a visual designer available for VS2005 for WPF/E, or do we have to hand code all the xaml ?Secondly, I am also getting partial support for intellisense with WPF/E. The wpfe.xsd is present in the VS schemas folder, and the properties for the xaml file have ...
Earlier today, you may have noticed your “WPF/E” December Community Technology Preview (CTP) control expired. No worries though- we’ve just posted the February CTP for Windows and Mac to Microsoft's download center and updated the samples on the Channel 9 Playground to work with the new CTP. ...
I created a test HTML page containing a WPF/E control - Canvas, clickable Rectangle that covers the entire canvas, TextBlock at the bottom of the control that displays a message about the coordinates of every click.On every click after displaying the message, I create a small ellipse(circle) ...