My WPF Tutorials have been moved
Tue, 25 Apr 2006 21:09:29 +0200
Today I am proud to present: an addition to the web world, a site (to be)
packed with tutorials:
www.airknow.com
I found, after struggling with html, C# and Xml in a blog, that a blog is
NOT the best place to store tutorials. All my future tutorials will be
hosted there so expect a post on my blog with ...
|
Bug: MediaElement throws exception on application resize
Tue, 25 Apr 2006 11:01:01 -0400
Hi,
When I resize my PresentationHost window, the MediaElement throws an
exception. Otherwise, it works fine. Please help
Phil
PS the animation is within a storyboard.
System.Runtime.InteropServices.COMException crossed an AppDomain boundary
Message="An outgoing call cannot be made since the appl ...
|
DirectX File Imports?
Tue, 25 Apr 2006 04:59:01 -0700
Is there a way to import DirectX files into XAML? Old examples I fund on the
web (Mash3D) do not work in the latest release. ...
|
problem after animation has been applied
Tue, 25 Apr 2006 10:44:53 +0100
Hi
I have the following problem:
I have an Ellipse Geometry that I animate by updating its Translate
Transfrom X and Y properties,
the animation runs fine but when attempting to place the element from its
current parent (Canvas) to a Stack Panel, the element is not visible in the
stack panel though it ...
|
DragDrop in Listbox
25 Apr 2006 02:15:29 -0700
Hi, i wanna implement DragDrop behavior in listbox. But I can't
determine the insert index before drop. What handler should I use to
get the index. Any good idea?
Virtual
...
|
bug: User access denied
Mon, 24 Apr 2006 16:45:26 -0400
Please help, I'm getting this when I click on a .xbap file (works fine
within dev studio)
Thanks
Phil
Startup URI:
C:\demo\MultiChannel\AlpineWebApplication\bin\Debug\AlpineWebApplication.xbap
Application Identity:
System.UnauthorizedAccessException: Access is denied. (Exception from
HRESU ...
|
Databinding a list of items into a panel
Mon, 24 Apr 2006 13:29:02 -0700
I am databinding a list of items into an ItemsControl. I want each item to
have a specific position on the screen (which would be - ideally -
databound). So I changed the ItemsPanel to a Canvas.
It works perfectly if I don't use the databound version (i.e., if I simply
write items down inside the ItemsCon ...
|
|
|
Bug: can't install an xbap locally
Mon, 24 Apr 2006 15:30:33 -0400
Hi
This is what I get when I try to install an application by clicking on
the .xbap through IE.
Deployment url :
file:///C:/demo/MultiChannel/AlpineWebApplication/bin/Debug/AlpineWebApplication.xbap
Application url :
file:///C:/demo/MultiChannel/AlpineWebApplication/bin/Debug/AlpineWebApplication ...
|
Bug: Opacity modifier doesn't work inside a datatrigger for an Image
Mon, 24 Apr 2006 09:58:54 -0400
Hi
The following style
<Style x:Key="VisaImageStyle" TargetType="{x:Type Control}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Control}">
<Image x:Name="Card"
Source="pack://application:,,,/Images/Visa.png" Width="30" Opacity="0.6"/>
< ...
|
how can i scale a complete window?
Mon, 24 Apr 2006 13:54:45 +0200
Hello,
how can i do that. As Sample see Windows Media Center.
Thanks
Thorsten
...
|