Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 76

The program for Using Fonts Dynamically doesn't work with fonts which name contains spaces.
The program requires 2 modifications to work:
1) Change de font name from "$name$_" to "{$name}$_" as indicated in page 75.
2) Chane the name of tag name in configuring tags dynamically so it don't contains spaces.

memo.garciasir 
Printed Page 717, 737
"after method" nad "repeat method" entries

Both the "after method" and "repeat method" entries in the index at the back of the 11/04 printing refer the reader to page 287, but there is no material describing the after() and/or repeat() methods of the MainWindow on this page.

In fact, a search of Chapter 15 failed to find such material either, other than a brief mention of their existence under TIMER_EVENTS on page 357.

I finally stumbled on some documentation for these methods in Chapter 13 on pages 305-306. The index should be updated accordingly, and ideally the TIMER_EVENTS sub-paragraph should refer to the Chapter 13 material too.


Anonymous