Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

trouble removing Text objects

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

    trouble removing Text objects

    Get message:
    Error on calling 'OnBarUpdate' method for indicator '[routine name]' on bar 14: Collection was modified; enumeration operation may not execute.

    I occasionally need to take all drawn text off the screen, Each message has a unique tag. but
    RemoveDrawObject(tag) gives this message when I try to loop through all text tags.

    Bar 14 is just an arbitrary staring point. Message occurs for any value.

    #2
    Hello roland_nt,
    Thanks for writing in and I am happy to assist you.

    You cannot delete any object the collections while in a foreach loop. Thus you cannot use the RemoveDrawObjest(tag) code within the foreach loop.

    This is a more of a c# query and please refer here for more details
    I can't get to the bottom of this error, because when the debugger is attached, it does not seem to occur. Collection was modified; enumeration operation may not execute Below is the code. This i...


    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Originally posted by roland_nt View Post
      Get message:
      Error on calling 'OnBarUpdate' method for indicator '[routine name]' on bar 14: Collection was modified; enumeration operation may not execute.

      I occasionally need to take all drawn text off the screen, Each message has a unique tag. but
      RemoveDrawObject(tag) gives this message when I try to loop through all text tags.

      Bar 14 is just an arbitrary staring point. Message occurs for any value.
      This thread deals with that exact issue. If you read it, you will get the code to do what you want. http://www.ninjatrader.com/support/f...ad.php?t=44194

      Comment


        #4
        deleting draw objects

        Koganam

        Thanks. Very helpful.
        Roland
        :

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        566 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        330 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        547 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        548 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X