Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

V7 RC1 - DrawText 6.5 override not found

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    V7 RC1 - DrawText 6.5 override not found

    this is not a biggie, but the following drawtext code complies in 6.5

    DrawText((CurrentBar-1).ToString() + "UPPTXT","BBE",0,uploc + (3*toffset*TickSize),Color.Black, textFont, StringAlignment.Center, Color.Transparent, Color.Transparent, 0);

    with 7 it complains that the override for this construct is not available

    if I add an autoscale and yoffset variables in the respective locations all works.... such as the following construct

    DrawText((CurrentBar-1).ToString() + "UPPTXT",false,"BBP",0,uploc + (3*toffset*TickSize),0,Color.Black, textFont, StringAlignment.Center, Color.Transparent, Color.Transparent, 0);



    #2
    tulanch, so the snippet you have put in for NT7 works and compiles ok? This would be expected, the overload changed from 6.5 - for all code breaking changes, please have a look here -

    Contains critical information including but not limited to migration, installation, connections and changes.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    245 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    157 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    165 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    250 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    201 views
    0 likes
    Last Post CarlTrading  
    Working...
    X