Page 1 of 1

Silverlight ImageBar

Posted: Wed Nov 19, 2014 9:47 am
by 15668543
Please find attached an example of what I want to achieve, i.e. creating a stacked imagebar graph. The problem is that the image is not loading. I'm also unable to find any proper samples of using the imagebar.
Thank you
Regards
Casper

Re: Silverlight ImageBar

Posted: Wed Nov 19, 2014 11:41 am
by Christopher
Hello,
cjherasmus wrote:Please find attached an example of what I want to achieve, i.e. creating a stacked imagebar graph. The problem is that the image is not loading. I'm also unable to find any proper samples of using the imagebar.
There are two things happening here. Firstly, the image Aeolianite.png is not displaying because its "Build Action" is set to "Embedded Resource" - if you set this to "Resource" then the image will display. Secondly, unfortunately, it seems that the ImageTiled property is not implemented in Silverlight, a defect which is now in our database as id=1017. At the moment then, setting this property to true will produce a bar without an image on it.

Re: Silverlight ImageBar

Posted: Thu Nov 20, 2014 6:42 am
by 15668543
Hi Christopher,

This is a serious problem for me now. I had a look at the full demo that comes with the software and the imagebar is also not tiling there.

Re: Silverlight ImageBar

Posted: Wed Nov 26, 2014 5:26 am
by 15668543
Hi Christopher,

Is there an temporary solution for me or would I have to wait until the defect is fixed?

Approximately how long would it take to have a solution for the defect?

Regards

Re: Silverlight ImageBar

Posted: Thu Nov 27, 2014 10:16 am
by Christopher
cjherasmus wrote: Is there an temporary solution for me or would I have to wait until the defect is fixed?

Approximately how long would it take to have a solution for the defect?
I had a look at this issue a couple of days ago and was unable to fix it, and neither can I suggest a workaround. However, I do see a possibility with the ImageBrush class. The next maintenance release is due out within the next fifteen days, so if a fix using this class is possible it will be included in it.

Re: Silverlight ImageBar

Posted: Fri Dec 05, 2014 10:52 am
by 15668543
Thank you for the feedback Christopher, I'll keep a lookout.