KUIML
Blue Cat's User Interface Programming Language
INVISIBLE_PARAM_BUTTON

Description

Active and invisible element that can be clicked to increment the value. It is similar to the IMAGE_PARAM_BUTTON, but with no visible graphical element. It is particularly useful to make some graphical parts of the user interface clickable, without having to design an image button.

The control supports several keyboard shortcuts and mouse click: Each time the user clicks on the button, the parameter is incremented to next value (the number of possible values depending on the number of images). For more information, see User Experience.

Inherited Attributes

See Attributes Common to Param Controls.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

loop

boolean

true

Enable loop for the the button values.

When disabled, the button won't loop back to the minimum value when reaching the maximum value.

1.4.4

No