Hello,
i have problems using the AcquiringImage and ErrorImage Properties of the <Graphic> Element.
Nomatter what i do, while i download an Image, the AcquiringImage doesnt appear.
If i try to download an image that doesnt exist, the ErrorImage neither appears.
Im using local resources for the AcquringImage and ErrorImage, as the docs say:
<Graphic Content="http://www.doesntexist.com" AcquiringImage="resx://MyPlugin/MyPlugin.Resources/MyAquiringImage" ErrorImage="resx://MyPlugin/MyPlugin.Resources/MyErrorImage">
Any ideas what im doing wrong?