Search found 1924 matches
- Thu Dec 05, 2019 7:52 pm
- Forum: PDF-XChange Editor SDK
- Topic: OCR Plugin - Languages: none installed SOLVED
- Replies: 15
- Views: 78
Re: OCR Plugin - Languages: none installed SOLVED
Please note that nothing has changed in the EU Editor! Yes, yesterday, when I tried to reproduce your problem - also I noticed that that OCR-lang-installers add files into location that is obsolete for Editor and Tools applications. For the latest Editor/Tools the correct place should be: c:\Progra...
- Thu Dec 05, 2019 1:51 am
- Forum: PDF-XChange Editor SDK
- Topic: OCR Plugin - Languages: none installed SOLVED
- Replies: 15
- Views: 78
Re: OCR Plugin - Languages: none installed SOLVED
Hi žarko. The "Add/Update Languages" button is disabled in SDK-mode because at the moment we don’t want to overuse the our site by not our customers (i.e. - by your own customers). Sorry. According to your problem with OCR-Languages: from your screenshot I see that you using too old lang-files. Try ...
- Mon Dec 02, 2019 11:50 pm
- Forum: PDF-XChange Editor SDK
- Topic: OCR Plugin - Languages: none installed SOLVED
- Replies: 15
- Views: 78
Re: OCR Plugin - Languages: none installed SOLVED
Hi žarko. You need to organize such files in the following order: <EditorSdkFolder> Common Languages // all UI-languages Dictionaries // all Spellcheck-dictionaries Tesseract // all DefaultOCR languages ... ... PDFXEditCore.x86.dll PDFXEditCore.x64.dll HTH.
- Fri Nov 29, 2019 5:38 pm
- Forum: PDF-XChange Editor SDK
- Topic: Recent file list pdf
- Replies: 28
- Views: 647
Re: Recent file list pdf
Hi Audros.
Seems you need the simple IPXV_Inst::LoadHistory method that we haven't at the moment. We will add such method in the near future..
Cheers.
Seems you need the simple IPXV_Inst::LoadHistory method that we haven't at the moment. We will add such method in the near future..
Cheers.
- Fri Nov 29, 2019 2:36 am
- Forum: PDF-XChange Editor SDK
- Topic: Tab menu in multi tab mode SOLVED
- Replies: 16
- Views: 624
Re: Tab menu in multi tab mode SOLVED
Hi žarko. when layoutItem represents the document-tab: PDFXEdit.IPXV_Document doc = pdfCtl.Doc; PDFXEdit.IPXV_DocumentView docView = doc.ActiveView; PDFXEdit.IUIX_LayoutItem layoutItem = docView.Obj.Parent.LI; then, to close properly the document-tab and related document too - use the: layoutItem.Hi...
- Fri Nov 29, 2019 2:09 am
- Forum: PDF-XChange Editor SDK
- Topic: Recent file list pdf
- Replies: 28
- Views: 647
Re: Recent file list pdf
Hi Audros, Sorry for delay with answer. Unfortunately but currently you have no simple way to load the custom History data. As workaround you may use the ExportSettings/ImportSettings operations: // EXPORT HISTORY ONLY IOperation op = Inst.CreateOp(Inst.Str2ID("op.settings.export"); ICabNode opts = ...
- Fri Nov 29, 2019 1:12 am
- Forum: PDF-XChange Editor SDK
- Topic: Apply IPXV_PagesLayoutManager to another document ? SOLVED
- Replies: 3
- Views: 304
Re: Apply IPXV_PagesLayoutManager to another document ? SOLVED
Hi, žarko. The correct way for your case: PXV_VirtualPoint pos = srcLayout.GetCurPos(); PXV_ZoomMode zm = srcLayout.ZoomMode; double zl = srcLayout.ZoomLevel; PXC_PagesLayout pl = srcLayout.LayoutMode; dstLayout.LockUpdates(); dstLayout.LayoutMode = pl; dstLayout.SetZoom(zm, zl); dstLayout.SetCurPos...
- Tue Nov 26, 2019 7:51 pm
- Forum: Touchscreen Devices
- Topic: A Suggested Mode for Tablet Users
- Replies: 7
- Views: 418
Re: A Suggested Mode for Tablet Users
Hi Lester.
The option for "hand+select text tool" will be added in the next upcoming release. Thanks for the suggestion.
Cheers,
Vasyl.
The option for "hand+select text tool" will be added in the next upcoming release. Thanks for the suggestion.
Cheers,
Vasyl.
- Thu Nov 21, 2019 6:30 pm
- Forum: Touchscreen Devices
- Topic: A Suggested Mode for Tablet Users
- Replies: 7
- Views: 418
Re: A Suggested Mode for Tablet Users
Hi Lester. Thank you for suggestions. when the stylus hovers above the words the 'select text' tool is shown - I believe it can be implemented for most cases, as special option. when it hovers above the blank space the 'hand' tool is shown - there will be a conflict in case, when you have activated ...
- Wed Nov 20, 2019 1:43 am
- Forum: PDF-XChange Editor SDK
- Topic: Quick launch command - shortcut not working / Access Violation when "partially visible" / no results EU Editor SOLVED
- Replies: 4
- Views: 197
Re: Quick launch command - shortcut not working / Access Violation when "partially visible" / no results EU Editor SOLVED
Hi žarko,
We reproduced all issues and will fix them in the next upcoming build. Thanks for your report.
Cheers,
Vasyl.
We reproduced all issues and will fix them in the next upcoming build. Thanks for your report.
Cheers,
Vasyl.
- Tue Nov 19, 2019 1:24 am
- Forum: PDF-XChange Editor SDK
- Topic: Changing Frame Header Colors
- Replies: 28
- Views: 1522
Re: Changing Frame Header Colors
Hi RMan,
Currently you may set this color only via Resources.dat. Also in the next build you will be able to change colors via
Cheers.
Currently you may set this color only via Resources.dat. Also in the next build you will be able to change colors via
Code: Select all
uiInst.Theme.SetColor("group.title", CustColorRef);
uiInst.Theme.SetColor("<otherColorID>", CustColorRef);
...
uiInst.SendThemeChangedNotify();
- Wed Nov 13, 2019 1:16 am
- Forum: PDF-XChange Editor SDK
- Topic: IUIX_CmdLine Border? SOLVED
- Replies: 11
- Views: 207
Re: IUIX_CmdLine Border? SOLVED
Hi žarko. Finally we understand that you programmatically customized the Ribbon UI, not the Classic UI, as we thought before. You added new cmd-lines under the Ribbon-line. But actually it isn't a correct way for the Ribbon-mode. The standard Ribbon UI must have only one cmd-line that contains whole...
- Fri Nov 08, 2019 1:53 am
- Forum: PDF-XChange Editor SDK
- Topic: IUIX_CmdLine Border? SOLVED
- Replies: 11
- Views: 207
Re: IUIX_CmdLine Border? SOLVED
Hi žarko.
I tried to reproduce your problem but couldn't. Can you provide the sample project to reproduce it more easily?
Cheers,
Vasyl.
I tried to reproduce your problem but couldn't. Can you provide the sample project to reproduce it more easily?
Cheers,
Vasyl.
- Wed Nov 06, 2019 10:07 pm
- Forum: PDF-XChange Editor
- Topic: Can I disable the annoying time based groups in the history panel?
- Replies: 17
- Views: 437
Re: Can I disable the annoying time based groups in the history panel?
Hi, avada. Thanks for the clarification. In the next build we will make this logic more easy and usable: ● If "Show Time-Groups" is turned on and "Show Pinned Group" is turned on the result will be: -Pinned item1 item2 ... +LastHour +Today ... ● If "Show Time-Groups" is turned off and "Show Pinned G...
- Wed Nov 06, 2019 6:10 pm
- Forum: PDF-XChange Editor
- Topic: Can I disable the annoying time based groups in the history panel?
- Replies: 17
- Views: 437
Re: Can I disable the annoying time based groups in the history panel?
Hi avada.
We added it in 334 build here: - but, yes, seems its not a good and obvious place for such feature. Will move it one level up..
Cheers.
We added it in 334 build here: - but, yes, seems its not a good and obvious place for such feature. Will move it one level up..
Cheers.
- Tue Nov 05, 2019 10:57 pm
- Forum: PDF-XChange Editor
- Topic: Surface Pen
- Replies: 7
- Views: 357
Re: Surface Pen
Hi Henry. At the moment in 334 build you may use RightClick (via button on the Pen for sure) to show small Cancel|Complete menu that will allow you to finish the polygon creation (or you may hit the Menu key on the external keyboard, if you have it). Sorry for inconveniences - in the near future we ...
- Wed Oct 23, 2019 4:43 pm
- Forum: PDF-XChange Editor SDK
- Topic: How to hide a disabled CommandItem? SOLVED
- Replies: 8
- Views: 637
Re: How to hide a disabled CommandItem? SOLVED
Hi žarko. I'm opening a PDF document in read-only mode. pxv_control will nicely disable all command items (/commands) that as a result cannot be used, like "add bookmark", "delete bookmark", "insert page", "delete page" .. etc ... ALL editing-like command items. Thanks for the explanation. Of course...
- Tue Oct 22, 2019 9:53 pm
- Forum: PDF-XChange Editor SDK
- Topic: How to hide a disabled CommandItem? SOLVED
- Replies: 8
- Views: 637
Re: How to hide a disabled CommandItem? SOLVED
Hi žarko. To hide all cmd-items corresponding to the certain cmd you need to use: cmd.Hidden = true; or cmdItem.Cmd.Hidden = true; Note: each cmd may have many different instances(cmdItems) on the toolbars. For example in EU-Editor you may open two documents in separate mainframes and each frame wil...
- Wed Oct 02, 2019 8:36 pm
- Forum: PDF-XChange Editor SDK
- Topic: Tabbed document bar options
- Replies: 5
- Views: 322
Re: Tabbed document bar options
Hi Simon. We reproduced it and will fix in the next build. Currently, since 332 build, to remove the CloseActiveTab btn permanently, you may use other simple method: pdfCtl.Frame.View.DocViewsArea.Panes.Layout.Obj.SetStyle( (Int64)PDFXEdit.UIX_LayoutStyleFlags.UIX_LayoutStyle_HideCloseActiveTabBtn, ...
- Wed Oct 02, 2019 6:39 pm
- Forum: PDF-XChange Editor SDK
- Topic: Multi tab: hide/disable "drag and drop all tabs" SOLVED
- Replies: 14
- Views: 843
Re: Multi tab: hide/disable "drag and drop all tabs" SOLVED
Cannot be called once, as when tabs are rearranged (sorted) the gripper button will re-display. Yes, you are right - this wrong behavior caused by using the "Sort All Tabs Alphabetically" menu-item from the context menu. We will fix that issue in the near future and instead of using it: PDFXEdit.IU...
- Wed Oct 02, 2019 2:05 am
- Forum: PDF-XChange Editor SDK
- Topic: Multi tab: hide/disable "drag and drop all tabs" SOLVED
- Replies: 14
- Views: 843
Re: Multi tab: hide/disable "drag and drop all tabs" SOLVED
Hi zarkogajic. Sorry for delay with answer. To hide the unnecessary buttons use it once: PDFXEdit.IUIX_LayoutItem tabsContainer = pdfCtl.Frame.View.DocViewsArea.Panes.Layout.Root[0]; int st = (int)PDFXEdit.UIX_LayoutItemStyleFlags.UIX_LayoutItemStyle_NoTabBarGripperBtn; int stm = (int)PDFXEdit.UIX_L...
- Wed Sep 25, 2019 6:34 pm
- Forum: PDF-XChange Editor
- Topic: Saving the advanced search results from excel VBA
- Replies: 1
- Views: 113
Re: Saving the advanced search results from excel VBA
Hi Susan. Currently in the Editor it is not possible to automate the openDoc > searchSomethingInDoc > saveResults operation. At the moment, via Editor's CommandLine( https://help.tracker-software.com/pdfxe8/command-line-options_ed.html ), you may automate only the openDoc > searchSomethingInDoc oper...
- Wed Sep 25, 2019 5:34 pm
- Forum: PDF-XChange Editor SDK
- Topic: Multiple control instances - enable event listening per instance SOLVED
- Replies: 24
- Views: 624
Re: Multiple control instances - enable event listening per instance SOLVED
Hi guys. Here is working solution for "how to get proper MainView object when I have just IPXV_DocumentView | IPXV_PagesView | IPXV_BookmarksView | ... IPXV_Document | IPXC_Document | IPXC_Annotation | ..." question: /////////////////////////////////////////// // from document views: ///////////////...
- Wed Sep 11, 2019 7:13 pm
- Forum: PDF-XChange Editor
- Topic: Can I disable the annoying time based groups in the history panel?
- Replies: 17
- Views: 437
Re: Can I disable the annoying time based groups in the history panel?
Hi avada. We will try to add such feature in the next build. Possible solution: Sort By > [x] Opened Time [ ] Modified Time [ ] Closed Time --- [x] Show Time-Groups --- [ ] Alphabetical the new "Show Time-Groups" will work only with "XXX Time" sorting modes, for sure. Cheers.
- Wed Aug 14, 2019 9:35 pm
- Forum: PDF-XChange Editor SDK
- Topic: Changing Frame Header Colors
- Replies: 28
- Views: 1522
Re: Changing Frame Header Colors
Hi RMan.
Will try to fix all new problems in the new upcoming build.
Cheers.
Will try to fix all new problems in the new upcoming build.
Cheers.
- Thu Aug 08, 2019 1:35 am
- Forum: PDF-XChange Editor
- Topic: Quick Launch Build 331
- Replies: 2
- Views: 203
Re: Quick Launch Build 331
Hi Arnold.
Thanks for report. We reproduced that issue and will fix it in the next upcoming build.
Cheers.
Thanks for report. We reproduced that issue and will fix it in the next upcoming build.
Cheers.
- Mon Aug 05, 2019 7:14 pm
- Forum: PDF-XChange Editor SDK
- Topic: Changing Frame Header Colors
- Replies: 28
- Views: 1522
Re: Changing Frame Header Colors
Hi RMan. Sorry for delay with answer. Such feature was added in 8.0.330 build (you may check it here ). To use it - just look for the Resources.dat file (it is a zip), go to the Resources.dat\Themes\Default\Theme.xml then start to edit it. In the section "<colors>" add new item like: <color id="grou...
- Wed Jul 10, 2019 7:40 pm
- Forum: PDF-Tools
- Topic: feature request: remove empty pages
- Replies: 2
- Views: 370
Re: feature request: remove empty pages
Hi Andreas. Can you provide the simple sample doc generated from your scanner with enabled duplex option? We need find out what kind of 'empty' pages it creates.. Also, instead of using 'Delete Empty Pages', you may try to use the regular 'Delete Pages' feature with turned on 'Subset: Odd' option to...
- Wed Jun 19, 2019 8:18 pm
- Forum: PDF-XChange Editor
- Topic: Enhance Scanned Pages
- Replies: 61
- Views: 4914
Re: Enhance Scanned Pages
In addition to my previous post, in the new upcoming build(332):
1. we added the simple and fast feature "Deskew Pages"
2. we fixed one issue with the Deskew-feature in context of EnhanceScans - sometimes it might not work.
1. we added the simple and fast feature "Deskew Pages"
2. we fixed one issue with the Deskew-feature in context of EnhanceScans - sometimes it might not work.
- Tue Jun 11, 2019 9:05 pm
- Forum: PDF-XChange Editor SDK
- Topic: How to minimize the main toolbar
- Replies: 6
- Views: 231
Re: How to minimize the main toolbar
Hi Jesse.
Try this one:
HTH.
Try this one:
Code: Select all
PDFXEdit.IUIX_CmdPane topCmdPane = pdfCtl.Frame.View.CmdPane[PDFXEdit.UIX_CmdPaneSides.UIX_CmdPaneSide_Top];
if (topCmdPane != null)
{
if (!topCmdPane.IsMinimized)
topCmdPane.Minimize();
else
topCmdPane.Expand();
}
- Fri Apr 26, 2019 2:12 am
- Forum: PDF-XChange Viewer SDK
- Topic: Tab Drag and Drop
- Replies: 11
- Views: 2785
Re: Tab Drag and Drop
Hi Tom.
Unfortunately, there is no way to get index of document's tab.
But we can add simple feature like GetDocumentTabIndex for you.
Cheers.
Unfortunately, there is no way to get index of document's tab.
But we can add simple feature like GetDocumentTabIndex for you.
Cheers.
- Wed Apr 24, 2019 7:56 pm
- Forum: PDF-XChange Editor
- Topic: OCR broken in V8 (used in Windows Explorer)
- Replies: 8
- Views: 643
Re: OCR broken in V8 (used in Windows Explorer)
I thought "Ignore comments on page" meant only data in the comment property. Does "Ignore comments on page" mean both comment and content properties? Yes, "Ignore comments on page" means ignoring of text-data from comments(and fields) only. Problem is that for example the text "Photo: Two story hom...
- Wed Apr 24, 2019 6:56 pm
- Forum: PDF-XChange Editor
- Topic: OCR broken in V8 (used in Windows Explorer)
- Replies: 8
- Views: 643
Re: OCR broken in V8 (used in Windows Explorer)
Hi David. The problem occurred because you enabled the option "Ignore comments on page". But text, which you want to find, is inside the widgets (form fields) and you excluded it from the OCR-process. Also another problem is with our IFilter -implementation that provides data for the system's search...
- Fri Apr 19, 2019 1:06 am
- Forum: PDF-XChange Editor
- Topic: Enhance Scanned Pages
- Replies: 61
- Views: 4914
Re: Enhance Scanned Pages
Hi all. According to the problem with increasing the file size when only Deskew-filter is used - in the new upcoming build we will add new option to turn off the re-compressing just deskewed images: NoRecompressOpt.png - this configuration of options will allow you to deskew pages content without in...
- Tue Mar 05, 2019 8:43 pm
- Forum: PDF-Tools
- Topic: Folder Watch doesnt start the Batch Tools
- Replies: 14
- Views: 2782
Re: Folder Watch doesnt start the Batch Tools
Hi Andre.
We started investigating of your issue and hope to fix it soon. The internal development ticket RT-4687 has been created to track the progress of the fix.
Cheers.
We started investigating of your issue and hope to fix it soon. The internal development ticket RT-4687 has been created to track the progress of the fix.
Cheers.
- Thu Feb 21, 2019 10:06 pm
- Forum: PDF-XChange Editor SDK
- Topic: Saving using CustFileName
- Replies: 5
- Views: 696
Re: Saving using CustFileName
Hi Jeff. In Editor SDK the changing of SrcInfo.CustFileName takes effect only on UI, it can be used just for displaying document's name/location. However, if you need to change the logic of doc.Save feature - you need to handle the "e.document.beforeSave" event: int id_e_document_beforeSave = pdfCtl...
- Tue Feb 05, 2019 7:04 am
- Forum: PDF-XChange Editor SDK
- Topic: Changing Frame Header Colors
- Replies: 28
- Views: 1522
Re: Changing Frame Header Colors
Hi RMan. With the new build you will able to specify in the theme.xml the: <color id="header" value="id:text"/> as result - your custom color will be used for Group.Title, MsgBox.header, Button.Header etc. According to the checkmark-color - in the new build we will fix it as well. Sorry for inconven...
- Mon Jan 07, 2019 6:31 pm
- Forum: PDF-XChange Editor
- Topic: Filename stamp SOLVED
- Replies: 3
- Views: 356
Re: Filename stamp SOLVED
Hi bircn.
Try this one instead:
The attached pdf shows the working example.
Also helpful info for you:
https://acrobatusers.com/tutorials/prin ... mp_secrets
Cheers.
Try this one instead:
Code: Select all
var t = event.source.source.documentFileName;
if (t == "")
t = "<Filename>";
event.value = t;
Also helpful info for you:
https://acrobatusers.com/tutorials/prin ... mp_secrets
Cheers.
- Sun Dec 16, 2018 9:20 pm
- Forum: PDF-XChange Editor
- Topic: RT#4549: sessions not working correctly
- Replies: 8
- Views: 588
Re: RT#4549: sessions not working correctly
Hi Stuart Scott. "re-create them again to fix incorrectly stored data" is not always practical for me. Understood. I was slightly incorrect. Let me explain more. There shouldn't be a big deal for you because technically the problem occurred only for sessions that were opened and then just replaced b...
- Fri Dec 14, 2018 5:56 pm
- Forum: PDF-XChange Editor
- Topic: RT#4549: sessions not working correctly
- Replies: 8
- Views: 588
Re: RT#4549: sessions not working correctly
Hi useroftracker.
The resolution for RT4549:
Problem is fixed in 328 build. BUT in case when you used this option for opening some sessions and overwrote them by re-saving - please re-create them again to fix incorrectly stored data. Sorry for this inconvenience.
Cheers,
The resolution for RT4549:
Problem is fixed in 328 build. BUT in case when you used this option for opening some sessions and overwrote them by re-saving - please re-create them again to fix incorrectly stored data. Sorry for this inconvenience.
Cheers,
- Thu Dec 06, 2018 8:27 pm
- Forum: PDF-XChange Editor
- Topic: Colour name when you hover
- Replies: 2
- Views: 267
Re: Colour name when you hover
Hi Lawrencemm.
We will fix this issue in new upcoming 328 build. Thanks for report.
Best
Regards.
We will fix this issue in new upcoming 328 build. Thanks for report.
Best
Regards.
- Tue Dec 04, 2018 10:44 pm
- Forum: PDF-XChange Editor
- Topic: Mouse cursor on UHD (4K) display too small or even disappears
- Replies: 44
- Views: 3100
Re: Mouse cursor on UHD (4K) display too small or even disappears
Hi Greg.
You may try to use the following option:
HTH.
You may try to use the following option:
HTH.
- Thu Oct 25, 2018 12:46 am
- Forum: PDF-XChange Editor SDK
- Topic: How to allways show navigation bar in fullscreen mode?
- Replies: 7
- Views: 834
Re: How to allways show navigation bar in fullscreen mode?
Hi cew. But... how the hell should the user be aware of that? In normal situation when you activated the full-screen then this mini-toolbar shows automatically in left-bottom corner, then after 3 seconds of idle time - it disappears. I guess - it is enough to notice that toolbar. BUT it seems that t...
- Tue Oct 23, 2018 6:54 pm
- Forum: PDF-XChange Editor
- Topic: How is there disable IE ToolBar?
- Replies: 8
- Views: 643
Re: How is there disable IE ToolBar?
Hi monpetit.san,
If you want to keep viewing pdfs in IE by Editor and just hide the Editor's toolbars in there - then just click once on pdf-page inside the Editor in IE and press the F8 key. All Editor's toolbars will be disappeared (press F8 again to show them, if you want)
Cheers.
If you want to keep viewing pdfs in IE by Editor and just hide the Editor's toolbars in there - then just click once on pdf-page inside the Editor in IE and press the F8 key. All Editor's toolbars will be disappeared (press F8 again to show them, if you want)
Cheers.
- Sat Oct 20, 2018 1:41 am
- Forum: PDF-XChange Viewer (End Users)
- Topic: Tooltips in Customise Commands SOLVED
- Replies: 3
- Views: 1469
Re: Tooltips in Customise Commands SOLVED
Hi Bhikkhu.
We will fix the tip-text for such commands as you suggested.
Thanks and
Best Regards.
We will fix the tip-text for such commands as you suggested.
Thanks and
Best Regards.
- Tue Sep 25, 2018 9:32 pm
- Forum: PDF-XChange Editor
- Topic: Mouse Click Questions
- Replies: 27
- Views: 1484
Re: Mouse Click Questions
Hi All.
We will investigate this trouble. Also about:
Cheers.
We will investigate this trouble. Also about:
- this behavior will also be implemented in the new build.... A single click which synchronize the main window but keeps the content tree collapsed would be cool as well
Cheers.
- Tue Sep 25, 2018 8:07 pm
- Forum: PDF-XChange Editor SDK
- Topic: use my own dialog boxes
- Replies: 4
- Views: 588
Re: use my own dialog boxes
Hi jusWest. Yes, you would be able to replace this (and any other dlg) using the following: public partial class MyEventMon : PDFXEdit.IUIX_EventMonitor { public void OnEventMonitor(PDFXEdit.IUIX_Obj pTarget, PDFXEdit.IUIX_Event pEvent) { if ((pEvent.Code == (int)PDFXEdit.UIX_EventCodes.e_BeginModal...
- Tue Jul 24, 2018 10:50 pm
- Forum: PDF-XChange Viewer (End Users)
- Topic: Version 2.5.322.9
- Replies: 5
- Views: 1511
Re: Version 2.5.322.9
Hi Eskwayrd. Sorry for delay with answer. The following changes were made in 322.9 build: - Fixed issue with auto-updating the PagesCount control when pages list is changed. (https://forum.tracker-software.com/viewtopic.php?f=36&t=30916) - Fixed one minor issue with internal protection system: some ...
- Tue Jul 17, 2018 8:46 pm
- Forum: PDF-XChange Editor
- Topic: Cant get customize toolbar to work?
- Replies: 7
- Views: 725
Re: Cant get customize toolbar to work?
Hi Mhclev27. About your problem with DnD commands : it seems that you have other software that 'embeds'(covers) to the main Editor's window, probably to intercept the mouse movements for some own purposes. We had similar problems in the past with some 3rd-party programs which did it and we added wor...
- Tue Jul 17, 2018 7:49 pm
- Forum: PDF-XChange Viewer SDK
- Topic: OLE error 82132713
- Replies: 4
- Views: 1469
Re: OLE error 82132713
Hi wings_software. The function IPDFXCview::GetTextFromResult translates the 0x82132713 code to the following text: "Wrong identificator of language" It seems like you sets the incorrect language ID (LCID) to the property "International.LocaleID". Possible reason: on client's machine the /Languages ...