Jump to content

Angle Chooser UpDownIncrement


MJW

Recommended Posts

The angle chooser now uses the precision value to set the number of decimal places, but it doesn't appear to use the UpDownIncrement. Clicking the UpDown arrows always changes it a degree.  I wish it did obey the increment value, since without it, the only way to achieve fine adjustments is to type them in.

  • Upvote 2
Link to comment
Share on other sites

Hi @MJW

 

You could set your own values:

      configUI.SetPropertyControlValue(PropertyNames.tAngle, ControlInfoPropertyNames.SliderLargeChange, 0.25);
      configUI.SetPropertyControlValue(PropertyNames.tAngle, ControlInfoPropertyNames.SliderSmallChange, 0.05);
      configUI.SetPropertyControlValue(PropertyNames.tAngle, ControlInfoPropertyNames.UpDownIncrement, 0.01);
      configUI.SetPropertyControlValue(PropertyNames.tAngle, ControlInfoPropertyNames.DecimalPlaces, 2);

 

Link to comment
Share on other sites

  • 10 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...