Print to SMTP-enabled virtual printer pops up misc msgbox?

PDF-XChange Drivers API (only) V4/V5
This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-XChange Printer Drivers SDK (only) - VERSION 4 & 5 - Please use the PDF-Tools SDK Forum for Library DLL assistance.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

nphaingdy
User
Posts: 25
Joined: Tue Nov 11, 2008 12:04 am

Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by nphaingdy »

Hi, I downloaded the latest batch of PDF drivers SDK [version 4.(March 24, 2009) and it apppears that a miscellaneous messagebox always appears to pop up when I attempt to print to the virtual print driver:

MessageBox:

Title: drvui40
Caption: Attach

Is there a way to disable this? Here is the sample code:

CPXCPrinter cPrinter = (CPXCPrinter) m_cPrintControl.get_Printer("", "MyPDFPrinter", "<REGCODE>", "<DEVCODE>");


if (cPrinter != null)
{
cPrinter.set_Option("EMail.From", "xxx@xxxxxx.com");
cPrinter.set_Option("EMail.To", "xxx@xxxxxx.com");
cPrinter.set_Option("EMail.Enabled", true);
cPrinter.set_Option("EMail.Method", 2);
cPrinter.set_Option("Email.Server", "default");

cPrinter.set_Option("Save.SaveType", 3);
cPrinter.set_Option("Save.ShowSaveDialog", false);
cPrinter.set_Option("Save.WhenExists", 1);

cPrinter.set_Option("Security.Enabled", true);
cPrinter.set_Option("Security.HasUserPassword", true);
cPrinter.set_Option("Security.UserPassword", "password");
cPrinter.set_Option("Security.Type", 2);
cPrinter.set_Option("Security.Perms128.ContentAccess", true);
cPrinter.set_Option("Security.Perms128.AllowCopying", true);
cPrinter.set_Option("Security.Perms128.Changes", 1);
cPrinter.set_Option("Security.Perms128.Printing", 2);

cPrinter.AddSMTPServer("127.0.0.1", 25, 0, "", "", 0);

}

I am using .NET 3.5 on a Windows XP SP2. 4GB memory. Visual Studio 2008. PDF-XChange 4 Drivers API v.4.0158.

Thanks.
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3556
Joined: Thu Jul 08, 2004 10:36 pm
Location: Vancouver Island - Canada

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by Ivan - Tracker Software »

Sorry, it is our bug. Look here: https://forum.pdf-xchange.com/ ... =39&t=5573
Tracker Software (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
nphaingdy
User
Posts: 25
Joined: Tue Nov 11, 2008 12:04 am

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by nphaingdy »

Hi, I just downloaded the files again this afternoon March 25 2009 4:03 PM Pacific and it still appears to be happening. The file was also dated yesterday. Is the download site updated with the fix? Just wondering. Thanks.
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by John - Tracker Supp »

Apologies - we have found a problem and the fix is done, a new install will be available in the next 1-2 hours as soon as we can get the builds compiled and uploaded

Sincerely sorry for anyn inconvenience !
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com
nphaingdy
User
Posts: 25
Joined: Tue Nov 11, 2008 12:04 am

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by nphaingdy »

Hi I just downloaded PDF-XChange 4 Drivers API v.4.0158 26 Mar, 2009 5.01Mb from today's batch but the popup still appears to be occurring. I downloaded at 12:48 P.M. Pacific Time.

I also downloaded and tested PDF-XChange 4 PRO SDK v.4.0158 26 Mar, 2009 21.08Mb and got the same results.

Thanks.
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by John - Tracker Supp »

Hi,

Then you dont have the latest release - this would now be build ...59 - please check you driver preferences 'About' Window dialogue.

thanks
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com
nphaingdy
User
Posts: 25
Joined: Tue Nov 11, 2008 12:04 am

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by nphaingdy »

Hi, I just redownloaded again PDF-XChange 4 Drivers API v.4.0159 26 Mar, 2009 5.01Mb from website. Same problem. Thanks.
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by John - Tracker Supp »

Hi,

very odd - can you please advise :

The Windows OS, the name of the file you are physically installing and also confrim that a reboot has occured ?

thanks
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com
nphaingdy
User
Posts: 25
Joined: Tue Nov 11, 2008 12:04 am

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by nphaingdy »

Thanks. I just reinstalled and rebooted again and it appears to be okay now.

Thanks again.
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom

Re: Print to SMTP-enabled virtual printer pops up misc msgbox?

Post by John - Tracker Supp »

Excellent - thanks :)
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com