Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi Text Upper Right

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

    Multi Text Upper Right

    How would I create 3 dynamic lines of text in the upper right corner? I can use TextFixed for 1 line but I have 3 independent lines I want to update dynamically. I have included an example picture.

    Thanks

    Westsider
    Attached Files

    #2
    Hello Westsider,

    Thank you for your post.

    You can use \r\n in the string to break the line:
    Code:
    DrawTextFixed("tag1", "Hello\r\nThere\r\nGood\r\nBye", TextPosition.TopRight);
    Please let me know if you have any questions.

    Comment


      #3
      Thanks Patrick,
      That helped. For the dynamic text I just substituted in string variables:
      Code:
      DrawTextFixed("tag1", String1+[COLOR=#800000][COLOR=#800000][COLOR=#800000]"\r\n"[/COLOR][/COLOR][/COLOR] + String2, TextPosition.TopRight);
      ]

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      601 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      347 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
      559 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      558 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X