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

Adding Windows

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

  • brokerbombero
    replied
    Working

    Ok, thanks a lot. It's working now...

    I have create a new layout and a new class call PropertiesWindow : NTWindow, IWorkspacePersistence

    And I call like you have same and it's working. I have to load the content of the layout that a want to placed it.

    Thanks again...

    Leave a comment:


  • NinjaTrader_Jesse
    replied
    Hello,

    Thank you for the reply.

    To open your own window, you could see how a window is created from a menu click in the Addon sample here: https://ninjatrader.com/support/help...t_overview.htm
    (AddOn Framework NinjaScript Basic)
    Code:
    Core.Globals.RandomDispatcher.BeginInvoke(new Action(() => new AddOnFrameworkWindow().Show()));
    You would need to use similar syntax with your custom button. Your buttons event could be used to create a new window with whatever content you decide to place in it. The addon sample also shows how to load .xaml files as content, this is a larger sample so I would direct you to see the sample for that specifically.

    I look forward to being of further assistance.

    Leave a comment:


  • brokerbombero
    replied
    Open a new window

    Thanks.

    I don't want to do that. I have developed a new Addon. Because I wanted to improve the Time&Sales that it come with Ninjatrader8.

    I have the main window, that is a XALM layout. But I wanted to open a new layout(child layout) for to get the properties of the my AddOnTime&Sales no Time&Sales Ninjatrader8. Like color rows, filters, etc..

    I don't want to open the properties of the Time&Sales.

    Thanks

    Leave a comment:


  • NinjaTrader_AlanP
    replied
    Hello brokerbombero,

    Thank you for your patience.

    There is no supported way to open the properties menu of a time and sales window.

    Please let us know if you need further assistance.

    Leave a comment:


  • NinjaTrader_AlanP
    replied
    Hello brokerbombero,

    I'm currently looking into this and will reply when I have more information.

    Thank you for your patience.

    Leave a comment:


  • brokerbombero
    started a topic Adding Windows

    Adding Windows

    Hi. I'm developing a Addon, it's the Time&Sales improved, and I would like to open a new window when the user press the button "propiedades". This new window (wpf) it's for the properties of the Time&Sales, like tradeBlocks, color of foreground, background and more things.

    Any help please..

    How can I add another Layout (XAML).

    Thanks.
    Attached Files

Latest Posts

Collapse

Topics Statistics Last Post
Started by Belfortbucks, Today, 09:29 PM
0 responses
2 views
0 likes
Last Post Belfortbucks  
Started by zstheorist, Today, 07:52 PM
0 responses
7 views
0 likes
Last Post zstheorist  
Started by pmachiraju, 11-01-2023, 04:46 AM
8 responses
150 views
0 likes
Last Post rehmans
by rehmans
 
Started by mattbsea, Today, 05:44 PM
0 responses
6 views
0 likes
Last Post mattbsea  
Started by RideMe, 04-07-2024, 04:54 PM
6 responses
33 views
0 likes
Last Post RideMe
by RideMe
 
Working...
X