For better understanding of the dicom data i want to have multiple canvas to view multiple dicom series at one time , i.e i want multiple split windows , so is it possible to have it using one single app instance only ?
myapp = new dwv.App();
and i also want it to be in sycn with each other , i.e if a user tries to scroll then all the canvas must start scrolling .
For better understanding of the dicom data i want to have multiple canvas to view multiple dicom series at one time , i.e i want multiple split windows , so is it possible to have it using one single app instance only ?
myapp = new dwv.App();
and i also want it to be in sycn with each other , i.e if a user tries to scroll then all the canvas must start scrolling .
is it possible @ivmartel ?