Versão 2.11+
Esta funcionalidade permite apresentar diferentes controles para o usuário fazer a inserção do valor desejado. Pode ser usado o teclado em conjunto com botões dinâmicos e uma SeekBar. Esta funcionalidade está disponível apenas para campos dos tipos: Integer, Long, Decimal e String
Exemplo:
Apontamento sync=out
id inc
longType long inputLeftLabel="Quantidade:" inputButtons=+5,+10,+20,+50,x2,x10,x20,÷2,÷10 inputStartWithKeyboardHidden
integerType int inputShowSeekBar minValue=100 maxValue=200 inputLeftLabel="Mínimo: 100" inputRightLabel="Máximo: 200"
StringType String inputLeftLabel="Texto da Próxima Tela:"
decimalType decimal inputLeftLabel=StringType inputShowSeekBar minValue=0.5 maxValue=20,32
percentage int inputShowSeekBar inputHideKeyboard maxValue=100 inputLeftLabel="Vol.:" inputRightLabel="%"
buttons String inputLeftLabel="Botoes da Proxima Tela. Exemplo: [1|2|3] ou 1"
testButtons String inputButtons=buttons
testButtons2 int inputButtons=buttons
negative int inputShowSeekBar minValue=-50 maxValue=50 inputLeftLabel="Mínimo: -50" inputRightLabel="Máximo: 50"
negative2 int inputAllowNegative
negative3 decimal inputAllowNegative