I have an application where the same tif image is displayed in two different image viewers. The users of the application want to update one of the viewers with annotation tags and have the same tags show up in the other view as they add the tags. I can provide more details on how I currently setup the viewers for the single image. I just need to know if this is possible and, if so, what would be the general steps for this to happen.
This did work, however, and I should have mentioned this earlier, each view gets it's on thumbnail which must act independently. View1 is master to View 2 which sets the image. View1 is master to thumbnail1 and View 2 is master to thumbnail 2. The user selecting a different page in thumbnail1 changes View1 but not View2. Currently, both Views will change.