December 18, 200223 yr I would like to add popup descriptions (those which appear when the mouse pointer is moved oversome gauges) to several gauges which do not have them. Can anyone explain how to do this?I have looked through the Microsoft AircraftPanels_SDK files, in particular the Panels SDK.doc.The section headed Mouse Rectangles talks about this procedure (MS calls these popups ToolTips),and also the associated HelpIDs.doc, which lists all the available popups. I have tried seaching some of the FS2002 .gau files to find the part which defines Mouse Rectangles parameters but without success so far. However my file viewers show .gau files mainly as unintelligible characters with only a few normal words interspersed, so I don't seem to have the right software to do much with .gau files. Maybe I need a C++ compiler? Or does someone have an addon which simplifies the process?Lotus2
December 18, 200223 yr What you really need is a gauge de-compiler! Visit http://www.pacificnet.net/~bruceh/gaugedump.html , it is shareware.If you do decompile the gauge then you will need a compiler. See sd2gau13.zip by Dai Griffiths. Bill Sieffert
December 19, 200223 yr Following on my earlier reply, a Google search on Gaugedump brought up 17 references, including a link to Bruce Hellstrom's site where he offers this product. I need to check with him though if it is OK for FS2002, as he only mentions FS2000.Thanks again for your help.
December 19, 200223 yr Author The gauge decompiler will only show the basic template.Its not very usefull if one wants to know the inner workings of a particular gauge.Regards.Ernie.
December 19, 200223 yr It will work for fs2002! The workings for the "C"-style gauges didn't change in fs2002. Bill Sieffert
Create an account or sign in to comment