


From what I've seen there's not currently support for Z-Index on UIElements. Am I missing something though? Is there a way to set the Z-Index of an element?...
I am building buttons (the name of my app is "Button") for web applications and I am having some trouble compiling the code. I am using JavaScript code written for a “Silverlight” program I built in "Expressions Blend". I begin compiling from the page named “Scene.xaml.js”. ...
Dear friends,How can I develop retained mode vector art drawing application with XAML. Is there any sample?...
Hi All, I know serialization of the DOM is not supported currently. But has anyone created a JS function that walks the DOM and re-create's the JS generated xaml as a string?Thanks,slyi...
I don't have a Windows 2000 workstation around, but I wanted to make sure that WPFE worked on Win2k before I decided to put development effort behind it. So I installed it on the office win2k server which runs all the test databases.My issue is that I've run the install on my win2k sever ...
Has WPF/E been tested on Office Live?I have added the HTML to a page and IE 7 hangs when I navigate to it:http://charettelabs.com/wpfe.aspxMichael...
A kaleidoscope developed using wpfe...http://www.indigoplane.com/kaleidoscope/Default.htmlAnd two questions 1. is it possible to animate pathgeometry inside a clip element? 2. it would be nice if I could stop animation at any point and save the (raterised) image (like the 'save image as..' ...
I am new to wpfe, i have created some .xaml files, but now want to do them programatically in c#.Are there any simple examples somewhere to get me started such as drawing a canvas, a line, placing text. I just need to get started, the examples on microsoft are useless and dont work and I've ...
Hello Community!I was recently trying to evaluate why there is seemingly two ways to write web-based applications with WPF. Am I way off? Can anyone explain to me when I would use an XBap over a straight up WPF/E application? Thanks,Alan...
Hi, I developed a handy little javascript class that takes care of all the wpf/e zoom/fit/pan plumbing. Unfortunately I have no test server so I decided to post an example here. If somebody feels like putting it out on a server you are free to. The viewmanager class takes care of the ...
I want to have a WPF/E control with a transparent background so that if I position it with absolute coordinates, it will appear as if the WPF/E graphics are on top of the som of the HTML (a div actually). I already have some HTML controls (like edit controls, and dropdown controls that are on ...
Hey gang.I know WPF/e supports video (Windows Media) but one big advantage we use Flash Communication Server for is because its video/audio streaming is very low buffer and very real time. In our testing of Windows Media Server we were very unpleased with all the buffering. Of course we can ...
While dissecting the WPFEPad application I found on Mike Harsh's blog, I noticed that all the XAML files used in that example use the namespace declarations: <Canvas xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' ...
Hi everyone, I made an intro movie via blend -> VS 2005. If I run it locally everything runs smoothly. But when I publish it on a server, and check it via a browser, the page is blank,white.. What could be the problem? Thanks for any help in advance! ...
Just in case this helps anyone else: If you're using the WPF/E XAML export feature in the new beta of Expression Design, be aware that it generates what looks like an old schema reference in the Canvas element: xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"However, ...
