Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is there a way to override text color on chart trader?

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

    Is there a way to override text color on chart trader?

    I know I'm in the dark skin which uses white font - but the gradient on the buttons - the text becomes hard see when using lighter colors (yellow/green).

    I'm not into messing around with skins - so I don't know if changing the font to DARK will change all font color, etc.. of if I can control the buy button separately from the sell?

    To the right in the image is the NT7 Chart Trader buttons with the same color and black text.

    *white theme uses white text too.
    Attached Files
    Last edited by sledge; 05-17-2015, 09:21 AM. Reason: add white theme

    #2
    There is not a UI property to control the font color, it is a member of the skin. You can change this in Documents\NinjaTrader 8\templates\skins\<SkinName>\BluePrint.xaml

    The key in reference is: FontControlBrush

    There is not a separate key for just the Chart Trader buttons. If you modified the color of the text of FontControlBrush , it would apply for every window which uses this key.
    MatthewNinjaTrader Product Management

    Comment


      #3
      Thanks - it was close.

      I turned everything Pink #FFCCCD
      But those chart buttons stayed the same (some form of light gray, like the other buttons).

      I'll poke around some more.

      Comment


        #4
        found it

        As you mentioned in the file

        Documents\NinjaTrader 8\templates\skins\<SkinName>\BluePrint.xaml


        Code:
          <system:Double			x:Key="FontButtonHeight">15</system:Double>
          <FontFamily				x:Key="FontButtonFamily">Arial</FontFamily>
          <FontStyle				x:Key="FontButtonStyle">Normal</FontStyle>
          <FontWeight				x:Key="FontButtonWeight">Normal</FontWeight>
          <SolidColorBrush			x:Key="FontButtonBrush" Color="#[B]FF000000[/B]" po:Freeze="true"/>
        I'll need to poke around some more to see if any other button labels turned black and are not visible... (neon yellow/green stand out).
        Attached Files

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by frankthearm, Yesterday, 09:08 AM
        14 responses
        47 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by gentlebenthebear, Today, 01:30 AM
        2 responses
        13 views
        0 likes
        Last Post gentlebenthebear  
        Started by Kaledus, Today, 01:29 PM
        2 responses
        8 views
        0 likes
        Last Post Kaledus
        by Kaledus
         
        Started by PaulMohn, Today, 12:36 PM
        2 responses
        16 views
        0 likes
        Last Post PaulMohn  
        Started by Conceptzx, 10-11-2022, 06:38 AM
        2 responses
        56 views
        0 likes
        Last Post PhillT
        by PhillT
         
        Working...
        X