Hi,
I'm playing with Acrobat 8 SDK on Windows and DDE Server plugin sample, but would like to ask one question in regards to AVAppGetActiveDoc call. If whole Acrobat is maximized - that call works normally, but if minimized - then that call fails. Is that supposed functionality? Do I need to keep my Acrobat full screen running to utilize DDE functionality?
That is expected. If Acrobat is minimized, then it is not active, therefore there is no active document.
andrejusc wrote:
Do I need to keep my Acrobat full screen running to utilize DDE functionality?
No. Your problem is specific to AVAppGetActiveDoc, as in your situation there was no active document.