08.08.14, 15:24
i'm trying to convert my old scripts to scriptographer 2.0 and i came across this possible bug:
in dialogs, you can't enter the value "0" (zero).
i get this error message:
"der wert muss zwischen 0 pt und 0 pt liegen."
which means roughly "the value must be between 0 pt and 0 pt."
since i got an option for degree-values in fizzlemaster3000.js, i need to be able to use 0 as a value.
the bug "works" with every skript you can enter values in the dialog.
workaround: enter the value "0.0001" and it will round to "0".
thanks.