Author Topic: Visio backward synchronization  (Read 23538 times)

0 Members and 1 Guest are viewing this topic.

Nikolay

  • Hero Member
  • *****
  • Posts: 1242
    • UnmanagedVisio
Re: Visio backward synchronization
« Reply #15 on: February 24, 2015, 03:38:49 PM »
Fixed (1.0.0.9)
Now there should be, first, a reasonable error message if you call the Add-in when there is no active document.
Second, you can now pass in the document to the Synchronize method (if not passed then active document is assumed by default)

I.e. now you can call it like this (where "doc" is the document you want to sync):

Application.ComAddins("BackSync").Object.Synchronize doc

The issue was that when you either open or close document, active document is Nothing.
I.e. now it should work also from DocumentOpened / BeforeDocumentClosed (if you pass in the document)

it_consultant

  • Jr. Member
  • **
  • Posts: 11
Re: Visio backward synchronization
« Reply #16 on: February 27, 2015, 03:43:20 AM »
Hi Nikolay,

i've now implemented everything, it isn't really fast over a networkshare but that's ok.

Thank you very much for your excellent work, you saved my life !


Kind regards

Joerg