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 *); static bool do_ap_add_waypoint_dialog (const SGPropertyNode * arg) { cout << "do_ap_add_waypoint_dialog" << endl; AddWayPoint(0); return true; } extern void PopWayPoint (puObject *); static bool do_ap_pop_waypoint_dialog (const SGPropertyNode * arg) { cout << "do_ap_pop_waypoint_dialog" << endl; PopWayPoint(0); return true; } extern void fgAPAdjust (puObject *); static bool do_ap_adjust_dialog (const SGPropertyNode * arg) { cout << "do_ap_adjust_dialog" << endl; fgAPAdjust(0); return true; } extern void fgLatLonFormatToggle (puObject *); static bool do_lat_lon_format_dialog (const SGPropertyNode * arg) { cout << "do_lat_lon_format_dialog" << endl; fgLatLonFormatToggle(0); return true; } _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel