Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Comment on revision r942 in ndt

Subject: NDT-DEV email list created

List archive

[ndt-dev] Comment on revision r942 in ndt


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Comment on revision r942 in ndt
  • Date: Sat, 22 Feb 2014 19:17:57 +0000

Comment by
:

Line-by-line comments:

File: /branches/FlashIssue115/flash-client/src/GUI.as (r942)
===============================================================================

Line 171: textFormat.font = "Verdana";
-------------------------------------------------------------------------------
It's not easy to note this text. How about making the font bold?
Line 183: _progressText.text = "Tests completed: " + progress + "%";
-------------------------------------------------------------------------------
I think it would make more sense to show the number of tests run and the number of all the tests.
E.g.,
"Completed 0 of 3 tests"
"Completed 1 of 3 tests"
"Completed 2 of 3 tests"
"Completed 3 of 3 tests"

For more information:
https://code.google.com/p/ndt/source/detail?r=942


  • [ndt-dev] Comment on revision r942 in ndt, ndt, 02/22/2014

Archive powered by MHonArc 2.6.16.

Top of Page