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

Example Adding AddOn to Control Center Tools Menu

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

    Example Adding AddOn to Control Center Tools Menu

    Is there an example of how to add an AddOn to the Control Center Tools menu (or Help or other menus too)? The online AddOn examples show how to add to the New menu, and hint at how to add to other menus in a comment ...

    Other menus can be accessed via the control's "Automation ID"; e.g. toolsMenuItem, workspacesMenuItem, connectionsMenuItem, helpMenuItem
    ... but a working example would be very helpful.

    Thanks.
    Multi-Dimensional Managed Trading
    jeronymite
    NinjaTrader Ecosystem Vendor - Mizpah Software

    #2
    Hello jeronymite,

    The process is the same for any menu item you just need to know the automation ID. You can find some details about how to locate the automation ID's in the following post: https://ninjatrader.com/support/foru...775#post752775

    The Inspect tool can be used to observe the ID's of various controls in a window and observe its visual tree. Keep in mind this area is not documented so there are no samples surrounding using the inspect tool or this type of design. There is a provided extension method for controls "FindFirst" which can use automation ID's to target a control but beyond that your WPF knowledge will play a key role in this exploration.

    ControlCenterMenuItemTools is the ID of the tools menu:
    Click image for larger version

Name:	2020-03-23_08-15-04.png
Views:	291
Size:	60.5 KB
ID:	1091387
    JesseNinjaTrader Customer Service

    Comment


      #3
      Many thanks, Jesse. As always, very helpful!
      Multi-Dimensional Managed Trading
      jeronymite
      NinjaTrader Ecosystem Vendor - Mizpah Software

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by WHICKED, Today, 12:45 PM
      2 responses
      19 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by GussJ, 03-04-2020, 03:11 PM
      15 responses
      3,276 views
      0 likes
      Last Post xiinteractive  
      Started by Tim-c, Today, 02:10 PM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Taddypole, Today, 02:47 PM
      0 responses
      5 views
      0 likes
      Last Post Taddypole  
      Started by chbruno, 04-24-2024, 04:10 PM
      4 responses
      51 views
      0 likes
      Last Post chbruno
      by chbruno
       
      Working...
      X