PDA

View Full Version : Panel Input Increments



Weather
10-22-2007, 05:20 PM
Hello everyone

Most of my panels seem to resort back to increments of 10 for inputs like heading, speed, course, etc. I'm sure I've hit something to cause it and it's not occurring on all panels. So, I'm looking for a text line for my configuration files. Any suggestions.

Thanks weather

n4gix
10-23-2007, 01:59 PM
The typical cause of such a problem is that one (or more) of the gauges is calling an Event continuously (known as a "race condition").

This interferes with FS recognizing mouse clicks and keyboard inputs.

The solution is to identify which of the gauges is at fault, and then either fix the gauge, or replace it with one that doesn't cause a problem.