Search found 13 matches

by RoGraf
Fri Mar 08, 2019 12:11 pm
Forum: PDF-XChange Editor SDK
Topic: Open document with ActiveX/OLE Integration crashes VM
Replies: 5
Views: 2138

Re: Open document with ActiveX/OLE Integration crashes VM

Hi Alex,

opening an INST ist not possible when you embed the AxtiveX-Control in Java Ole-Controll will do this but seems we solved the problem - better Tracker did - with the new SDK (V7.0.328.2) no crash occured anymore.

So - Task is closed!
by RoGraf
Fri Feb 22, 2019 5:02 pm
Forum: PDF-XChange Editor SDK
Topic: Open document with ActiveX/OLE Integration crashes VM
Replies: 5
Views: 2138

Re: Open document with ActiveX/OLE Integration crashes VM

The Question ist - how! ActiveX-Control is open or not - if you close the Canvas - the Control will die. Wie instanciate the IPXV_Control and get the Inst() of it. To prevent the control to close everything I would have to close only the IPXV_Control and save the IPXV_Inst - right? How do I only clo...
by RoGraf
Fri Feb 22, 2019 7:59 am
Forum: PDF-XChange Editor SDK
Topic: Open document with ActiveX/OLE Integration crashes VM
Replies: 5
Views: 2138

Open document with ActiveX/OLE Integration crashes VM

We use the Editor within an OLE-Frame inside an RCP (Eclipse) Application. Everything is fine as long as we keep the Editor open. Once closed opening a new View with an embedded OLE-Frame the whole Application crashes. I think the reason may be the architectural problem (only one INST) mentioned in ...
by RoGraf
Tue Jan 29, 2019 4:52 pm
Forum: PDF-XChange Editor
Topic: Summarzing comments, extracting highlighted text
Replies: 76
Views: 47046

Re: Summarzing comments, extracting highlighted text

Hi again,

how is the feature request "RT#4304: FR: Summarize comments' content adjustment" doing?
by RoGraf
Tue Jan 29, 2019 4:15 pm
Forum: PDF-XChange Editor SDK
Topic: controlling 2 command bars independently
Replies: 5
Views: 1517

Re: controlling 2 command bars independently

Maybe the individual Inst can be build with the pointer of the Unknown like this? iControlSite = new OleControlSiteEx(frame, SWT.NONE, "PDFXEdit.PXV_Control.1"); iControlSite.doVerb(OLE.OLEIVERB_SHOW); iControlSite.doVerb(OLE.OLEIVERB_UIACTIVATE); iCtrl = new IPXV_Control(iControlSite.getP...
by RoGraf
Fri Jan 18, 2019 11:46 am
Forum: PDF-XChange Editor SDK
Topic: Multiple Instances of TPXV_Control
Replies: 13
Views: 4619

Re: Multiple Instances of TPXV_Control

Unfortunately we have the same issue with the single INST. Actually we also open multible XChange-Viewers an it works fine - we only get the Events from the used instance. With the new Editor this is not possible, because every "instance" of the Editor gets all Events of all open documents...
by RoGraf
Thu Dec 13, 2018 11:21 am
Forum: PDF-XChange Editor SDK
Topic: read mouse position on doubleclick SOLVED
Replies: 8
Views: 2213

Re: read mouse position on doubleclick SOLVED

Hi Alex, thank you verry much - now I managed getting the complete Event: EXAMPLE for reading Mouse-Position in Viewer for OleEvent "e.pagesView.mouse" using JNA-generated framework (using martin3 's tool https://forum.pdf-xchange.com/viewtopic.php?f=66&t=30142&p=122393&hilit=j...
by RoGraf
Wed Dec 12, 2018 2:06 pm
Forum: PDF-XChange Editor SDK
Topic: read mouse position on doubleclick SOLVED
Replies: 8
Views: 2213

Re: read mouse position on doubleclick SOLVED

Hi Alex, this is not possible - as I told, we are using RCP/SWT (Java) environment. Actually I found no way to register a Java-Structure as EventHandler. The C# Code is not usefull in our environment. I get the OleEvent, when registering to the mouse-actions-event "e.pagesView.mouse" and i...
by RoGraf
Wed Dec 12, 2018 5:43 am
Forum: PDF-XChange Editor SDK
Topic: read mouse position on doubleclick SOLVED
Replies: 8
Views: 2213

Re: read mouse position on doubleclick SOLVED

Any idea, how to get the event details in the ActiveX/OLE environment??
by RoGraf
Mon Dec 10, 2018 5:07 pm
Forum: PDF-XChange Editor SDK
Topic: read mouse position on doubleclick SOLVED
Replies: 8
Views: 2213

Re: read mouse position on doubleclick SOLVED

Hello RoGraf, Check out this sample: https://gist.github.com/Polaringu/f3de7fdebf688028d1dbc265695e364c Cheers, Alex Hi Alex, thank you for the quick Response. I already knew this example, but we have a special situation - I fogott to mention - sorry. We use the viewer (and potentially the editor) ...
by RoGraf
Mon Dec 10, 2018 11:31 am
Forum: PDF-XChange Editor SDK
Topic: read mouse position on doubleclick SOLVED
Replies: 8
Views: 2213

read mouse position on doubleclick SOLVED

Hi, we actually use the Viewer SDK (OLE-Embedded) and we plan to switch to the new Editor. One of the Functions is to catch the doubleclick of the user and deliver the mouse possition to the embedding application. We used the notifications by reading the property "Notifications.Mouse.x" an...
by RoGraf
Wed Sep 12, 2018 6:34 am
Forum: PDF-XChange Editor
Topic: Summarzing comments, extracting highlighted text
Replies: 76
Views: 47046

Re: Summarzing comments, extracting highlighted text

Hi,

may I ask if there is any progress in the mentioned "RT#4304: FR: Summarize comments' content adjustment"? Is it possible to get progress infomations on such requests or are they internal?
by RoGraf
Tue Mar 20, 2018 2:04 pm
Forum: PDF-XChange Editor
Topic: Summarzing comments, extracting highlighted text
Replies: 76
Views: 47046

Re: Summarzing comments, extracting highlighted text

We need this features also very urgent. We actually use the (old/discontinued) PDFXChange viewer in our System. With the old api it is possible to set e.g. "Operations.SummarizeAnnots.Output.ShowAuthor". The Reason wie need the toggeling of this Information:We use these summarized Annots/C...