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 Hwop38, 05-04-2026, 07:02 PM
                0 responses
                161 views
                0 likes
                Last Post Hwop38
                by Hwop38
                 
                Started by CaptainJack, 04-24-2026, 11:07 PM
                0 responses
                310 views
                0 likes
                Last Post CaptainJack  
                Started by Mindset, 04-21-2026, 06:46 AM
                0 responses
                245 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by M4ndoo, 04-20-2026, 05:21 PM
                0 responses
                350 views
                0 likes
                Last Post M4ndoo
                by M4ndoo
                 
                Started by M4ndoo, 04-19-2026, 05:54 PM
                0 responses
                179 views
                0 likes
                Last Post M4ndoo
                by M4ndoo
                 
                Working...
                X