About slider parameters
Hi, question about parameters.
The documentation for AE SDK states that:
PF_Param_SLIDER: No longer used.
PF_Param_FIX_SLIDER: Deprecated.We now recommend PF_Param_FLOAT_SLIDERs.
So i guess we should use the PF_Param_FLOAT_SLIDERs.
However, it s impossible to make them work as a PF_Param_SLIDER/PF_Param_FIX_SLIDER to input integers. Even with precision 0, clicking on the parameter will show hidden decimals, and the click + slide the mouse is moving floating value in the back and it takes ages to change from on number to the other.
So i wonder if i m still supposed to use only PF_Param_FLOAT_SLIDERs, or which of PF_Param_SLIDER and PF_Param_FIX_SLIDER is recommended to use.
Thanks in advance
