Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Where are they ... ?

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

    Where are they ... ?

    I'm looking to add different kind of control onto the Chart trader toolbar.

    In order to keep a consistent look, I want to use the default styling from ninjatrader. I undestood it was very simple for a button using:

    Code:
    Style basicButtonStyle    = Application.Current.FindResource("BasicEntryButton") as Style;
    But then, how do I find default styling for radio buttons, checkboxes and all other stuff ?

    #2
    Hello Philippe56140,

    When using basic controls you generally won't need to apply a specific style, the style is automatically controlled by the skin. The code you provided would get a specific style that was already defined for a certain control which is the basic entry button. You can see the examples on the following forum post which show some controls being used without applying specific styles that allow the skin to style them automatically.

    Hello All, Moving forward this will be maintained in the help guide reference samples and no longer maintained on the forum. Creating Chart WPF (UI) Modifications from an Indicator - https://ninjatrader.com/support/help...ui)-modifi.htm (https://ninjatrader.com/support/helpGuides/nt8/creating-chart-wpf-(ui)-modifi.htm) I've


    For controls that are not used in the platform you would need to add your own styles by defining how they look in code when you create the control.



    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    5 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    12 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    11 views
    0 likes
    Last Post carnitron  
    Started by strategist007, Yesterday, 07:51 PM
    0 responses
    13 views
    0 likes
    Last Post strategist007  
    Started by StockTrader88, 03-06-2021, 08:58 AM
    44 responses
    3,982 views
    3 likes
    Last Post jhudas88  
    Working...
    X