Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, November 12, 2008 12:28:15 AM(UTC)
AndreaCaloni

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 ?
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, November 12, 2008 6:48:16 AM(UTC)

Adnan Ismail  
Guest

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.

 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.044 seconds.