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
Silverlight ImageBar
-
- Newbie
- Posts: 8
- Joined: Fri Feb 14, 2014 12:00 am
Silverlight ImageBar
- Attachments
-
- LithologyImageTest.zip
- (24.99 KiB) Downloaded 516 times
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Silverlight ImageBar
Hello,
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.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.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 8
- Joined: Fri Feb 14, 2014 12:00 am
Re: Silverlight ImageBar
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.
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.
-
- Newbie
- Posts: 8
- Joined: Fri Feb 14, 2014 12:00 am
Re: Silverlight ImageBar
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
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
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Silverlight ImageBar
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.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?
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 8
- Joined: Fri Feb 14, 2014 12:00 am
Re: Silverlight ImageBar
Thank you for the feedback Christopher, I'll keep a lookout.