|
From: Yurik V. N. <yu...@me...> - 2007-09-27 05:33:20
|
=F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 25 =D3=C5=CE=D4=D1=C2=D2=D1 2007 Mat=
thew Gong =CE=C1=D0=C9=D3=C1=CC(a):
> Hi, Yurik
> Do you mean that you can not open the xml file created by
> jsbsim_commander itself?
Yes, it's true.
I resolve this bug.
See file AircraftDialog.cpp, line 2064 - 2073:
=3D=3D=3D
{
double d;
if ( text_ctrl_info_cfgver->GetValue().ToDouble(&d) )
{
if (d < 2.0)
return false;
}
// If comment it, it's allow for commander to read file.
// commented by Yurik
// else
// return false; // <--- What is a strange code? this is always retur=
n=20
false!
}
=3D=3D=3D
=2D-=20
Wbr, Yurik
|