SE401:Group32:July 22

From Marks Wiki
Revision as of 05:21, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (7 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Implementation

Tables

  • Do not exist in J2ME
  • Can create them by extending the CustomItem object
    • Sun's WTK example does this. It has an example Table that we tried to use to test.
  • We have decided to put this on hiatus and ask for Ian's opinion since every developer's implementation is different and it will be difficult to test what we don't know anything about.

Components to fully complete

  • Datefield => DONE
  • Alert => DONE
  • Gauge => DONE
  • Canvas (image) => IN PROGRESS

Additional Thoughts

  • Regarding what Ian said about the test result not EXACTLY passing. Some of examples where this could happen:
  1. When timing performance/alert pop-ups. Execution could be say within 95% of the expected value
  2. When testing the aesthetics. 2 out of 5 components may pass the layout test.

PC side

  • Brightened up the GUI
    • Changed colours
    • Added cancel button
    • Added view results button