|
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
2 <!-- Generated by Xbuild version: 5.0.20 --> |
|
3 <head> |
|
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
5 <meta name="show-comments" content="" /> |
|
6 <title>Troubleshooting in Reference</title> |
|
7 <link href="..../_stock/css/reset.css" rel="stylesheet" type="text/css" /> |
|
8 <link href="../../_stock/css/portal.css" rel="stylesheet" type="text/css" /> |
|
9 <link href="../../_stock/css/iefix.css" rel="stylesheet" type="text/css" /> |
|
10 <link href="../../_stock/css/ui.tabs.css" rel="stylesheet" type="text/css" /> |
|
11 <link href="../../_stock/css/developer.css" rel="stylesheet" type="text/css" /> |
|
12 <link rel="stylesheet" type="text/css" href="../../_stock/css/ui.css" media="screen" /> |
|
13 <link rel="stylesheet" type="text/css" href="../../_stock/css/sysdoc.css" media="screen" /> |
|
14 <link rel="stylesheet" type="text/css" href="../../_stock/css/sdlplugin.css" media="screen" /> |
|
15 </head> |
|
16 <body> |
|
17 <div id="main_content"> |
|
18 <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
|
19 <tr> |
|
20 <td valign="top" width="100%"> |
|
21 <div id="main_content_txt"> |
|
22 <div class="main_content_padding"> |
|
23 <div id="main"> |
|
24 <div id="authoredContent"> |
|
25 <div class="section"> |
|
26 <a name="smm%2etroubleshooting"></a><h1>Troubleshooting</h1><p> |
|
27 This page contains possible solutions to the common problems that you may |
|
28 encounter while using System Model Manager (SMM). |
|
29 </p><table class="TableWrap" border="1" cellpadding="1" cellspacing="0"><tr valign="top"><td class="Cell"> |
|
30 <p> |
|
31 <b>Common Problems</b> |
|
32 </p></td><td class="Cell"> |
|
33 <p> |
|
34 <b>Possible Solutions</b> |
|
35 </p></td></tr><tr valign="top"><td class="Cell"> |
|
36 <p> |
|
37 The SVG viewer displays a square instead of a unicode character. |
|
38 </p></td><td class="Cell"> |
|
39 <p> |
|
40 This indicates that the font used does not contain the unicode |
|
41 character, and you must use another font that contains the unicode character. |
|
42 </p> |
|
43 <p> |
|
44 To change the font, edit the shapes XML file that you have added to |
|
45 the project and add font information to it. For example, the following |
|
46 information in the shapes XML file specifies 'Arial Unicode MS' as font for the |
|
47 text in the system model diagram: |
|
48 </p> |
|
49 <div class="Example"><code class="xml"><?xml version="1.0"?><br><shapes xmlns:s="http://www.w3.org/2000/svg"> |
|
50 <div class="indent"><s:defs><div class="indent"> <s:style type="text/css"> |
|
51 <div class="indent"> text {font-family: "<strong>Arial Unicode MS</strong>"!important}</div> </s:style></div></s:defs><br/>…</div></shapes></code></div> |
|
52 <p> |
|
53 <b>Note:</b> If you are using the default shapes, create a |
|
54 copy of the <code class="filename">shapes.xml</code> or <code class="filename">fshapes.xml</code> file available under the |
|
55 <code class="filename"><var>SystemModelGenerator</var>\rsc</code> |
|
56 directory and then edit the file. |
|
57 </p></td></tr><tr valign="top"><td class="Cell"> |
|
58 <p> |
|
59 When zoomed in and mousing-over a component to see the |
|
60 dependencies, far ends of the arrow are not visible. |
|
61 </p> |
|
62 <p> |
|
63 If you zoom out to see the whole line, there is not enough detail |
|
64 to read the text. |
|
65 </p></td><td class="Cell"> |
|
66 <p> |
|
67 In order to get the arrows to stay visible, perform the following |
|
68 steps: |
|
69 </p> |
|
70 |
|
71 <ol> |
|
72 <li> |
|
73 |
|
74 <p> |
|
75 Mouse-over the component to view the dependencies. |
|
76 </p> |
|
77 </li> |
|
78 |
|
79 <li> |
|
80 |
|
81 <p> |
|
82 Keep the mouse over the component, select the component text ( |
|
83 left-click and drag the pointer over the text) and drag the pointer out of the |
|
84 component (with the left mouse button still down). |
|
85 </p> |
|
86 </li> |
|
87 |
|
88 <li> |
|
89 |
|
90 <p> |
|
91 Release the mouse button and the dependencies arrows remain |
|
92 visible until you next mouse-over and leave the component. |
|
93 </p> |
|
94 </li> |
|
95 |
|
96 </ol> |
|
97 |
|
98 </td></tr><tr valign="top"><td class="Cell"> |
|
99 <p> |
|
100 System Model Manager displayes warnings about a collection with no |
|
101 level when building a system model. |
|
102 </p></td><td class="Cell"> |
|
103 <p> |
|
104 This implies that you may have accidently left out a level. A |
|
105 collection with no level is acceptable if its parent block and layer have no |
|
106 levels defined. If there are defined levels, System Model Generator |
|
107 automatically creates a new unnamed level on top to put all collections with no |
|
108 levels. |
|
109 </p></td></tr></table><div class="section"> |
|
110 <h2> See also</h2><ul> |
|
111 <li> |
|
112 |
|
113 <p> |
|
114 <a href="smmperspective-ref.html#smm%2eperspective%2eref" title="The System Model Manager perspective enables you to create and manage a system model project.">System Model Manager Perspective</a> |
|
115 </p> |
|
116 </li> |
|
117 |
|
118 <li> |
|
119 |
|
120 <p> |
|
121 <a href="projectproperties.ref.html#smm%2eproject%2eproperties%2eref" title="The Properties dialog box enables you to view and change the properties of a system model project.">System Model Manager Project Properties</a> |
|
122 </p> |
|
123 </li> |
|
124 |
|
125 <li> |
|
126 |
|
127 <p> |
|
128 <a href="smm_preferences_ref.html#smm%2epreferences%2eref" title="The System Model Manager preferences enable you to specify the default settings for all the new system model projects.">System Model Manager Preferences</a> |
|
129 </p> |
|
130 </li> |
|
131 |
|
132 </ul></div> |
|
133 </div> |
|
134 |
|
135 </div> |
|
136 <div id="printer_copyright"> |
|
137 <div id="printer_copyright_padding"> |
|
138 Copyright ©2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a> |
|
139 </div> |
|
140 </div> |
|
141 </div> |
|
142 </div> |
|
143 </div> |
|
144 </td> |
|
145 </tr> |
|
146 </table> |
|
147 <div style="clear: both"></div> |
|
148 </div> |
|
149 <div id="includedFooter"> |
|
150 <div id="devnet_footer"> |
|
151 <div style="float: left;">Copyright ©2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>. </div> |
|
152 <div id='BUILD_VERSION'></div> |
|
153 </div> |
|
154 </div> |
|
155 </body> |
|
156 </html> |