creatorextension/com.nokia.s60tools.creator.help/html/reference/generic_items.htm
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 25 eb17a7f7f320
permissions -rw-r--r--
initial EPL conversion
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>Generic component reference</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
<h2>Generic component reference</h2>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
<p>The following fields are included for all component types in Creator Script Editor: </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
<table width="500" border="1" cellspacing="1" cellpadding="2">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
<colgroup>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
<col width="53*">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
<col width="146*"></colgroup>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
<tbody>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
<tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
<td><b>Amount</b> </td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
<td><p>Defines how many entries of the selected component are created on the script. If this field is empty, the default is one entry. </p></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
</tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
<tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
<td><b>Set all values as random with length</b></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
<td><p>Defines how the S60 Creator tool will randomly pick the values for all items: </p><ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
<li><b>Default:</b> the typical length of an item, for example, the length of a contact's name. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
<li><b>Maximum:</b> S60 Creator tool will generate as much data as allowed for a given component type. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
<li><b>Custom length:</b> the value is show in the <b>Item value</b> field. You can add the custom length manually in the Item value field, or select from the <b>Mode</b> drop-down list.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
</ul></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
</tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
</tbody>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
</table>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
<p></p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
<p>The following table provides more information on specific handling of some fields. Note that it is important to enter data in the correct format, unless you use random values.</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
<p><b>Tip:</b> For additional guidance, follow the instructions available on the Creator component dialogs.</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
<table width="500" border="1" cellspacing="1" cellpadding="2">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
<colgroup>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
<col width="40*">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
<col width="159*"></colgroup>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
<tbody>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
<tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
<td><b>Date time</b></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
<td><p>In date and time fields, the data should be entered as:</p><ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
<li><i>YYYY-MM-DD</i> (for year-month-date), </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
<li><i>T</i> (a separator between date and time), </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
<li><i>HH:MM:SS</i> (for hour-minute-second). </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
</ul><p>For example: <i>2008-03-03T12:45:30</i></p></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
</tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
<tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
<td><b>Landmark</b></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
<td><p>For the geographical coordinates of the location, enter the numerical values in the following format: <i>-nn.nnnn - nn.nnnn</i>, which is used in XML. </p><ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
<li><b>Latitude:</b> positive value means North, negative value means South, and zero is the Equator. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
<li><b>Longitude:</b> positive value means East, negative value means West, and zero is the Prime Meridian. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
<li><b>Altitude:</b> zero point is the sea level. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
</ul><p>For example: <i>139.9194 35.6361</i> </p></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
</tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
<tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
<td><b>Files</b></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
<td><ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
<li><b>Directory:</b> defines which types of files are created to the device. By default, the directory path is <i>c:\data</i>. To change the location, type the new directory here. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
<li><b>Type:</b> defines the file format and identification for the file types created on the device. For example, in the case of the JPEG file format, three different identifications are possible: 200kB, 25kB and 500kB. For a list of supported file types in the current release, see the <a href="../release_notes.htm#features">Release Notes</a>. You can also add <b>DRM encryption</b> to files in the <b>Item type</b> field. <b>Note!</b> For the <b>Accumulated</b> and <b>Interval </b> fields, only the following format for duration is supported: <b>PnYnMnDTnHnMnS.</b> For example,  "P3Y6M4DT12H30M5S" represents a duration of "three years, six months, four days, twelve hours, thirty minutes, and five seconds".</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
<li>If you leave the <b>Type</b> field empty, an empty directory is created.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
</ul></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
</tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    66
</tbody>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    67
</table>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    68
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    69
<h5>Related references</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    70
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    71
<li><a href="contacts.htm">Contact components</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    72
<li><a href="messages.htm">Message components</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    73
<li><a href="calendar.htm">Calendar components</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    74
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    75
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    76
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    77
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
    78
</body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    79
</html>