LEADTOOLS Support
Medical
Medical SDK Questions
Re: Start animation automatically when loading multiframe image
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, November 12, 2008 12:28:15 AM(UTC)
Groups: Registered
Posts: 1
how can I start automatically the animation when I load a multiframe dicom image ?
In order to load the file, I use a backgroundworker, as illustrated in your sample "NET - V15 - Load Files BackgroundWorker".
I was able to start the cine only after the file loading was finished, in this way:
myMedicalViewer.Cells[0].Animation.Animated = true;
I tried to set Animation.Animated = true inside the _BackgoundWorker_DoWork event, or in the _BackgoundWorker_ProgressChanged event, but the animation is not starting.
Is there a way to start the cine automatically ?
#2
Posted
:
Wednesday, November 12, 2008 6:48:16 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
One way to animate the frames while loading the image is to use the RasterImageViewer control and paint the frames while loading. At the same time pass each frame you load on the RasterImageViewer to the MedicalViewer cell.
This will give you some sort of animation during loading. After you're done, you can use the animation feature of the Medical Viewer.
LEADTOOLS Support
Medical
Medical SDK Questions
Re: Start animation automatically when loading multiframe image
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.