Changes between Version 2 and Version 3 of APP_SIMPLE_DIALOGS_R0


Ignore:
Timestamp:
01/20/09 18:25:37 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_SIMPLE_DIALOGS_R0

    v2 v3  
    88 
    99== Overview == 
    10 There should be common way of creating dialogs. This class should provide the ability to create and close the dialog as well as to add, remove and interact with dialog childes. 
     10There should be common way of creating dialogs. This class should provide the ability to create and close the dialog as well as to add, remove and interact with dialog children. 
    1111 
    1212== Task requirements == 
     
    1414 * OK and Cancel buttons - Cancel button is optional and redo the changes. Bought buttons close the dialog. 
    1515 * message or error message - plane selectable but not editable text text. Also optional. 
    16 There should be easy to use interface that populate the data inside the dialog, allows you to add and remove childes, and determines basic layout functionality.  
    17 You could add as a childes common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements. 
     16There should be easy to use interface that populate the data inside the dialog, allows you to add and remove children, and determines basic layout functionality.  
     17You could add as a children common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements. 
    1818 
    1919== Task result == 
     
    2828 * create a test environment and place a button that evoke an instance of simple dialog. 
    2929 * see if you can operate with this dialog. 
    30  * add some childes in this instance. 
     30 * add some children in this instance. 
     31 * test if it works out of the test environment. 
    3132 
    3233= Design =