8000 How to Initialize entire toolbar for second layergroup (second app instance) ? · Issue #308 · ivmartel/dwv-jqmobile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How to Initialize entire toolbar for second layergroup (second app instance) ? #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ikhizarwork opened this issue Jan 29, 2025 · 2 comments
Labels
question Further information is requested
Milestone

Comments

@ikhizarwork
Copy link

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 ?

@ikhizarwork 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
@ivmartel ivmartel added the question Further information is requested label Jan 31, 2025
@ivmartel ivmartel added this to the 0.10.0 milestone Jan 31, 2025
@ivmartel
Copy link
Owner

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'.

@ivmartel
Copy link
Owner
ivmartel commented Feb 3, 2025

Relates to #277.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants
0