Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 02:25:15 +0000



Post From: ACS_RECEIVE_POINTER_EVENTS_ALWAYS freezes the graph as long as the mouse moves.

[2023-11-10 22:36:40]
User462211 - Posts: 18
Hello,
I have a problem, as soon as I add to initialization
sc.ReceivePointerEvents = ACS_RECEIVE_POINTER_EVENTS_ALWAYS;
this creates strange behavior, since the graph freezes completely as long as the mouse is moving.
That is to say that the user must stop moving the mouse, if he wants to be able to see his graph correctly updated.
This is behavior that is very problematic.

This behavior is for example present in the study scsf_TradingTriggeredLimitOrderEntry.

As I have difficulty seeing in which case this blocking behavior of the graph could be desirable, I would tend to categorize it as a bug.
Is there a way to fix this problem ? Or at worst bypass it ?