core/com.nokia.carbide.cpp.doc.user/html/tasks/Multi-BitmapFile.html
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 987 77469bd2d10b
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
<title>Creating an MBM File in Modifying Resources</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
   <body>
<h2>Creating an MBM File</h2>
<p>
		Symbian OS programs typically store bitmaps for application icons or
		other purposes in the Symbian OS multi-bitmap (MBM) file format, as described
		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>
	 <div class="step">
	   <h4>
		  To create an MBM file</h4>
   </div>
	 <ol> 
		<li> 
		 In the <a href="../reference/view_sym_proj_nav.htm">Symbian Project Navigato</a>r view double-click  a .mmp file (Figure 1) to open the <b>MMP Editor</b> (Figure 2).
	      <p align="center"><img src="projects/images/AIF_editor_mmp_symprojnav.png" width="271" height="261" /></p>
		   <p align="center" class="figure">Figure 1- MMP File </p>
	   </li>
       <li>
       In the <b>Sources</b> tab under the <b>Resources</b> group, select <b>Bitmaps</b> </li>

	    <p align="center"><img src="projects/images/mmpeditor_addbitmap.png" width="581" height="383" /></p>
	 <p align="center" class="figure">Figure 2 - MMP Editor</p>
	 <li>Click <b>Add</b> to display the <b>Edit MBM Contents</b> window (Figure 3)</li>
 
	 <p align="center"><img src="projects/images/MBM_editor.png" width="900" height="600" /></p>
	 <p class="figure">Figure 3 - MBM Editor  </p>
	 <p>You can now use the MBM Editor to add bitmaps, with and without masks, to the MBM file.</p>
    <li>Enter a name for the mbm file in the <b>Target file</b> text box.</li>
	<li>Add bitmap files to the editor by using the <b>Add From Project</b> or <b>Add From Filesystem</b> buttons.</li>
    </ol>
	   <p>Additional information for the MBM editor fields is provided in <a href="../reference/MBMEditor.html">MBM Editor</a>.</p>
	   <h5>Related concepts</h5>
	   <ul>
     <li><a href="../concepts/MBMDefWizard.html">MBM File</a> </li>
   </ul>
   <div id="footer">Copyright &copy; 2010 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>

   </body>
   </html>