-40.00' is not a valid floating point value

Hello,
I have downloaded and installed dalet.zip from the Different Interface topic
when i start the config program i see this error.

'-40.00' is not a valid floating point value

zondag 22 maart 2009, 20:26:44

Program Version 3.0.0 Build 533

Call stack:

[0040AC0D] SysUtils.ConvertErrorFmt + $19
[0040E87E] SysUtils.StrToFloat + $2E
[0087C51A] ConfigMain.TConfigForm.FormCreate (Line 1040, "ConfigMain.pas" + 201) + $1E
[0087C523] ConfigMain.TConfigForm.FormCreate (Line 1040, "ConfigMain.pas" + 201) + $27
[00487ACD] Forms.TCustomForm.DoCreate + $31
[00487789] Forms.TCustomForm.AfterConstruction + $11
[00404C35] System.@AfterConstruction + $1D
[00487760] Forms.TCustomForm.Create + $174
[0042FA20] Classes.StdWndProc + $14
[00490921] Forms.TApplication.CreateForm + $31
[00885BA1] CoreGUIMainWindows.TConfigMainWindowClass.Run (Line 167, "CoreGUIMainWindows.pas" + 26) + $13
[009104F0] mAirList.MainWindow (Line 86, "C:\projects\mAirList\trunk\mAirList.dpr" + 13) + $C
[0091AC80] mAirList.mAirList (Line 103, "" + 13) + $5

Torben have you got any idea what goes wrong?
I have checked the Layout Designer but there is no value white scale -40

Regards
Jeroen

Search the ini files for the string “-40.00”. I believe it must be “-40,00” instead. Because in Dutch, you use “,” as the decimal separator, just as we Germans do, don’t you?

Unfortunately, ini files are not interchangable between different language systems sometimes.

Yes it works!
Thnx