Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to get BROWSE (SELECT) file dialog for property?

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

    How to get BROWSE (SELECT) file dialog for property?

    I've seen this topic, but it seems old: https://ninjatrader.com/support/foru...5-dynamic-enum

    and in NT8 (even thought it compiles) it doesnt get the FIle-dialog option for property. How to use with NT8?

    #2
    Hello TazoTodua, thanks for you post.

    This code will add a file picker dialouge:

    [NinjaScriptProperty]
    [Display(Name="MyFile", Order=1, GroupName="Parameters")]
    [PropertyEditor("NinjaTrader.Gui.Tools.FilePathPick er", Filter="Any Files (*.*)|*.*")]
    public string MyFile
    { get; set; }

    Best regards.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    90 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    49 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    23 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    31 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    31 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X