Difference between revisions of "OOP244 - Success Project Dev Page - 20101"
(Test 8 Error) |
m (Issue test 8 fixed.) |
||
Line 106: | Line 106: | ||
|- | |- | ||
− | | Test 8 currently has errors. Can't move up or down in the menu and it's not responsive to the space key to select each one. || Jun 22 2010 || mjschranz || | + | | Test 8 currently has errors. Can't move up or down in the menu and it's not responsive to the space key to select each one. || Jun 22 2010 || mjschranz || mjschranz || 06/22/2010 |
|- | |- | ||
|} | |} |
Revision as of 21:54, 22 June 2010
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Function | Member Responsible | Status |
---|---|---|
void iof_init() | jquan4 | Completed |
void iof_end() | jquan4 | Completed |
int iof_rows() | apliats | Completed |
int iof_cols() | apliats | Completed |
void iof_clrscr() | ibalzamova | Completed |
void iof_flush() | ibalzamova | Completed |
int iof_getch() | mjschranz | Completed |
void iof_movecur(int r, int c) | mjschranz | Completed |
void iof_putch(int c) | mjschranz | Completed |
void iof_prntstr(const char* str) | jquan4 | Completed |
Part 2- complex functions
Keys | Member Responsible | Status |
---|---|---|
BACKSPACE_KEY | jquan4 | Completed |
LEFT_KEY | jquan4 | completed |
RIGHT_KEY | jquan4 | completed |
HOME_KEY | apliats | Completed |
DEL_KEY | apliats | Completed |
END_KEY | mjschranz | Completed |
TAB_KEY | apliats | - |
ESCAPE_KEY | ibalzamova | Completed |
INSERT_KEY | jquan4 | completed |
ENTER_KEY | jquan4 | completed |
UP_KEY | jquan4 | completed |
DOWN_KEY | jquan4 | completed |
PGUP_KEY | jquan4 | completed |
PGDN_KEY | jquan4 | completed |
F1_KEY To F12_KEY | jquan4 | completed |
Overstrike mode | jquan4 | completed |
insert mode | jquan4 | completed |
initial corrections | jquan4 | completed |
functions | Member Responsible | Status |
---|---|---|
void iof_display() | ibalzamova | Completed |
void iof_displayflag() | mjschranz | Completed |
int iof_flag() | mjschranz | Completed |
void iof_displayMenuItem() | ibalzamova | Completed |
int iof_menuItem() | apliats | Completed |
Problem description, suggestions, guesses etc. | Date discovered | Discovered by | Fixed by | Date fixed |
---|---|---|---|---|
Revision 74 was not in compile state because datalen was already defined at the top of iof.c | 06/21/2010 | jquan4 | jquan4 | 06/21/2010 |
I put in a trunk test main and tried to run it. Our code didn't pass test#6. I was able to check and uncheck box but wasn't able to move to the next check box using the right key | Jun21 23:30 | apliats | mjschranz | 06/22/2010 |
Test 8 currently has errors. Can't move up or down in the menu and it's not responsive to the space key to select each one. | Jun 22 2010 | mjschranz | mjschranz | 06/22/2010 |