Re: [Flightgear-devel] Display flightdata in chase view

2008-09-05 Thread Melchior FRANZ
* Melchior FRANZ -- 9/5/2008 12:47 PM: > * Manfred Janßen -- 9/5/2008 11:39 AM: >> WARNING: PUI: Too many live puInterfaces open at once! > > A few people have reported this error message, but unfortunately none of > them were capable of debugging it. Those who are never get it. :-) No, wait. Th

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-05 Thread Melchior FRANZ
* Manfred Janßen -- 9/5/2008 11:39 AM: > WARNING: PUI: Too many live puInterfaces open at once! A few people have reported this error message, but unfortunately none of them were capable of debugging it. Those who are never get it. :-) > var values = screen.window.new(10,150,4,1); > values

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-05 Thread Manfred Janßen
Hi, now it runs and I pu it into the %APPDATA%\flightgear.org\Nasal\ But I got a lot of warnings there: WARNING: PUI: Too many live puInterfaces open at once! And it works on a normal FG installation, but not at my DLL, but I did also aFlightüathtracking which I added with the Nasal and that works

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-04 Thread Melchior FRANZ
* Manfred Janßen -- 9/4/2008 9:58 AM: > Now it runs, I got an error that screen wasn't defined, solved it by > renaming param_print.nas to xparam_pring.nas ;-) Eeew! Had you put your local extension into the directory for local extensions (%APPDATA%\flightgear.org\Nasal\), then you wouldn't have h

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-04 Thread Manfred Janßen
Hi, sorry, errors in that code :( Now it runs, I got an error that screen wasn't defined, solved it by renaming param_print.nas to xparam_pring.nas ;-) Regards Manfred Manfred Janßen schrieb: > Hi Stefan, > > I did it an other way, because I only need some data. > But there is one little problem

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-04 Thread Melchior FRANZ
* Manfred Janßen -- 9/4/2008 9:37 AM: > values = screen.window.new(10,150,4,1); I assume the "var" got lost here in the copying process. Not that it's the cause of your problem ... > values.write("Heading: " ~ sprintf("%6.2f", Heading); closing parenthesis missing > values.write("Altit

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-04 Thread Manfred Janßen
Hi Stefan, I did it an other way, because I only need some data. But there is one little problem I can't solve at the moment: This code: values = screen.window.new(10,150,4,1); values.fg = [1, 1, 1, 1]; values.align = "left"; var displaydata = func{ Heading = getprop("/orientation/headin

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-01 Thread Manfred Janßen
Hi, that looks like that what I need, unfortunately I am using the flightgear as a dll and not the CVS/Head version. Is there any other way to display something into the screen? Regards Manfred Ron Jensen schrieb: > On Mon, 2008-09-01 at 15:57 +0200, Stefan Seifert wrote: > >> On Monday 01 Se

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-01 Thread Ron Jensen
On Mon, 2008-09-01 at 15:57 +0200, Stefan Seifert wrote: > On Monday 01 September 2008 15:44:50 Manfred Janßen wrote: > > Hi there, > > > > is it possible, to display some of the flight data, like heading, > > altitude, airspeed in the screen if flightgear is in chase view? > > And if, can you give

Re: [Flightgear-devel] Display flightdata in chase view

2008-09-01 Thread Stefan Seifert
On Monday 01 September 2008 15:44:50 Manfred Janßen wrote: > Hi there, > > is it possible, to display some of the flight data, like heading, > altitude, airspeed in the screen if flightgear is in chase view? > And if, can you give me a short hint where to search for that? Most of the time, you can

[Flightgear-devel] Display flightdata in chase view

2008-09-01 Thread Manfred Janßen
Hi there, is it possible, to display some of the flight data, like heading, altitude, airspeed in the screen if flightgear is in chase view? And if, can you give me a short hint where to search for that? Regards Manfred -- - Manfred Janßen My