Support Board
Date/Time: Sun, 22 Dec 2024 19:54:10 +0000
Post From: SC_POINTER_BUTTON_DOWN not firing?
[2015-02-25 13:52:07] |
Al SC Developer - Posts: 434 |
To solve the original problem, set sc.BlockChartDrawingSelection to one when you start your drawing on first click, and then set to zero when drawing is complete on final click. This will block the selection of the user drawn drawing that you added, and allow the mouse clicks to be properly routed to your study.
|