Changes between Version 1 and Version 2 of APP_STATUS_BAR_R0


Ignore:
Timestamp:
05/27/09 17:58:37 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_STATUS_BAR_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     8 
     9 * desc("optional  ") 
     10 * desc("ideas:") 
     11 * desc("current book, loading progress, download progress, etc, CAPS LOCK on, macro(script) recording") 
     12 
     13Create a status bar that allows status messages to be displayed. 
     14 
     15 * Q: Just one status at a time, or sectional?  (ie: Book:  New Book A, or Book New Book A; CAPS LOCK;  Loading: 50%) 
     16 * Q: Is this just text, or does it have any graphical component 
     17 * Q: Where does it show? 
     18 * Q: How do components communicate with it? 
     19 * Q: Could it also display logger messages or at least operate similar to logger? 
     20   
    1021 
    1122== Task requirements ==