|
On page 244, where there are two samples of adding an EditField to a screen, the add(tmpField) should be changed to add(lastName):
EditField lastName;
lastName = new EditField();
// add the field to the screen
add(lastName);
and EditField lastName = new EditField("Last Name: ", "");
// add the field to the screen
add(lastName);
Sorry about that - it only proves what happens when you copy code from a working application and modify it without testing it.
|
|
Last Updated on Monday, 16 November 2009 08:38 |