For 4.1.38,
- Background color selection feature added.
- Executing without setting Automation Command so it can be used instead of Display Message action.
- Button colors can be set by using
[Caption]=[Parameter]:[Hover Color];[Button Color]
syntax. For example%10=10:Blue;White,%20=20:Red;Black
setting will produce two buttons with:- Button 1: Caption = %10, Parameter = 10, Hover Color = Blue, Button Color = White
- Button 2: Caption = %20, Parameter = 20, Hover Color = Red, Button Color = Black