Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem parameters panel right strategy

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

    Problem parameters panel right strategy

    My Strategy:
    ...................
    #region Variables

    privateint distMaxPointBar = 30;
    privateint distMaxDivergBar=50;

    #endregion

    .................................................. ..................
    [Description("Distanza Massima Dei Point extremi max e min")]
    [Category(
    "Divergenze Setting")]
    publicint DistMaxPointBar
    {
    get { return distMaxPointBar; }
    set { distMaxPointBar = Math.Max(10, value); }
    }
    [Description(
    "Distanza Massima Divergenza barre")]
    [Category(
    "Divergenze Setting")]
    publicint DistMaxDivergBar
    {
    get { return distMaxDivergBar; }
    set { distMaxDivergBar = Math.Max(10, value); }
    }

    I don't see paramater in the right panel ....



    #2
    turbofib, please try changing Category to GridCategory and then recompile / recheck.

    Comment


      #3
      thanks you.now run..
      but....




      What is the difference between them?

      Comment


        #4
        For properties that you wanted to see in the grid please only use GridCategory.

        Comment


          #5
          i have indicator ...that use in Category...and I see everything perfectly

          Comment


            #6
            Could be the case for some scenarios, ultimately GridCategory is what should be used.

            Comment


              #7
              Ok...thanks

              Comment


                #8
                Originally posted by turbofib View Post
                i have indicator ...that use in Category...and I see everything perfectly
                You would, but if, and only if, the "Category" is called "Parameters". Nothing else. It is an unsupported holdover from NT 6.5. We can but hope that they do not change it.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                672 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                379 views
                1 like
                Last Post Geovanny Suaza  
                Started by Mindset, 02-09-2026, 11:44 AM
                0 responses
                111 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                0 responses
                577 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                582 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X