Problem with GUI visiblity
Status: Alpha
Brought to you by:
igel457
There is one problem with loading GUI, created in GUI Editor. You have a mistake in source code.
unit: AdGUI.pas
line: 630
code: FVisible := aroot.Properties.BoolValue('visble',true);
correction: 'visble' -> 'visible'