Part 2 - RELEASED - AirNav RadarBox 2009 - 3.0 Beta

Started by AirNav Development, June 28, 2009, 11:51:54 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

FlyOverMe

Things may have moved beyond patch 1 I'm guessing :)

AirNav Support

We are trying to get the drivers for Vista64bit but tying to navigate round the various different paths that Microsoft has to get it ready. It will get there eventually.
Contact Customer/Technical support via:
http://www.airnavsystems.com/contact.html
[email protected]

rnsavage

Question/Issue on Altitude - something seen on V2 and V3 Beta.

Why do some get logged in MyLog with leading zeros, and some that don't

Example, I have Start Altitude of 00095 on 19/06/09 for D-ABIM then 20 on 19/6/09, and then on 14/7/09 I have this as 01100.

Then in MyFlights, if I filter on Altitude < 5000, I get everthing, and just worked out that that needs to be < 05000, but in the Altitude field in MyFlights they don't have a leading zero.

I would assume Altitude is logged in the database as a numeric field, so should be fairly straight forward to program this, and any Altitude to have 'ToNum' applied to it, regardless of what comes from the ADSB info.

Rick

tarbat

Quote from: rnsavage on July 14, 2009, 08:52:49 AMI would assume Altitude is logged in the database as a numeric field

Start and End Altitudes are stored as varchar(6).

rnsavage

Thanks Tarbat

Any reason why this is the case?

Rick

tarbat

Quote from: rnsavage on July 14, 2009, 09:05:17 AMAny reason why this is the case?

It was a compromise when the database was first designed.  All fields were originally defined as TEXT, which was less than ideal.  I recommended that fields were re-defined to something more suitable, but by then most of the programming had already been done based on TEXT fields.  So VARCHAR was the best compromise which I implemented on behalf of Airnav.

atcukmatty


AirNav Development

We will release Patch 2 in 2 to 5 days. We are just awaiting for the answer of 2 beta testers on some pending items.
Contact Customer/Technical support via:
http://www.airnavsystems.com/contact.html
[email protected]

dumpty

Quote from: AirNav Development on July 15, 2009, 04:56:49 PM
We will release Patch 2 in 2 to 5 days. We are just awaiting for the answer of 2 beta testers on some pending items.

Have I missed patch 1?

slipdog

Hi,
Without sounding too stupid!
Are the patches just for the beta testers? (i cant seem to find them anywhere)
Also i've been running v3 beta but i'm struggling to find any differences between v2 and v3
Cheers
Rich

Allocator

The patches are part of the closed beta testing.  These versions of the software are experimental and are aimed at solving particular issues and are therefore not suitable for general release.

All beta software is test software, but the patches are experimental software.

slipdog

Found a bit of a bug tho but i dont know if it was in v2 also.

When selecting to filter for my local airport EGNX at top of screen (to just view flights to and from EGNX)

When de-selecting for a minute i noticed a flight from KSDF via KPHL to EGNX but it wont show when the airport filter is on.

So i think a bit of code needs tweeking to check for the filter airport if there is an airport via in the flight details too.
Hope you get what i mean.

Not sure if its been mentioned before.
Rich.

RodBearden

As Allocator says, the Patch versions are just being tested by the closed group of Beta testers at the moment - most gremlins have beed wrestled to the ground now - just a couple of stubborn ones are still standing!

See the first post in this thread for differences between versions 2 and 3.

Rod
Rod

Terre


slipdog