Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to add to AddOn menu a green icon

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

    How to add to AddOn menu a green icon

    Hi

    I would like to add a "greenlight" image / icon to my Addon menu, similar to Connections (when is connected)

    Can I do that?
    If yes, can you help me with a sample script?

    Thank you in advance!

    Lorant
    Attached Files

    #2
    Hello,

    Thank you for the post.

    Yes you could create any elements that you would like in an addon as you are using standard WPF and Xaml.

    I currently don't have a specific Addon example of a MenuItem with an image, but there are many tutorials for creating a menu item with image for Xaml. Here is one: http://www.wpf-tutorial.com/common-i.../menu-control/

    For adding a Menu to NinjaTrader, we do have an example of what is required in an Indicator:


    This example creates a menu entirely from code, in an addon you could do this or use Xaml it would be up to how you are designing the addon currently. In either case, the MenuItem would need its Icon property assigned to an Image to display a Icon next to the Header. This also shows the NinjaTrader styles used if you wanted to match it to the platform.

    To load an image or Path as an icon, you could see the following post: http://ninjatrader.com/support/forum...54&postcount=8
    This specific example is for overriding the Icon property of a drawing tool, but the syntax to load the image could modified to be used in an addon for loading an image to make an icon.


    I look forward to being of further assistance.

    Comment


      #3
      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      81 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      46 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      169 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      101 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      175 views
      2 likes
      Last Post CaptainJack  
      Working...
      X