Closed GoogleCodeExporter closed 8 years ago
I bet that the titles are set by code. Did you searched for the original text
inside the source?
Original comment by ka...@gmx.de
on 20 Nov 2012 at 8:20
Hi Ka...
I've not yet examined the rest of the source code for possible title-setting,
but that's the logical next step. Stay tuned. :-)
-MV
Original comment by markevogt
on 21 Nov 2012 at 3:20
ka,
Yup - though there WERE values set for the various (6 actually)
quickView1.desc, quickView2.desc, etc properties, these are OVERRIDDEN at
Application Launch Time from a MainV2.config[] array...
Me?
I created a new method "FlightData.UpdateQuickViewLabels()", called it from
the MainV2 form's FlightData_Click() event handler, defined this method in
the Flightdata.cs codebehind file, and called it just before the
ShowScreen("FlightData") method is called. This follows an
already-established pattern I saw present in the codebase.
Seems to work; the labels on all the quickView controls now include UNITS,
making it easier to keep track of...
Original comment by markevogt
on 24 Nov 2012 at 11:22
Original comment by Meee...@gmail.com
on 27 Nov 2012 at 10:29
Original issue reported on code.google.com by
markevogt
on 20 Nov 2012 at 3:13