floydg
Posts: 2052
Joined: 6/27/2004 From: Middletown, NJ Status: offline
|
quote:
ORIGINAL: floydg quote:
ORIGINAL: ny59giants Sorting by various numbers whether it be by ID number, delay, or other factors, the WitPTracker does so by the first number, not in chronological order. I was just looking at LCU Production and when you sort by "delay" if the first digit is a 1, then all those with a "delay" of 1, 17, 153, 1201 (as examples) come up first then 2's, etc.. It makes sorting in a chronological or in sequence impossible and that column useless unless you go through it manually (which defeats some of the purpose of WitPTracker). Yeah, I was supposed to fix that and forgot.. This is a common problem with trying to sort numbers using an ASCII sort (which is what Java is doing here). It'll be at the top of my list for 1.1.1 Okay, I think I figured how to do this smoothly. It also gives me an opportunity to group things better when you sort by location. Here is a proposal: - Ship panel: ships in bases, then ships in TF, then ships delayed, then ships sunk - LCU panel: LCUs on the ground, then LCUs on ships, then LCUs delayed - Air Groups panel: Air Groups at a base, then Air Groups on ships, then Air Groups delayed What do you think?
|