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 cmoran13, 04-16-2026, 01:02 PM
    0 responses
    43 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    25 views
    0 likes
    Last Post PaulMohn  
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    162 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    98 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    158 views
    2 likes
    Last Post CaptainJack  
    Working...
    X