Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
superdom column onrender at fixed interval
Collapse
X
-
Hello,
Thanks for your post.
In order to force OnRender() to be called under a specific condition, call the OnPropertyChanged() method which will force the entire column to repaint. This approach should be used instead of calling OnRender() directly.
It is also important to note that you should limit any calculations or algorithms you may be tempted run in OnRender() simply to rendering. Always favor precomputed values and store them for rendering later as the preferred approach in order to avoid any unforeseen performance issues.
I am including links to our help guide documentation for using OnRender() with the SuperDOM, as well as the OnPropertyChanged() method, for your convenience.
OnRender() for the SuperDOM
https://ninjatrader.com/support/help...n_onrender.htm
OnPropertyChanged()
https://ninjatrader.com/support/help...rtychanged.htm
Please let me know if you have any further questions.Josh G.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
563 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
329 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment