Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread David Megginson
Norman Vine writes: > It would be nice if had a 'lint' like XML checker for all of the > 'properties' We get an error if the XML document is not well-formed, but not if there is an unrecognized property. There are lots of good reasons for keeping it that way. > Anyone know of an OpenSource a

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread Norman Vine
David Megginson writes: > > There was a typo "bindings" instead of "binding" -- it's fixed now. > It would be nice if had a 'lint' like XML checker for all of the 'properties' Anyone know of an OpenSource alternative to XMLSpy Norman ___ Flight

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread David Megginson
David Megginson writes: > > Do the > > LatLonFormatToggle > > or the > > AutoPilotAdjuster > > > > Work for anybody ??? > > I'll try to hunt down the problem with these. There was a typo "bindings" instead of "binding" -- it's fixed now. Thanks, David -- David Megginson, [EM

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread David Megginson
Norman Vine writes: > Do the > LatLonFormatToggle > or the > AutoPilotAdjuster > > Work for anybody ??? I'll try to hunt down the problem with these. All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ ___

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread David Megginson
Michael Basler writes: > > What versions of plib and G++ are you using? > > PLIB CVS as of today. GCC 2.95. I have a guess about what the problem might be -- it could be an STL problem in 2.95. If so, I should be able to work around it. All the best, David -- David Megginson, [EMAIL PR

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread Michael Basler
David, > What versions of plib and G++ are you using? PLIB CVS as of today. GCC 2.95. Regards, Michael -- Michael Basler, Jena, Germany [EMAIL PROTECTED] http://www.geocities.com/pmb.geo/ ___ Flightgear-devel mail

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread Norman Vine
Do the LatLonFormatToggle or the AutoPilotAdjuster Work for anybody ??? FWIW I added some printfs() and it does not appear if either of their 'launchers' is ever fired() Note: The AddWayPoint and PopWayPoint 'launchers' do print their debug messages Norman extern void AddWayPoint (puObject

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread Frederic Bouvier
From: "Michael Basler" <[EMAIL PROTECTED]> > Curt, > > > With the new "Air" dialog box, I'm running into a segfault. What I do > > to trigger the crash is first bringe up the "Air" dialog box, then I > > examine the data and decide I don't want to change anything, then I > > click ok. > ... > >

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread David Megginson
Michael Basler writes: > > With the new "Air" dialog box, I'm running into a segfault. What I do > > to trigger the crash is first bringe up the "Air" dialog box, then I > > examine the data and decide I don't want to change anything, then I > > click ok. > ... > > Seems to double my obse

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-19 Thread David Megginson
Curtis L. Olson writes: > With the new "Air" dialog box, I'm running into a segfault. What I do > to trigger the crash is first bringe up the "Air" dialog box, then I > examine the data and decide I don't want to change anything, then I > click ok. > > > The back trace lists a bunch of in

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-19 Thread Michael Basler
Curt, > With the new "Air" dialog box, I'm running into a segfault. What I do > to trigger the crash is first bringe up the "Air" dialog box, then I > examine the data and decide I don't want to change anything, then I > click ok. ... Seems to double my observation. Obviously it's not a Cygwin t

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-19 Thread Curtis L. Olson
David, With the new "Air" dialog box, I'm running into a segfault. What I do to trigger the crash is first bringe up the "Air" dialog box, then I examine the data and decide I don't want to change anything, then I click ok. The back trace lists a bunch of internal PUI calls and then dies in GUI/

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-19 Thread David Megginson
Curtis L. Olson writes: > I'm not sure your thinking on this, but the "Reset" option has > disappeared. That's kind of nice if you want to do a complete reset > of everything. I put the support in C++, but left it out of the XML by accident. It's there now. All the best, David -- David

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-19 Thread David Megginson
Bernie Bright writes: > The weather dialogs are not found unless the FG_ROOT environment variable is > set. Shouldn't this really be globals->get_fg_root() ? Good catch, thanks. It's fixed now. All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ ___

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-18 Thread Curtis L. Olson
David, I'm not sure your thinking on this, but the "Reset" option has disappeared. That's kind of nice if you want to do a complete reset of everything. Regards, Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities[EMAIL PROTECTED] [EMAIL

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-18 Thread Curtis L. Olson
Bernie Bright writes: > On Sat, 18 Jan 2003 12:39:32 -0500 > David Megginson <[EMAIL PROTECTED]> wrote: > > > The new XML-configured menubar is now the default for FlightGear; > > configure --with-old-menubar to get the old one (which I'll keep > > around for now, until we're sure the new one is w

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds,winds, and air

2003-01-18 Thread Bernie Bright
On Sat, 18 Jan 2003 12:39:32 -0500 David Megginson <[EMAIL PROTECTED]> wrote: > The new XML-configured menubar is now the default for FlightGear; > configure --with-old-menubar to get the old one (which I'll keep > around for now, until we're sure the new one is working OK). > > Please, everyone,

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread Norman Vine
Michael Basler writes: > > > That looks like it's just program output. Can you get a proper > > backtrace in gdb or some other debugger? > > This would imply me knowing how to use it. I am not a programmer, just an > ordinary poor physicist... > > I analyzed a core file with gdb once. However, FG

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread Michael Basler
Curt, David I already messed a bit around with gdb, but it always died. Mean issue was I set --fg_root= instead of fg-root= :-((( It now does run. However, after selecting the button in question, flightgear never dies completely. Instead, it hangs infinitely. I had to kill it manually. The trace

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread Curtis L. Olson
Typically you run fgfs from within gdb. Something like bash$ gdb fgfs gdb> run --fgfs-option1 --fgfs-option2 Then when you get a crash you can type: gdb> where To get a back trace. Regards, Curt. Michael Basler writes: > David, > > > That looks like it's just program output. Can you get

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread Michael Basler
David, > That looks like it's just program output. Can you get a proper > backtrace in gdb or some other debugger? This would imply me knowing how to use it. I am not a programmer, just an ordinary poor physicist... I analyzed a core file with gdb once. However, FG doesn't dump a core file toda

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread David Megginson
Michael Basler writes: > One issue: When I make a selection from the Weather menu the dialog box > opens as it should. However, after only pressing either OK or Cancel the > simulator silently dies with a stackdump as follows: > > _ > token = OBJECT_BASE name = 94

RE: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread Michael Basler
David, here's a report from a guinea pig. Recent CVS code including XML menu stuff compiles and runs fine on a Windows/Cygwin system with GCC2.95. I am really glad someone started to work on it. Hopefully, we can reduce the command line options to nearly zero. We'll gratefully add the new menu en

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread David Megginson
Curtis L. Olson writes: > One thing I'd like to have is a --disable-menu/--enable-menu option so > that we can have the menu start off by default if we want. Yes, I need to reinstate show/hide menu -- thanks for the reminder. All the best, David -- David Megginson, [EMAIL PROTECTED], http

Re: [Flightgear-devel] ANN: New Menu Bar; dialogs for clouds, winds, and air

2003-01-18 Thread Curtis L. Olson
David Megginson writes: > The new XML-configured menubar is now the default for FlightGear; > configure --with-old-menubar to get the old one (which I'll keep > around for now, until we're sure the new one is working OK). > > Please, everyone, give the new menubar a spin, and take a look at > $FG_