VintaSoft Imaging .NET SDK and Plug-ins Discussions

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

Image painting



Image painting

Post by missionRoom »

My project involves showing and hiding the annotation viewer, and changing the focussed image when the viewer isn't visible. If I change the focused index and then show the viewer, the old image displays for a second before the new one is painted.

Is there a way to only draw the new image? I'm using the below method to change the image, and then hide one control and show the viewer.
private void ReloadImage(int index, ImageCollection images)
{
    this.annotationViewer.Images = images;
    this.annotationViewer.FocusedIndex = index;
    
    this.axWindowsMediaPlayer.Visible = false;
    this.annotationViewer.Visible = true;
}


Re: Image painting

Post by Alex »

Hello,

Please send us (to support@vintasoft.com) a small project, which allows to reproduce your problem. We will analyze the problem and will suggest you the best solution.

Best regards, Alexander


Re: Image painting

Post by missionRoom »

Sent a project to support. Thanks, Alexander


Re: Image painting

Post by Alex »

Hi,
Sent a project to support. Thank you for the project. We reproduced the problem, improved your code and now project works as expected. Please use changed project and let me know if you will have any question or problem.

Best regards, Alexander


Page 1 from 1: 1