Changes between Version 2 and Version 3 of APP_SIMPLE_DIALOGS_R0
- Timestamp:
- 01/20/09 18:25:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_SIMPLE_DIALOGS_R0
v2 v3 8 8 9 9 == 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 child es.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 children. 11 11 12 12 == Task requirements == … … 14 14 * OK and Cancel buttons - Cancel button is optional and redo the changes. Bought buttons close the dialog. 15 15 * 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 child es, and determines basic layout functionality.17 You could add as a child escommon input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements.16 There 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. 17 You could add as a children common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements. 18 18 19 19 == Task result == … … 28 28 * create a test environment and place a button that evoke an instance of simple dialog. 29 29 * 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. 31 32 32 33 = Design =