Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Button color state
Collapse
X
-
Doing that still doesn't work, because my problem is that with F5 it should keep the value at that moment and not set it to the standard value of the variable. If there were any status that would preserve the last value and would always remain even if you reloaded?
-
Hello anmir55,
The button itself does not have it's properties reservced.
You are preserving the values of DisplayCompletedLines and ColorFondoOff correctly.
However, you are not using these variables when the button is generated in AddButtonToToolbar().
Are you are not changing the brush that assigned to ColorFondoOff. It's preserved when hitting F5 but the value was never changed.Chelsea B.NinjaTrader Customer Service
Comment
-
Hello anmir55,
In AddButtonToToolbar(), when creating the button, check DisplayCompletedLines is false and set the _button.Background to black.
If you want ColorFondoOff to hold a different brush value, then assign ColorFondoOff a different brush value.Chelsea B.NinjaTrader Customer Service
Comment
-
Hello anmir55,
In AddButtonToToolbar(), when creating the button, check DisplayCompletedLines is false and set the _button.Background to black.
You are doing this check in OnButtonBuyClick(), but you are not doing this in AddButtonToToolbar().
If you want ColorFondoOff to hold a different brush value, then assign ColorFondoOff a different brush value.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
237 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
152 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
163 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
246 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
199 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment