Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strings

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

    Strings

    You'll find it ridiculous, but I'm not yet familiar with strings.
    I tried this simple script for changing background colors according to the alert kind:
    private string text = @"Red"; // Alert Background Color
    .............
    Alert("MyAlert, ....., Color."+Text+", Color.White);
    but this doesn't result into an
    Alert("MyAlert, ....., Color.Red, Color.White);
    as I hoped.
    What is wrong here ?
    And what does the @ before "Red" involve ?
    Last edited by fliesen; 08-03-2014, 08:28 AM.

    #2
    Originally posted by fliesen View Post
    You'll find it ridiculous, but I'm not yet familiar with strings.
    I tried this simple script for changing background colors according to the alert kind:
    private string text = @"Red"; // Alert Background Color
    .............
    Alert("MyAlert, ....., Color."+Text+", Color.White);
    but this doesn't result into an
    Alert("MyAlert, ....., Color.Red, Color.White);
    as I hoped.
    What is wrong here ?
    And what does the @ before "Red" involve ?
    I am not sure why you would not just use a switch or nested ifs to select the correct color, but if you insist on using a method that requires the translation of text, you should be looking at the Color.FromName() method.

    ref: http://msdn.microsoft.com/en-us/libr...=vs.90%29.aspx

    Comment


      #3
      Hello fliesen,

      Thank you for your post.

      I believe what you are looking for is user definable colors, you can find information on how to create these at the following link: http://www.ninjatrader.com/support/f...ead.php?t=4977

      Please let me know if I may be of further assistance.

      Comment


        #4
        Ok, thanks to you both.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        558 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X