Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing Tools - don't calculate during editing the anchors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Drawing Tools - don't calculate during editing the anchors

    Hi,

    I want to create a drawing tool which will do some calculations.
    I don't want the dwg tool to be calculating while I'm moving any anchor point, as this could create problems or slow down the computer.

    Which sentence must I add?
    I do the calculations and render under the:

    public override void OnRender(ChartControl chartControl, ChartScale chartScale)
    {

    Is this correct?
    I imagine I must add some "if" sentence checking that I'm not editing any anchor anymore.

    Thanks for your help!!

    #2
    Hello artson, thanks for writing in.

    The solutions will be highly dependent on the specific drawing tool you are making. First, you would need to avoid calculations within OnRender anywhere it is possible to avoid. The calculations that can not be avoided should be calculated when DrawingState is .Normal. All of the default drawing tools in the platform are available for study through the NinjaScript editor in the DrawingTools editor. Any simple drawing tool, like the Lines drawing tool would be a good reference for making a custom drawing tool.

    Please let me know if I can assist any further.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    265 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    169 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    171 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    260 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    210 views
    0 likes
    Last Post CarlTrading  
    Working...
    X