BlackBerry Development Fundamentals

What people have said about the book:

"What really amazed me about this book was that I learned quite a few things I never knew about the BlackBerry platform and I am not even a developer. Wargo does a brilliant job of explaining the whole infrastructure behind the BlackBerry ranging from BIS to BES to MDS to Push Services to all the different BlackBerry browsers."

Ronen Halevy
www.berryreview.com

 

Home Inside the Book Errata Chapter 11 - Page 244
Chapter 11 - Page 244 PDF Print E-mail

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
 
InformIT (Pearson Education)