Re: [Flightgear-devel] Clarification on YASIM input (actionpt)

2011-06-19 Thread Hal V. Engel
On Saturday, June 18, 2011 08:00:41 PM Jon S. Berndt wrote: From: syd adams [mailto:adams@gmail.com] Does jsbsim ? I've just begun to look into it , so I don't really know jsbsim's capabilities. It's not automatic - not a natural effect calculated by JSBSim code itself. Like many

Re: [Flightgear-devel] Clarification on YASIM input (actionpt)

2011-06-19 Thread Bertrand Coconnier
2011/6/19 Hal V. Engel hven...@gmail.com: On Saturday, June 18, 2011 08:00:41 PM Jon S. Berndt wrote: From: syd adams [mailto:adams@gmail.com] Does jsbsim ? I've just begun to look into it , so I don't really know jsbsim's capabilities. It's not automatic - not a natural

[Flightgear-devel] JSBSim Functions for Propwash and Downwash [was: Clarification on YASim input]

2011-06-19 Thread Jon S. Berndt
Hal, Oops! Sorry I attributed code to you that came from somewhere else. :-) I now seem to recall experimenting with your model at that time - actually replacing the older one in JSBSim cvs with yours, then adding the estimated propwash effects. Hal wrote: These

Re: [Flightgear-devel] JSBSim Functions for Propwash and Downwash [was: Clarification on YASim input]

2011-06-19 Thread Bertrand Coconnier
2011/6/19 Jon S. Berndt jonsber...@comcast.net: Hal, Oops! Sorry I attributed code to you that came from somewhere else. :-) I now seem to recall experimenting with your model at that time - actually replacing the older one in JSBSim cvs with yours, then adding the estimated propwash

[Flightgear-devel] JSBSim Functions for Propwash and Downwash [was: Clarification on YASim input]

2011-06-19 Thread Ron Jensen
On Saturday 18 June 2011 21:00:41 Jon S. Berndt wrote: Here's an example from Hal's P-51D Mustang. This is from an old version, so it may have changed by now, but it illustrates the approach. In the aerodynamics section of the config file - but outside of any axis element - is this definition

Re: [Flightgear-devel] JSBSim Functions for Propwash and Downwash [was: Clarification on YASim input]

2011-06-19 Thread Bertrand Coconnier
2011/6/19 Ron Jensen w...@jentronics.com: On Saturday 18 June 2011 21:00:41 Jon S. Berndt wrote: Here's an example from Hal's P-51D Mustang. This is from an old version, so it may have changed by now, but it illustrates the approach. In the aerodynamics section of the config file - but outside

[Flightgear-devel] JSBSIm, aeromatic, crosswind taxiiing, et cetera

2011-06-19 Thread John Denker
On 06/19/2011 06:46 AM, Jon S. Berndt wrote: Maybe I've gone wrong somewhere here, but something similar might work. Also, in situations like a flat spin or tail slide this probably falls apart! Let's postpone discussion of exotic flight conditions such as flat spins and tail slides. There

Re: [Flightgear-devel] JSBSIm, aeromatic, crosswind taxiiing, et cetera

2011-06-19 Thread Bertrand Coconnier
2011/6/19 John Denker j...@av8n.com: On 06/19/2011 06:46 AM, Jon S. Berndt wrote: Maybe I've gone wrong somewhere here, but something similar might work. Also, in situations like a flat spin or tail slide this probably falls apart! Let's postpone discussion of exotic flight conditions such

[Flightgear-devel] RUNNING MULTIPLE VERSIONS ON WIN32

2011-06-19 Thread Chelley
Hi for the past few years myself and others on Windows XP have not had the convenience of running more than one version of flight-gear without a lot o jiggery pokery such as backing up configuration files swapping settings around and in many cases ended up breaking something, that's why I spent

Re: [Flightgear-devel] FlightGear development entered state feature-freeze until July, 17th 2011

2011-06-19 Thread Jari Häkkinen
Torsten Dreyer skrev 2011-06-17 21.47: Anticipating the release 2.4.0, we reached our first milestone today. The development streams for flightgear, simgear and fgdata on gitorious are now declared frozen. The above states quite clearly that testing is expected to be against the source

[Flightgear-devel] Nasal updating properties in the menu

2011-06-19 Thread Hal V. Engel
I need to over ride one of the default menu items so that I can use a custom menu. After some effort I have figured out what needs to be changed in the property tree. The code looks like this: # Disable the menu item Equipment radio so we use our own gui. gui.menuEnable(radio,0); #

Re: [Flightgear-devel] Nasal updating properties in the menu

2011-06-19 Thread Ron Jensen
On Sunday 19 June 2011 15:04:11 Hal V. Engel wrote: I need to over ride one of the default menu items so that I can use a custom menu. After some effort I have figured out what needs to be changed in the property tree. The code looks like this: # Disable the menu item Equipment radio so

Re: [Flightgear-devel] Nasal updating properties in the menu

2011-06-19 Thread Gene Buckle
On Sun, 19 Jun 2011, Hal V. Engel wrote: I need to over ride one of the default menu items so that I can use a custom menu. After some effort I have figured out what needs to be changed in the property tree. The code looks like this: # Disable the menu item Equipment radio so we use our

Re: [Flightgear-devel] Nasal updating properties in the menu

2011-06-19 Thread Hal V. Engel
On Sunday, June 19, 2011 02:15:54 PM Ron Jensen wrote: On Sunday 19 June 2011 15:04:11 Hal V. Engel wrote: I need to over ride one of the default menu items so that I can use a custom menu. After some effort I have figured out what needs to be changed in the property tree. The code

Re: [Flightgear-devel] Nasal updating properties in the menu

2011-06-19 Thread Ron Jensen
On Sunday 19 June 2011 17:55:25 Hal V. Engel wrote: On Sunday, June 19, 2011 02:15:54 PM Ron Jensen wrote: http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg302 08 .html gui.menuBind(radio, dialogs.Radio.open()); Thanks I knew I saw something about this on the list but I

Re: [Flightgear-devel] JSBSIm, aeromatic, crosswind taxiiing, et cetera

2011-06-19 Thread Jon S. Berndt
From: John Denker [mailto:j...@av8n.com] On 06/19/2011 06:46 AM, Jon S. Berndt wrote: Maybe I've gone wrong somewhere here, but something similar might work. Also, in situations like a flat spin or tail slide this probably falls apart! Let's postpone discussion of exotic flight