Older Newer
Thu, 18 Nov 2021 05:09:15 . . . . SyneRyder [Note minimum FM version requirement]


Changes by last author:

Added:
= setCtlDivisor =

Requires FilterMeister 0.4.21 Beta 2 (June 3, 2003) or newer

== Syntax ==

:setCtlDivisor(int n, int v)

== Arguments ==

:n

::The index of the user control whose value you want to change

:v

::The value you want to assign to the user control

== Description ==

:This function changes the divisor of standard and scrollbar controls

== Example ==

<code>

setCtlDivisor(4, 10);

setCtlDivisor(5, 1);

</code>

== Also see ==

: getCtlDivisor

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.