Personal tools

Views

AIR:Books:Apollo for Adobe Flex Developers Pocket Guide:Errata

From Adobe Labs

(Redirected from Apollo:Books:Apollo for Adobe Flex Developers Pocket Guide:Errata)

This page contains corrections and updates to the the Apollo for Adobe Flex Developers Pocket Guide.

PDF Page Number * Paperback Page Number * Correction
20-22 15-17 To install the Apollo SDK for use with the Flex 2.0.1 SDK, follow the instructions at http://labs.adobe.com/wiki/index.php/Apollo:Documentation:Set_up_instructions_for_Flex_SDK_users.
23 17 Section: Building and Debugging the Hello World Application in Flex Builder 2.0.1

Point 2 currently reads:

2. Select File -> New (Control-N on Windows or c-N on a Mac). The New dialog box is displayed.

It should read:

2. Select File -> New -> Other (which brings up the wizards dialog box)
47 35 There is no HTMLEvent class. Change the following:
HTMLEvent.CONTENT_SCROLLED

To this:

Event.SCROLL
59 44 The examples for File.userDirectory just trace out the Documents and Settings or Users directory.

Per the definition just above, they should point to Documents and Settings/user name or Users/user name directory

64 48 The moving / renaming a file example resolves two directories, but never calls the moveTo() method. Add the following line to the end of the example:
 dir1.moveTo(dir2);
105-107 80-81 The cookbook example "Making a Window Cast a Shadow on the Desktop" does not work. In the alpha release of Apollo, there is now way to have the ApplicationWindow control cast a shadow on the desktop.

* The page numbering is different in the PDF version and the printed paperback version, due to differences in the page sizes.

Retrieved from "http://labs.adobe.com/wiki/index.php/AIR:Books:Apollo_for_Adobe_Flex_Developers_Pocket_Guide:Errata"