Hi,
I am displaying a PDF by assigning a link to the SourceURI. Which displays fine. I then try to display a image by assigning the link to the SourceURI and it shows the image behind the PDF. Is there a way I can clear out the item before assigning the next item?
Environment:
- Infragistics 2011.2
- Internet Explorer 10
- Windows 7
I want to add that I am using Adobe X.
Thanks!
Hello,
Thank you for your post. I have been looking into the issue that you have described and I could not managed to reproduce it. Would you please, if possible, provide me with a sample application that is showing the issue, in order to be able to research what the reason for it might be?
Looking forward to hearing from you.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Krasimir,
It will be difficult for me to strip down our big application but I believe it has to do with adobe X. In adobe 9 the control works fine. I have a screenshot but this post does not allow me to paste or attach anything.
We have setup our xaml and code as follows:
XAML
------------------------------------------------------
<ig:XamHtmlViewer SourceUri="{Binding AttachmentUri}" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="3" Visibility="{Binding IsViewerVisible}" Margin="3" HorizontalAlignment="Stretch" HorizontalContentAlignment="Stretch" VerticalAlignment="Stretch" VerticalContentAlignment="Stretch"/>
VIEW MODEL
private Uri _attachmentUri; public Uri AttachmentUri { get { return _attachmentUri; } set { _attachmentUri = value; } }
And we just assign the AttachmentUri everytime the user clicks on an item on a list.
Michael
Hello Michael,
I have logged this with development under ID: 149582 and I have also created a support ticket on your behalf: CAS-121176-Y1B3N9 and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://es.infragistics.com/Membership/MySupport.aspx
After some research our developers said that the issue comes from the adobe reader since with the latest version of adobe reader they weren't able to reproduce this, so I can suggest you update your adobe reader. If this doesn't help you could you please send us a sample where this is reproduced and the versions of your browser, SL, OS, adobe reader and NetAdvantage, so we could investigate this further?
Looking forward for your reply.