Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Modifying top left color red

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

    Modifying top left color red

    Hi, how can I achieve than the resource for modify the color for "Chart". The resources available for this proposal in the BluePrint.xaml file do not work.

    This is the code, but it is not taking affect to modify the color:

    <!-- Background color for Title Blocks in the upper left corner of windows-->
    <LinearGradientBrush x:Key="BackgroundTitleBlock" StartPoint="0.5,0" EndPoint="0.5,1" po:Freeze="true">
    <LinearGradientBrush.GradientStops>
    <GradientStop Color="#FFA41E23" Offset="0"/>
    <GradientStop Color="#FF5D161C" Offset="1"/>
    </LinearGradientBrush.GradientStops>
    </LinearGradientBrush>

    Click image for larger version

Name:	Color Top Left Chart.jpg
Views:	81
Size:	23.2 KB
ID:	1306369

    Thank you in advance!​

    #2
    Hello joselube001,

    Thank you for your post.

    This section of the Blueprint.xml file pertains to that red box:

    Code:
    <!-- NTWindow/window title - red box in the top-left corner of windows -->
    <SolidColorBrush po:Freeze="true" x:Key="WindowButtonsInactive" Color="#FF808080" />
    <SolidColorBrush po:Freeze="true" x:Key="SystemButtonsForeground" Color="#FFFFFFFF"/>
    <SolidColorBrush po:Freeze="true" x:Key="SystemCloseBorder" Color="#FF808080"/>
    <SolidColorBrush po:Freeze="true" x:Key="SystemButtonsBorder" Color="#FF808080"/>
    <LinearGradientBrush po:Freeze="true" x:Key="SystemButtonsBackgroundNormal" GradientStops="{StaticResource SystemMinMaxStops}" StartPoint="0.5,-0.2" EndPoint="0.5,0.62"/>
    <LinearGradientBrush po:Freeze="true" x:Key="SystemButtonsBackgroundPressed" GradientStops="{StaticResource SystemMinMaxStops}" StartPoint="0.5,0.05" EndPoint="0.5,0.45"/>
    <LinearGradientBrush po:Freeze="true" x:Key="SystemCloseBackgroundNormal" GradientStops="{StaticResource SystemCloseStops}" StartPoint="0.5,-0.2" EndPoint="0.5,0.62"/>
    <LinearGradientBrush po:Freeze
    Please let us know if you have any further questions.​

    Comment


      #3
      Thanks, Gaby, for your answer.
      I can't see in that section any reference to that red color, can you tell me, please, in which line is it?

      FF808080 is gray color, maybe the shadow.
      FFFFFFFF is white color, maybe this is for the text.
      And that's all.

      Red color used in this zone is FFDC3900
      but there are no references to this.
      Last edited by joselube001; 06-14-2024, 03:09 PM.

      Comment


        #4
        Thanks, Gaby, for your answer.
        I can't see in that section any reference to that red color, can you tell me, please, in which line is it?

        FF808080 is gray color, maybe the shadow.
        FFFFFFFF is white color, maybe this is for the text.
        And that's all.

        Red color used in this zone is FFDC3900
        but there are no references to this.​

        Do you can help me please? I just want to change the color of that red box.

        Comment


          #5
          Hello,

          It seems the red color specifically is actually related to this part:

          Code:
          <SolidColorBrush x:Key="NinjaTraderLogoCaptionBrush"    Color="#DC3900" po:Freeze="true"/>
          Please let us know if you have any further questions.

          Comment


            #6
            Hi, yes, it is the code. Thank you very much!

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            91 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            48 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            31 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            34 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            69 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X