| Lesson 13 |
|
Page 318
|
Issue - Step 6 - DragManager and IUIComponent require import statements.
|
|
Solution - If not using code completion, manually add the following lines of code:
import mx.core.IUIComponent;
import mx.managers.DragManager;
|
|
Page 318
|
Issue - Step 9 - Says to check that the targetList_dragDropHandler event handler was created.
|
|
Solution - The event handler is actually named targetGrid_dragDropHandler.
|
|
Page 319
|
Issue - Step 12 - Says to place a breakpoint at the closing brace of targetList_dragDropHandler(event:DragDropEvent).
|
|
Solution - The function is actually targetGrid_dragDropHandler(event:DragEvent).
|
|
Page 327
|
Issue - Step 4 - Says to select Generate DragDrop Handler to automatically create the event handler.
|
|
Solution - The correct selection to create the event handler will be Generate MouseDown Handler.
|