How to Initialize entire toolbar for second layergroup (second app instance) ? · Issue #308 · ivmartel/dwv-jqmobile · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to show a comparison of Patient's Dicom data , where there will be 2 windows/canvas , and user can select 2 series into each particular window/canvas , i have successfully created 2 layergroups and i am able to show 2 different data's as well using 2 different app instance ., i.e myapp and myapp2 , currently the only thing i need help with is regarding initialization of toolbar on Second App Instance , since toolbar is initialize by default for main app instance so its working perfectly fine for that default app instance , but i am facing problem in doing the same for second app instance ,
so can you guide me on how i can configure this and use the same toolbar for second app instance as well @ivmartel ?
The text was updated successfully, but these errors were encountered:
ikhizarwork
changed the title
How to Initialize entire toolbar for second layergroup ?
How to Initialize entire toolbar for second layergroup (second app instance) ?
Jan 29, 2025
If you want some synchronisation between the datas, you need to use only one app. Create a ViewConfig for each data with their respective divId, this will create the layer groups. Check how this is done in the dwv demo viewer (tests/pacs/viewer.js) and specifically the 'OnebyTwoDataViewConfig'.
i am trying to show a comparison of Patient's Dicom data , where there will be 2 windows/canvas , and user can select 2 series into each particular window/canvas , i have successfully created 2 layergroups and i am able to show 2 different data's as well using 2 different app instance ., i.e myapp and myapp2 , currently the only thing i need help with is regarding initialization of toolbar on Second App Instance , since toolbar is initialize by default for main app instance so its working perfectly fine for that default app instance , but i am facing problem in doing the same for second app instance ,
so can you guide me on how i can configure this and use the same toolbar for second app instance as well @ivmartel ?
The text was updated successfully, but these errors were encountered: