1. Multimonitor fix from here: viewtopic.php?f=58&t=13028
2. Added "Rebuild" button for call build process again.
Spoiler
Code: Select all
object ButtonRebuild: TButton
Left = 120
Top = 53
Width = 57
Height = 25
Anchors = [akTop, akRight]
BiDiMode = bdLeftToRight
Caption = '&Rebuild'
Enabled = True
ParentBiDiMode = False
TabOrder = 5
OnClick = FormShow
end
Repeat until all compile error not eliminated.
Source: https://github.com/SeriousBuggie/unreal-umake
Spoiler
1. Do not use checkbox 'Always display details during compilation' or dialog will expand height on every "Rebuild" attempt.
2. If finally no errors happens, then errors block still same. So you need read label above progress bar.
3. Progress bar not work as intended for any rebuild.
4. Maybe something else.
