Changes between Version 15 and Version 16 of UseAxdt

Show
Ignore:
Timestamp:
07/14/09 13:54:33 (14 months ago)
Author:
mb0
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseAxdt

    v15 v16  
    1  
    2  
    3 = Use Axdt = 
     1= Axdt Documentation = 
    42[[TOC]] 
    53 
    6 == Screencast(s) == 
    74There is an [http://axdt.blip.tv/file/982531/ old screen cast] describing the installation and first use for version '''0.0.2'''. 
     5 
     6> The documentation is not complete. 
    87 
    98== User documentation == 
     
    1716==== Create Project ==== 
    1817 1. Open AXDT Perspective '''''"Window" > "Open Perspective" > "Other..." > "AXDT"''''' 
    19    * If the AXDT Perspective is not shown in the list Read InstallAxdt again. 
     18   * If the AXDT Perspective is not shown in the list read the [wiki:InstallAxdt installation instructions] again. 
    2019 1. Create a sample project '''''"New" > "Projekt..." > "AXDT" > "AXDT Project" > name="test"''''' 
    2120 1. Right now the layout should look like this:  
     
    6362}}} 
    6463 1. You can now select the launcher with '''"Run as.."''' > '''"Compile and Open a SWF File"''' 
    65  1. The compilation progress either is shown in the ''Progress View'' or the bottom right corner of the window. 
    66  1. You can open up a ''Console View'' to view the the compiler output like compilation errors. 
     64 1. The compilation progress is shown in the ''Progress View'' or the bottom right corner of the window. 
     65 1. A ''Console View'' opens up. It shows the compiler output. 
    6766 1. As soon as the swf file is compiled the deploy folder will appear and the swf view will open. 
    6867   * If you see a blank page refer to GuideViewer for now and set up you eclipse browser. 
    69  1. You can test the "As3Test.swf" and click on the canvas to create circles. 
     68 1. You can now test the "As3Test.swf" and click on the canvas to create circles. 
    7069==== Compile Mxml File ==== 
    7170 1. ''mxml'' files are also accepted as build targets. Use the wizard to create a MXML File within the project '''''"New" > "MXML File" > name="!MxmlTest"'''''