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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
140 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
295 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
240 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
339 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
172 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment