Page 1 of 1

System and script improvements

Posted: 26 Sep 2014, 09:05
by PetrS
size=150System and script improvements/size
Version 0.1.75+

ub^ operator/b/u
This operator is equal to upper index or POWER function.
It can be useful for complex exponents.

ubdouble<in, 3>/b/u
This declaration of numeric variable allows you to define units and precision used for this variable.
This is useful in functions, because local variables of function are not displayed in VariableGrid -> you can't modify them manually.

ubIO.LayoutIndex/b/u
This system variable contains index of current Layout.
Value is automatically updated to be valid also in ExternCLC.
If the calculation is not drawn (just calculated), IO.LayoutIndex has value '-1'.
See attached example for more details.

Re: System and script improvements

Posted: 16 Oct 2014, 13:03
by PetrS
size=150Automatic calculation recalculation after change in dialogue/size
Version 0.1.84+

You can set ON/OFF automatic refresh of calculation after change in dialogue.

ubON:/b/u
list
*This is default value - as earlier versions/*:m
*Main dialogue is updated = Design Forms Builder executes UpdateDialog function./*:m
*Calculation is automatically recalculated./*:m/list:u

ubOFF:/b/u
list
*Main dialogue is updated = Design Forms Builder executes UpdateDialog function./*:m
*Calculation is uNOT/u recalculated, you have to press "Refresh" button or "F5" key./*:m/list:u

attachment=0
Settings.png
Settings.png (16 KiB) Viewed 6706 times
/attachment