creatorextension/com.nokia.s60tools.creator.help/html/reference/messages.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>Message components</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>Message components</h2>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
<p>The Message component types are: </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
<li>SMS</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
<li>MMS</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
<li>AMS</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
<li>Email</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
<li>Smart message</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
<li>Infrared (IR) message</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
<li>BT (Bluetooth) message</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
<p>You can either type in the needed values directly into the fields or select the <b>Random</b> component value options to let the S60 Creator tool generate message items randomly. </p><p>You can choose the <b>Item values</b> from the <b>Mode</b> field:</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
<li><b>Edit mode</b>: User can edit the field data</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
<li><b>Random &ndash; Default length</b>: Random data, default length</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
<li><b>Random &ndash; Custom length:</b> Random data, user edits the data length</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
<li><b>Random &ndash; Max length:</b> Random data, maximum length for the data</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
<li><b>Increase for each copy:</b> applied only with phone number fields in contacts, messages and logs. This mode is used together with the "amount" attribute. When the Increase for each copy mode is selected, phone number will increase for each copy of component created. For example, if phone number "12300" is given, the first copy will have phone number "123000", and the second copy will have "12301", third "12302" and so on. If the Amount attribute of Phone number is used, each copy will have a different phone number.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
<p>Note the following specifics about file usage and contact sets: </p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
<table width="500" border="1" cellspacing="1" cellpadding="2">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
<colgroup>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
<col width="42*">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
<col width="157*"></colgroup>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
<tbody>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
<tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
<td><b>SMS</b><br><b>Smart messages</b><br><b>IR messages</b><br><b>BT messages
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
</b></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
<td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
<li><b>From</b> (sender) and <b>To</b> (recipient): data can be taken from Contact sets. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
</ul></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
</tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
<tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
<td><b>MMS</b><br><b>AMS</b><br><b>Email</b></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
<td><ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
<li><b>Attachment path</b> defines the path from which an attached file is created on the device (by default, <i>c:\data</i>). </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
<li><b>Attachment file ID:</b> defines the format and identification for the attached file that is 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>. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
<li><b>From</b> (sender) and <b>To</b> (recipient): data can be taken from Contact sets. </li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
</ul></td>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
</tr>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
</tbody>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
</table>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
<h5>Related concepts</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
<li><a href="../concepts/contact_set.htm">Contact set</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
<h5>Related references</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
<li><a href="generic_items.htm">Generic component reference</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
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
    66
</body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    67
</html>