core/com.nokia.carbide.cpp.doc.user/html/tasks/Multi-BitmapFile.html
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 987 77469bd2d10b
child 1207 e265bbe56eb0
permissions -rw-r--r--
merge from RCL_2_0 to default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
cawthron
parents:
diff changeset
     2
<title>Creating an MBM File in Modifying Resources</title>
cawthron
parents:
diff changeset
     3
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     4
</head>
cawthron
parents:
diff changeset
     5
   <body>
cawthron
parents:
diff changeset
     6
<h2>Creating an MBM File</h2>
cawthron
parents:
diff changeset
     7
<p>
cawthron
parents:
diff changeset
     8
		Symbian OS programs typically store bitmaps for application icons or
cawthron
parents:
diff changeset
     9
		other purposes in the Symbian OS multi-bitmap (MBM) file format, as described
cawthron
parents:
diff changeset
    10
		in <a href="../concepts/MBMDefWizard.html">MBM File</a>. The Edit MBM/MIF Contents or Edit MBM Contents window allows you to create an MBM file.</p>
cawthron
parents:
diff changeset
    11
	 <div class="step">
cawthron
parents:
diff changeset
    12
	   <h4>
cawthron
parents:
diff changeset
    13
		  To create an MBM file</h4>
cawthron
parents:
diff changeset
    14
   </div>
cawthron
parents:
diff changeset
    15
	 <ol> 
cawthron
parents:
diff changeset
    16
		<li> 
cawthron
parents:
diff changeset
    17
		 In the Symbian Project Navigator view double-click  a .mmp file (Figure 1) to open the <b>MMP Editor</b> (Figure 2).
cawthron
parents:
diff changeset
    18
		   <p align="center"><img src="projects/images/AIF_editor_mmp_symprojnav.png" width="271" height="261" /></p>
cawthron
parents:
diff changeset
    19
		   <p align="center" class="figure">Figure 1- MMP File </p>
cawthron
parents:
diff changeset
    20
	   </li>
cawthron
parents:
diff changeset
    21
	    <li>
cawthron
parents:
diff changeset
    22
       In the <b>Sources</b> tab under the <b>Resources</b> group, select <b>Bitmaps</b> </li>
cawthron
parents:
diff changeset
    23
cawthron
parents:
diff changeset
    24
	    <p align="center"><img src="projects/images/mmpeditor_addbitmap.png" width="581" height="383" /></p>
cawthron
parents:
diff changeset
    25
	 <p align="center" class="figure">Figure 2 - MMP Editor</p>
cawthron
parents:
diff changeset
    26
	 <li>Click <b>Add</b> to display the <b>Edit MBM Contents</b> window (Figure 3)</li>
cawthron
parents:
diff changeset
    27
 
cawthron
parents:
diff changeset
    28
	 <p align="center"><img src="projects/images/MBM_editor.png" width="900" height="600" /></p>
cawthron
parents:
diff changeset
    29
	 <p class="figure">Figure 3 - MBM Editor  </p>
cawthron
parents:
diff changeset
    30
	 <p>You can now use the MBM Editor to add bitmaps, with and without masks, to the MBM file.</p>
cawthron
parents:
diff changeset
    31
    <li>Enter a name for the mbm file in the <b>Target file</b> text box.</li>
cawthron
parents:
diff changeset
    32
	<li>Add bitmap files to the editor by using the <b>Add From Project</b> or <b>Add From Filesystem</b> buttons.</li>
cawthron
parents:
diff changeset
    33
    </ol>
cawthron
parents:
diff changeset
    34
	   <p>Additional information for the MBM editor fields is provided in <a href="../reference/MBMEditor.html">MBM Editor</a>.</p>
cawthron
parents:
diff changeset
    35
	   <h5>Related concepts</h5>
cawthron
parents:
diff changeset
    36
	   <ul>
cawthron
parents:
diff changeset
    37
     <li><a href="../concepts/MBMDefWizard.html">MBM File</a> </li>
cawthron
parents:
diff changeset
    38
   </ul>
cawthron
parents:
diff changeset
    39
   <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
cawthron
parents:
diff changeset
    40
cawthron
parents:
diff changeset
    41
   </body>
cawthron
parents:
diff changeset
    42
   </html>
cawthron
parents:
diff changeset
    43