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.
Open Command Offline
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Open Command Offline
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
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
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Open Command Offline
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.
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am