[Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Melchior FRANZ
* Jim Wilson -- Wednesday 13 April 2005 22:32: In some cases you really need slightly more (but still brief) information and not just a table of key bindings to get started. A scrolling text window that always displays content from a particular property would do the trick. Done. It was

Re: [Flightgear-devel] RE: Unknown IO option

2005-04-14 Thread Luuk van Hal
I'm still working on the unknow IO option but now I have some doubts about my way of compiling because it seems that none of my changes help. Every time I adjust my code, I save the file and I do: ./configure , make , make install .does it work this way? Regards Luuk

Re: [Flightgear-devel] RE: Unknown IO option

2005-04-14 Thread Erik Hofman
Luuk van Hal wrote: I'm still working on the unknow IO option but now I have some doubts about my way of compiling because it seems that none of my changes help. Every time I adjust my code, I save the file and I do: ./configure , make , make install .does it work this way? Normally it isn't

RE: [Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Vivian Meazza
Melchior FRANZ wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:flightgear-devel- [EMAIL PROTECTED] On Behalf Of Sent: 14 April 2005 10:54 To: flightgear-devel@flightgear.org Subject: [Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22,1.23 dialog.hxx, 1.7,

[Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Melchior FRANZ
* Vivian Meazza -- Thursday 14 April 2005 13:40: We, or rather the code, already know what the keys are. Any chance of generating this automatically, along the lines of the keys descriptions you already do? As I said already: * Melchior FRANZ -- Wednesday 13 April 2005 23:52: | Someone could

RE: [Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Vivian Meazza
Melchior FRANZ wrote: * Vivian Meazza -- Thursday 14 April 2005 13:40: We, or rather the code, already know what the keys are. Any chance of generating this automatically, along the lines of the keys descriptions you already do? As I said already: * Melchior FRANZ -- Wednesday 13

Re: [Flightgear-devel] RE: Unknown IO option

2005-04-14 Thread Curtis L. Olson
Luuk van Hal wrote: I'm still working on the unknow IO option but now I have some doubts about my way of compiling because it seems that none of my changes help. Every time I adjust my code, I save the file and I do: ./configure , make , make install .does it work this way? Once you have run

[Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Jim Wilson
From: Melchior FRANZ snip Here's a snapshot: http://members.aon.at/mfranz/help2.jpg [60 kB] snip Nice! Best, Jim ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Jim Wilson
From: Melchior FRANZ snip Not done, because it's not needed yet. The respective aircraft maintainers are expected to keep their text column narrow enough. This will work ok at 640x480 without a scroll-able wrap-able text widget? snip I've added those entries to almost all aircraft

[Flightgear-devel] SG_LOG output?

2005-04-14 Thread Luuk van Hal
Where can I find the output of SG_LOG? Because I don't get any output on the command line. Or can I use printf / cout? (these commands don't seem to work either) Regards Luuk ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org

[Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Melchior FRANZ
* Jim Wilson -- Thursday 14 April 2005 16:36: This will work ok at 640x480 without a scroll-able wrap-able text widget? Yes and no. (1) no, some of the dialogs will not find place in 640x480 (2) just like a few other dialogs (Fuel payload (depending on a/c), Weather Conditions) (3) using

Re: [Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Andy Ross
Jim Wilson wrote: Melchior FRANZ wrote: Not done, because it's not needed yet. The respective aircraft maintainers are expected to keep their text column narrow enough. This will work ok at 640x480 without a scroll-able wrap-able text widget? FWIW, we also need word wrapping to support

Re: [Flightgear-devel] RE: Unknown IO option

2005-04-14 Thread Roy Vegard Ovesen
On Thursday 14 April 2005 12:28, Luuk van Hal wrote: I'm still working on the unknow IO option but now I have some doubts about my way of compiling because it seems that none of my changes help. Every time I adjust my code, I save the file and I do: ./configure , make , make install .does

Re: [Flightgear-devel] SG_LOG output?

2005-04-14 Thread Roy Vegard Ovesen
On Thursday 14 April 2005 16:33, Luuk van Hal wrote: Where can I find the output of SG_LOG? Because I don't get any output on the command line. Or can I use printf / cout? (these commands don't seem to work either) This might not be what you are looking for, but you can set the log level with

Re: [Flightgear-devel] Re: CVS: FlightGear/src/GUI dialog.cxx, 1.22, 1.23 dialog.hxx, 1.7, 1.8

2005-04-14 Thread Nick Coleman
On Fri, 15 Apr 2005 01:34, Melchior FRANZ wrote: BTW: there is also your requested scrollable text field. And if some maintainer feels like using it for the keys, I won't stop him. Looks like this: http://members.aon.at/mfranz/help3.jpg [30 kB] Great! Thanks Melchior. As a general

[Flightgear-devel] Flight sim jobs

2005-04-14 Thread Curtis L. Olson
I forget if we have a policy for posting job listing here, but if anyone is interested in taking a look at a 6-12 month contracting position in Santa Clara, CA for a large defense contractor doing simulation work, feel free to contact me offline and I can pass along details. This is not an

Re: [Flightgear-devel] Flight sim jobs

2005-04-14 Thread John Wojnaroski
Color me crazy, but it might be a way to help pay for some of this 747 stuff JW Curtis L. Olson wrote: I forget if we have a policy for posting job listing here, but if anyone is interested in taking a look at a 6-12 month contracting position in Santa Clara, CA for a large defense contractor