11-12-2008, 5:33
|
AndreaCaloni
Joined on 10-29-2008
Italy
Posts 1
|
Start animation automatically when loading multiframe image
|
 
 
|
|
|
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 ?
Andrea C.
|
|
|
|
|
Report
|
|
|
|