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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      23 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      20 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      14 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      10 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      41 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X