Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 16:23:24 +0000



Post From: Correctly displaying horizontal ray price with ACSIL?

[2024-05-27 22:06:58]
User414522 - Posts: 19
With's_UseTool::ShowEndPointPrice =1' I have to call sc.UseTool twice for each ray to display its price. The doc on s_UseTool::ShowEndPointPrice only mentions "when using the DRAWING_CALCULATOR" so perhaps it's correct for me to infer s_Tool::ShowEndPointPrice is only meant to be used with the DRAWING_CALCULATOR? (Using Drawing Tools From an Advanced Custom Study: s_UseTool::ShowEndPointPrice).

With's_UseTool::DisplayHorizontalLineValue =1' the doc states, "This member only applies to the DRAWING_HORIZONTALLINE tool." But, It seems to work with horizontal rays too (calling sc.UseTool once). Is it the intention for it work with horizontal rays as well? (Using Drawing Tools From an Advanced Custom Study: s_UseTool::DisplayHorizontalLineValue)

Or, is there another approach/member I should be use using in ACSIL that will correctly display price with a horizontal ray. Thanks.