Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

UI update using datagrid,bindind ObervableCollection shut down problem

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

    UI update using datagrid,bindind ObervableCollection shut down problem

    I try to create a multiple accounts monitoring and trade copier addon based on indicator. On UserControlCollection, I add StackPanel, On StackPanel, I add children of a few Datagrids, binding them to a few ObeservableCollection<AccountUI>, In AccountUI, I implemented the INotifyPropertyChanged interface. and I implemented the event handler OnAccountItemUpdate, the problem is: when realtime data came in and trigger the event handler OnAccountItemUpdate, and update the ObervableCollection<AccountUI>, it completely shut off. The environment is Ninjatrader 8.1.1.7, tried to make it C# 5.0 compatible, before this, tried Ninjatrader 8.1.2.1, and it was even worse. It looks like bugs. any clues?

    #2
    Hello Majorshi,

    Thank you for your post.

    When you say, "it completely shut off" do you mean the platform crashed or shut down, or your script is getting errored and disabled?

    If the script is getting disabled, what if any are the errors in the Log tab of the Control Center?

    If you script is causing the platform to crash, have you debugged the script to say with certainty which section of code is causing the crash? If not, I would recommend doing so to identify what is causing the crash. Close all workspaces and open a new blank workspace and add only the single script that is able to cause the behavior.

    Then debug the script by commenting out code until the behavior stops, and then un-comment code until the error returns to identify what is causing the issue.​

    Please let me know if we can assist further.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    57 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    78 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    39 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    101 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    61 views
    0 likes
    Last Post PaulMohn  
    Working...
    X