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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    29 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    17 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    9 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    15 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    18 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X