Re: [Flightgear-devel] Printing Logging Values on FlightGear Screen

2009-08-16 Thread Behlül UÇAR
ing. > > > > I might be willing to send the code to someone if there is a serious desire > to port it, but it’s an old Borland C++Builder application u sing Steema’s > TeeChart library. > > > > Jon > > > > > > > > *From:* Behlül UÇAR [mailto:

Re: [Flightgear-devel] Printing Logging Values on FlightGear Screen

2009-08-15 Thread Jon S. Berndt
:42 PM To: 'FlightGear developers discussions' Subject: Re: [Flightgear-devel] Printing Logging Values on FlightGear Screen Greetings, It may not be straightforward, but I can tell you how to send output from any JSBSim aircraft model in FlightGear to a stripchart program, which

Re: [Flightgear-devel] Printing Logging Values on FlightGear Screen

2009-08-15 Thread Jon S. Berndt
] Sent: Saturday, August 15, 2009 7:33 AM To: flightgear-devel@lists.sourceforge.net Subject: [Flightgear-devel] Printing Logging Values on FlightGear Screen Hi, I'm researching for weeks to understand FlightGear system. First, I tried to examine the source code of FlightGear project, it was

Re: [Flightgear-devel] Printing Logging Values on FlightGear Screen

2009-08-15 Thread Behlül UÇAR
I thank you dear Anders and Nicolas, Anders' method is more convenient for me because i want a permament display, from the very beginning of opening the simulator till the end. Both answers are appreciated, thank you very much. 2009/8/15 Nicolas Quijano > Hi, > You can also just open the prope

Re: [Flightgear-devel] Printing Logging Values on FlightGear Screen

2009-08-15 Thread Nicolas Quijano
Hi, You can also just open the property tree in-sim with /, browse to the desired property, shift-click on it, and it'll be on screen for that session. Convenient when you just need to check a few values that are not in your script(s) :) Ctrl-click toggles booleans from true to false. Cheers, Nic

Re: [Flightgear-devel] Printing Logging Values on FlightGear Screen

2009-08-15 Thread Anders Gidenstam
On Sat, 15 Aug 2009, Behlül UÇAR wrote: Hi, I'm researching for weeks to understand FlightGear system. Actually what i want to do is that I want to print some logging properties directly on the FlightGear screen. I couldn't see any information how to print something directly on the FlightGear s

[Flightgear-devel] Printing Logging Values on FlightGear Screen

2009-08-15 Thread Behlül UÇAR
Hi, I'm researching for weeks to understand FlightGear system. First, I tried to examine the source code of FlightGear project, it was hard though. Although I understood some basic things, such as which source file is needed for what, I couldn't go into details. Then, I researched the wiki page a