ivmartel / dwv-jqmobile

Medical image viewer using DWV (DICOM Web Viewer) and jQuery Mobile.
https://ivmartel.github.io/dwv-jqmobile/
GNU General Public License v3.0
32 stars 26 forks source link

Can we create Multiple Split window using one single app instance ? #277

Open ikhizarwork opened 5 days ago

ikhizarwork commented 5 days ago

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 ?

ivmartel commented 4 days ago

Multiple views is available with dwv (see demo, check the layout select) but not in dwv-jqmobile (this repo).