Ticket #38 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Updats Program - code attached

Reported by: sibion Assigned to: saua
Priority: minor Milestone: 0.4
Component: MIDlet Version: 0.3.2
Keywords: Cc:

Description

I updated 0.3.2 for a couple of things

1. Updated some Menu Options to tighten them up a bit in MainCanvas? and TracksForm? as well as the order, this may just be my preference

2. I also updated the NewTrackForm? to default the track name to CurrentDate?_Time, again this may just be my preference

3. The last think I did was implement a basic status tile and added a timer on the basic status tile and added the timer on the original status tile which looks great on the Pearl but not sure if my change for 8100 and Curve will look any good.

I appreciate the hard work you have put into this and thought I would share my input.

The only thing I could not figure out was how to write the final Time to the record store so that it could populate the Static view of the tracks when opening so I just defaulted that to either 00:00:00 or Not Tracking depending on the screen. I am sure that is a fairly easy fix for you though.

I tried to note where I made changes so if you search for SIB you will find where I made changes and there is a rough change log as well. Also, I am not a programmer but your code was easy enough to follow that I was able to navigate it so you may want to clean up my use of variables, etc. to make it a little cleaner.

SIB

Attachments

bbtracker_0322.zip (147.3 kB) - added by sibion on 08/24/07 02:05:02.
bbtracker directory

Change History

08/24/07 02:05:02 changed by sibion

  • attachment bbtracker_0322.zip added.

bbtracker directory

08/24/07 02:07:41 changed by sibion

  • priority changed from trivial to minor.
  • type changed from defect to enhancement.

08/24/07 08:06:18 changed by saua

  • status changed from new to closed.
  • resolution set to fixed.

Thanks a lot for your changes. I don't have time to look at them right now, but they look very promising, thanks.

Regarding issue #39: you can attach more than one file to a ticket, just not when you're creating it, that would be an extra step, but that's not a problem at all.

08/24/07 08:08:57 changed by saua

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone set to 0.4.

didn't mean to close this ticket

08/24/07 22:13:13 changed by saua

  • status changed from reopened to closed.
  • resolution set to fixed.

ad 1.) I've been tweaking the menus very similar to how you've done already and I've merged that part already.

ad 2.) I've not merged that yet, it's related to issue #25

ad 3.) I've polished the BasicStatusTile? and renamed it to DetailsTile? (which fits better IMHO). that has already been merged (see #18 and r93)

I've slightly modified the timer:

It now displays the time since the first point of a track was recorded. This is also displayed on static tracks (in addition to the absolute time of the track point on the details tile).

I've not yet merged the point age display in the small StatusTile?, since I can't find a way to display that in two-line mode (small font and/or big display) and I feel that the amount of information in two- and three-line mode must not be different. Right now it's only available on the details screen.

While you might find that I did modify your code quite a bit it was a great motivation boost for me and a great point to start of, thanks again!

(I'll close this bug now, for the remaing issue watch #25)