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 Taddypole, 04-26-2024, 02:47 PM
        2 responses
        12 views
        0 likes
        Last Post Taddypole  
        Started by futtrader, 04-21-2024, 01:50 AM
        6 responses
        58 views
        0 likes
        Last Post futtrader  
        Started by sgordet, Today, 11:48 AM
        0 responses
        4 views
        0 likes
        Last Post sgordet
        by sgordet
         
        Started by Trader146, Today, 11:41 AM
        0 responses
        5 views
        0 likes
        Last Post Trader146  
        Started by jpapa, 04-23-2024, 07:22 AM
        2 responses
        22 views
        0 likes
        Last Post rene69851  
        Working...
        X