The latest build of this product (v2.0.0208) was released 20 years ago,
which was before this thread was created.
Posted 20 years ago
by Daniel Herrera

Question:
I have a 2 user controls, both in two different document windows and I would like to use a button click on one to call a method and update the other document window, in this case the other document window is a map. The only other way I have been able to get anything passed to a document window is to destroy it and re-create it...something like this:
documentWindow.Hide();
documentWindow = dwManager1.CreateDocumentWindow(...
As a side note, I've been able to call methods and update/refresh other tool windows from document windows without any issues, the reverse seems to be more problematic...is there an easier way to do this? Thanks
I have a 2 user controls, both in two different document windows and I would like to use a button click on one to call a method and update the other document window, in this case the other document window is a map. The only other way I have been able to get anything passed to a document window is to destroy it and re-create it...something like this:
documentWindow.Hide();
documentWindow = dwManager1.CreateDocumentWindow(...
As a side note, I've been able to call methods and update/refresh other tool windows from document windows without any issues, the reverse seems to be more problematic...is there an easier way to do this? Thanks