creatorextension/com.nokia.s60tools.creator.help/html/gettingstarted/walk_through.htm
changeset 0 61163b28edca
child 25 eb17a7f7f320
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
       
     5 <title>Basic walk-through</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet">
       
     7 </head>
       
     8 <body>
       
     9 
       
    10 <h3>Basic walk-through</h3>
       
    11 <p>You can start the Creator Carbide.c++ Extension by selecting <b>File > New > Other > Carbide Extensions > Creator script file</b> or <b>Carbide > Creator Script Editor</b>.</p>
       
    12 <p>The basic steps for using Creator are:</p>
       
    13 <ol>
       
    14 <li><a href="../tasks/creating_xml_file.htm">Create the script file</a> as part of your project in Carbide.c++. </li>
       
    15 <li><a href="../tasks/adding_components.htm">Add components</a> (for example, contacts, messages, to-do items) into the script.</li>
       
    16 <li><a href="../tasks/run_in_device.htm">Upload the <i>.creatorxml</i> script file to a target device and run the script in the device</a>, or just send the <i>.creatorxml</i> file to the device (for example, via a Bluetooth or USB cable connection) and run it using the Creator S60 device application.</li>
       
    17 </ol>
       
    18 <p>You can edit scripts in the Creator tool at any time by modifying the component data or removing one or more components. For instructions, see <a href="../tasks/modifying_components.htm">Modifying components</a>.</p>
       
    19 <p><b>Tip:</b> Script files that have already been created are listed in the Project Explorer view of your workspace. In this case, you can also start the tool by right-clicking the XML file and selecting <b>Open With > Creator Script Editor</b>.</p>
       
    20 
       
    21 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    22 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    23 </body>
       
    24 </html>