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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
669 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
378 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 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
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment