Difference between revisions of "BTP300A Team 2 Bugs Report"
(→TEAM 1 - Pedro Bellesa || David Gousvaris) |
|||
Line 6: | Line 6: | ||
Working on Display function. | Working on Display function. | ||
− | * Problems with cursor positioning | + | * Problems with cursor positioning. |
==Week 3 == | ==Week 3 == | ||
Line 12: | Line 12: | ||
Working on Edit function: | Working on Edit function: | ||
* RIGHT, LEFT and BACKSPACE. | * RIGHT, LEFT and BACKSPACE. | ||
+ | * Not sure how to use curPosition and strOffset. | ||
+ | |||
+ | ==Week 4 == | ||
+ | Working on Edit function: | ||
+ | * RIGHT, LEFT and BACKSPACE working. | ||
+ | * HOME, END and exit keys working. | ||
+ | * Correctly using curPosition and strOffset after changing logic (sending pointers to display function). | ||
+ | * Problems overstriking characters in field. |
Revision as of 15:27, 27 September 2013
TEAM 2 - Pedro Bellesa || David Gousvaris
Week 1
Reading Assignment documents.
Week 2
Working on Display function. * Problems with cursor positioning.
Week 3
Display Function working. Working on Edit function: * RIGHT, LEFT and BACKSPACE. * Not sure how to use curPosition and strOffset.
Week 4
Working on Edit function: * RIGHT, LEFT and BACKSPACE working. * HOME, END and exit keys working. * Correctly using curPosition and strOffset after changing logic (sending pointers to display function). * Problems overstriking characters in field.