Search found 5 matches

by dwallen
Thu Jan 12, 2012 7:40 pm
Forum: PDF-XChange Drivers API SDK
Topic: OnEndDoc and OnError events never fire
Replies: 4
Views: 3249

Re: OnEndDoc and OnError events never fire

I installed the developer kit on on an XP 32 bit machine so I could set breakpoints and test. OnEndDoc fires properly on XP, x32, .Net 4. When I installed I realized that it was a newer build (200) than what I had on the 64 bit machine (build 199). I went ahead and updated my 64bit machine as well, ...
by dwallen
Sat Jan 07, 2012 7:15 pm
Forum: PDF-XChange Drivers API SDK
Topic: PXC::IPXCControlEx::GetPrinterW() generating exception error
Replies: 21
Views: 10310

Re: PXC::IPXCControlEx::GetPrinterW() generating exception e

I had the same issue but was able to resolve on my own. It wasn't obvious why I had the problem. In my case I was creating the Factory at form load thinking that I'd do this once instead of each time I create a printer. So I had the following... Private PDFPFactory As New PXCComLib.CPXCControlEx The...
by dwallen
Fri Jan 06, 2012 8:36 pm
Forum: PDF-XChange Drivers API SDK
Topic: OnEndDoc and OnError events never fire
Replies: 4
Views: 3249

OnEndDoc and OnError events never fire

I am sucessfully processing OnDocSpooled and OnFileSaved events (so I do understand how to correctly "wire" up the events), however, I can never get OnEndDoc or OnError to fire. I am using build 199, VB.NET 2010, Win7, x64, targeted for x32. Basically I had the core functionality of my pro...
by dwallen
Thu Dec 15, 2011 5:55 pm
Forum: PDF-XChange Viewer SDK
Topic: Clear Forwad/Back History
Replies: 4
Views: 2054

Re: Clear Forwad/Back History

No urgency. A few days is fine. Thanks for your reply.
by dwallen
Thu Dec 15, 2011 5:38 pm
Forum: PDF-XChange Viewer SDK
Topic: Clear Forwad/Back History
Replies: 4
Views: 2054

Clear Forwad/Back History

Is there a way to clear the Forward/Back navigation history? I tried to clear the operations history but that did not affect the forward/back history. The issue is that I'm opening documents programatically and the user is able to hit the "back" button and the viewer attempts to reopen a n...