creatorextension/com.nokia.s60tools.creator.help/html/gettingstarted/walk_through.htm
author Matti Hagman <ext-matti.hagman@nokia.com>
Wed, 15 Sep 2010 17:28:26 +0300
changeset 25 eb17a7f7f320
parent 0 61163b28edca
permissions -rw-r--r--
Creator Carbide Extension 1.3.0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<html>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
<head>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
<title>Basic walk-through</title>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
<link href="../../book.css" type="text/css" rel="stylesheet">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
</head>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
<body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
<h3>Basic walk-through</h3>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    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>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
<p>The basic steps for using Creator are:</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
<ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
<li><a href="../tasks/creating_xml_file.htm">Create the script file</a> as part of your project in Carbide.c++. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
<li><a href="../tasks/adding_components.htm">Add components</a> (for example, contacts, messages, to-do items) into the script.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    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>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
</ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    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>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    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>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
25
eb17a7f7f320 Creator Carbide Extension 1.3.0
Matti Hagman <ext-matti.hagman@nokia.com>
parents: 0
diff changeset
    21
<div id="footer">Copyright &copy; 2007-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
</body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
</html>