Mouse Cursor Spinning

PDF-XChange Editor SDK for Developers

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

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Mouse Cursor Spinning

Post by jeffp »

I'm seeing that in your embedded PDF Editor I have inside my app, the mouse cursor changes from the hand to a spinning circle if you just let is sit for a few seconds. If I move the mouse slightly it goes back to a hand, but then back to the spinning circle after a few more seconds.

Any idea what this is?

I'm on build 8.0.332, but also noticed this on 8.0.331

--Jeff
User avatar
TrackerSupp-Daniel
Site Admin
Posts: 8592
Joined: Wed Jan 03, 2018 6:52 pm

Re: Mouse Cursor Spinning

Post by TrackerSupp-Daniel »

Hello Jeff,

This is a curious issue, Might I ask what OS you are working in currently?

Also, please verify, this app was indeed built with our Editor SDK, not the Editor Simple SDK, or another of our SDK products?

If possible, seeing a demo app wherein you can reproduce this would be very helpful.

Kind regards,
Dan McIntyre - Support Technician
Tracker Software Products (Canada) LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Mouse Cursor Spinning

Post by jeffp »

I'm using your ActiveX control in PDFXEditCore.x86.dll inside a Delphi desktop application. Running mostly on Windows 10.

--Jeff
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Mouse Cursor Spinning

Post by Sasha - Tracker Dev Team »

Hello Jeff,

That means that something is being done that loads the CPU. Probably your code does some OnMouseMove check or something like that, that can cause some unwanted loops.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Mouse Cursor Spinning

Post by jeffp »

Will look into that. Thanks.
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Mouse Cursor Spinning

Post by Sasha - Tracker Dev Team »

:)
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply