Open Command Offline

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

tdonovan
User
Posts: 61
Joined: Tue Jun 12, 2007 9:21 pm

Open Command Offline

Post by tdonovan »

When I disable the Open command thru the SetProperty Command, when there are no open files, the background still says to double click here to open, but rightly doesn't open anything when you double click. This has caused confusion to my users. Is there a way to not show that message when open is offline.

Thanks.
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: Open Command Offline

Post by Stefan - PDF-XChange »

Hello Tdonovan,

If you are using a language different than English - you could have the translation altered, but if you are using the English one - we will need someone from the dev team to help here.

Best,
Stefan
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Open Command Offline

Post by Vasyl - PDF-XChange »

Hi, Tom.

There exists a 'magic' property which controls this:
ax.SetProperty("General.AllowOpenDocumentByDblClick", "false", 0); // to disable the feature and hide this hint

Best
Regards.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
tdonovan
User
Posts: 61
Joined: Tue Jun 12, 2007 9:21 pm

Re: Open Command Offline

Post by tdonovan »

Thank you
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: Open Command Offline

Post by Stefan - PDF-XChange »

:)