1
edit
Changes
→TEAM COMMUNICATION SECTION
* we prob need to make some adjustments to console.edit()<br />
* There were some issues with CDialog that could mess up your testing of the classes. cdialog::edit was not updating _curidx. this issue seems to be fixed now.<br />
you can find the updated cdialog in dkgurr/R0.3. you will also need to use the updated editlist.cpp and editlist.h to use the updated cdialog.cpp<br />-David <br />
NOV 15: Added bool method to DLList class to return if list is empty. Used this to reduce code in CDialog::editable() method.<br />
CButton::edit needs to be changed so that before the method finishes the square brackets around the text are overwritten with white space.<br />