Dan
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Problem with NT8 DrawTextFixed() method.
Collapse
X
-
Problem with NT8 DrawTextFixed() method.
The outline with DrawTextFixed doesn't seem to work at all. The text area can also 1/2 overlap another text drawn above it. Try a DrawTextFixed() with a visible area color with text "XYZ\n" and then another with text "ABC" and the ABC will cover part of the first text instead of residing fully below. NT7 worked correctly in this regard.
DanTags: None
-
Hello Dan,
When drawing the object, do you have IsOutlineVisible set to true? The outline will not appear without this set to true.
Draw.TextFixed(this, "tag", "text", TextPosition.BottomRight, Brushes.Blue, myFont, Brushes.White, Brushes.Green, 100).IsOutlineVisible = true;
This is the same option in the drawing object properties labelled 'Outline - enabled' and by default is set to false.
Regarding the spacing issue, I was able to confirm this and I will report this to development.
Thank for your work identifying and reporting this issue. Please let me know if you are able to find any other NinjaTrader 8 issues.
(edit)
I've reported the overlap issue to development. This is being tracked with ID# NTEIGHT-8379.Last edited by NinjaTrader_ChelseaB; 06-08-2015, 02:19 PM.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
48 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
30 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
99 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
177 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment