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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    593 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    343 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    556 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    554 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X