Page 1 of 1

List of bugs

Posted: Fri Mar 20, 2015 1:48 pm
by OAL853 Nick Papandreou
Τάσο επειδή βλέπω ότι επανενεργοποιείσαι σου παραθέτω μία λίστα και κάποια bugs που έχουν εντοπιστεί το τελευταίο διάστημα ώστα αν βρεις χρόνο να τα κοιτάξεις.

1. X-Plane full support

Code: Select all

            If emptyWeight <> 0 Then ' FSX or P3D running
                Label19.Visible = True
                TB_Payload.Visible = True
                Dim payload As Double = ZeroFuelWeight - emptyWeight
                Dim thisPayload As Double = thisZFW - thisEW
                calcPayload = payload
                TB_Payload.Text = thisPayload.ToString("F1") & unitTitle
            Else 'fs9 or xplane running, get the emptyweight from the dispatch office
                Dim payload As Double = ZeroFuelWeight - disEmptyWeight
                Dim thisPayload As Double = thisZFW - thisDEW
                calcPayload = payload
                TB_Payload.Text = thisPayload.ToString("F1") & unitTitle
                If disEmptyWeight <> 0 Then 'Show payload when the weight values are retrieved from the dispatch office/when the user presses Start Flight
                    Label19.Visible = True
                    TB_Payload.Visible = True
                End If
            End If
2. Για τον υπολογισμό του Starting Gross Weight λαμβάνεται υπ όψιν το take off weight:

Code: Select all

&StartGW=" & (toWeight * 0.45359237).ToString("F1") & _
και για το End Gross Weight το landing weight.

Code: Select all

&EndGW=" & (lndWeight * 0.45359237).ToString("F1")
με αποτέλεσμα να υπάρχουν μικροδιαφορές με τις πραγματικές τιμές.

3. Private Function getAircraftData(airName As String)
Μπορούμε να στέλνουμε και το sminosid στο query του ACARSaircraft.asp? Έχουμε θέμα με το B19C της cargo. Αυτήν την στιγμή στο συγκεκριμένο query το SminosID='DEFAULT', εκτός αν υπάρχει κάποιος συγκεκριμένος λόγος που βολεύει το ACARS.

Re: List of bugs

Posted: Fri Mar 20, 2015 2:59 pm
by OAL956 Tasos Ionas
Νίκο θα το κοιτάξω με την πρώτη ευκαιρία (πιθανότατα και σήμερα).

Σε ευχαριστώ