CIU 3.0.0.1.b9.u1 hotfix 5 e 6.
Quote:
Originally Posted by Gehrman
Thanks to Cesar 82
I found a small bug
In the first test, "Test 1 Test 1 Test 1" is incomplete
Using GROUP with Radio causes this bug
|
Although only one RadioButton will never be used as in your example, the error also occurred if there were no checkboxes.
Try with the HF6 attached.
Code:
Hotfix 5:
- Fixed to enable play buttons after installed UWP games.
- Fixed error that occurred when creating UWP game shortcuts when converting png image to icon (Thanks andreiutzu21 for bug information and tests).
- Fixed CheckInfo function when using negation character "!" before the parameter like: Check: CheckInfo('!lang:!en,de');
- Added support for negation character "!" in the CheckInfo function now also in the compared type like as in the example:
>> Check: CheckInfo('comp:!1,2,3'); >> Only returns true if you have not checked component 1 and have checked components 2 or 3.
Hotfix 6:
- Fixed checklist items position when there are no checkboxes (Thanks Gehrman for report bug).