* bugfix for pngfix issues on IE browser (background scale etc.)
[mdictionary] / faq.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5         <meta http-equiv="content-language" content="EN" />
6         <meta name="description" content="Home page for mDictionary project -
7                     mobile multilingual dictionary for maemo.org platform
8                     (previously known as a 'WhiteStork')" />
9         <meta name="keywords" content="mdictionary whitestork maemo n770
10                     n800 n810 dictionary xdxf stardict mobile linux comarch" />
11         <meta name="language" content="English" />
12         <meta name="owner" content="ComArch S.A." />
13         <meta name="copyright" content="ComArch, 2006-2007. All rights Reserved."/>
14
15         <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"></link>
16         <link rel="stylesheet" href="styles/main.css" type="text/css"></link>
17         <!--[if IE 6]>
18                 <link rel="stylesheet"
19                       type="text/css"
20                       href="styles/main_ie.css" ></link>
21
22                 <script src="scripts/pngfix.js" type="text/javascript"></script>
23         <![endif]-->
24         <script language="JavaScript" src="scripts/javascripts.js" ></script>
25
26         <title>
27                 mDictionary - multilingual dictionary for Maemo
28         </title>
29 </head>
30 <body>
31 <div id="webContainer">
32         <div id="topBar">
33                 <img src="images/mLogo_ie24.png" style="float:left;"></img>
34                 <a href="files/mdictionary.install"
35                    class="install">
36                         install
37                 </a>
38                 <div style="display:block;height:100px;">
39                         <p class="title">
40                                 mDictionary
41                         </p>
42                         <p class="description">
43                                 multilingual dictionary for <a href="http://www.maemo.org" target="_blank"><img align="top" border="0" src="images/maemo_logo.png" ></a>(N770, N800 &amp; N810)
44                         </p>
45                 </div>
46                 <div id="topBarLinks">
47                         <a href="index.html">Home</a>
48                         <a href="download.html">Download</a>
49                         <a href="howto.html">How to..</a>
50                         <a href="screen800.html">Screenshots</a>
51                         <a href="userguide.html">User Guide</a>
52                         <a href="faq.html" class="current">FAQ</a>
53                         <a href="devhowto.html">Development</a>
54                         <a href="contact.html">Contact</a>
55                 </div>
56
57         </div>
58         <div id="contentContainer">
59                 <h1 class="centered">Frequently Asked Questions ...</h1>
60 <div class="faq_question">
61         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
62         How to install mDictionary?
63         <div class="faq_answer">
64                 <p>To install mDictionary application follow the steps described in <a href="howto.html">"How to ..."</a> section.</p>
65         </div>
66 </div>
67
68 <div class="faq_question">
69         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
70         How to start using an application?
71         <div class="faq_answer">
72                 <p>To start using an application, open menu from Task Navigator, choose <i>Extra</i> submenu and tap on <i>mDictionary Dictionary</i>. Dictionary is ready to use!.<br>mDictionary is placed in <i>Extra</i> submenu by default. You can obviously choose a different location during instalation process.</p>
73         </div>
74 </div>
75
76 <div class="faq_question">
77         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
78         What dictionaries can be used?
79         <div class="faq_answer">
80                 <p>You can use a various kinds of dictionaries. If you want to use <b>XDXF</b> dictionary file just simply download a file, unpack it and copy into <u>the catalouge with the name of the dicionary</u>. It is strongly required if you want mDictionary to work properly. If you want to use <b>StarDict</b>, download a package with a dictionary, unpack all files and copy them into <u>the catalogue with the name of the dicionary</u>. There is also possibility to point a location of a dictionary, which is packed into <b>.tar.bz2 archive</b>. mDictionary will simply unpack it for you. <br>When you have a catalogue with a file(s) inside, open mDictionary and simply load a new dicionary file by using <i>Load Dictionary</i> from <i>Dictionaries</i> submenu.<br></p>
81         </div>
82 </div>
83
84 <div class="faq_question">
85         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
86         How can I load my own dictionary?
87         <div class="faq_answer">
88                 <p>To load your own dicionary file into mDictionary application, choose <i>Load Dictionary</i> from <i>Dictionaries</i> submenu. A dialog popup will appear. Point the location of the file with dicionary. If you are loading XDXF dictionary - choose a file with .xdxf extension. If you want to load StarDict - you can choose any file from a catalouge (.idx, .ifo, .idx.gz, .dict or .dict.gz extension). You can also choose .tar.bz2 file. <br />After you choose a correct file, there is a necessary to answer some question before start using dictionary. mDictionary will ask you if you want to start using a new dicionary from now and if you want to optimize a dictionary file (so that it should work faster).</p>
89         </div>
90 </div>
91
92 <div class="faq_question">
93         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
94         How to find a word?
95         <div class="faq_answer">
96                 <p>Just simply type a word into a find toolbar entry and tap a green arrow to start search. You can also choose <i>Find</i> from <i>Search</i> submenu in application menu<br>If you want to search a word, which is misunderstood in text from translation area, you can highlight it, use context menu and choose <i>Search</i>. mDictionary will search selected text for you.<br />
97                 If mDictionary did not find a word, which </p>
98         </div>
99 </div>
100
101 <div class="faq_question">
102         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
103         Which dicionaries are used when I perform a search?
104         <div class="faq_answer">
105                 <p>To check which dictionares are currently used by mDictionary, choose <i>Select dicionaries</i> from <i>Dictionaries</i> submenu. Dictionaries which are ticked, are currently in use. You can change it by selecting the different ones.</p>
106         </div>
107 </div>
108
109 <div class="faq_question">
110         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
111         I don't want to use one of the dicionaries anymore. Can I remove it?
112         <div class="faq_answer">
113                 <p>You can remove a dictionary from mDictionary by using <i>Remove Dictionary</i> item from <i>Dictionaries</i> submenu. If you remove a dictionary from an application, it is still kept on your device. It is removed only from mDictionary application!</p>
114         </div>
115 </div>
116
117 <!--<div class="faq_question">
118         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
119         Bookmarks have not been installed. What can I do?
120         <div class="faq_answer">
121                 <p>Probably you don't have sqlite library. Please, download libsqlite2.8 and install on your device. After that bookmarks should be unblocked in mDictionary. If you have problem with installing a package, try to use <a href="http://maemo.org/maemowiki/ApplicationManagerRedPillMode">red pill mode</a>.</p>
122         </div>
123 </div>-->
124
125 <div class="faq_question">
126         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
127         what does <i>Optimize dictionaries</i> mean?
128         <div class="faq_answer">
129                 <p>When you load a new dictionary file, you can optimize it, which means that a special cache file will be created and that makes a searching process work much faster. This option is available for XDXF dictionaries. When enabling opimialization for StarDict files, it is unuseful. If you load a new dictionary and not optmize it, you can do this anytime, by choosig <i>Optimize dictionaries</i> from <i>Dictionaries</i> submenu.</p>
130         </div>
131 </div>
132
133 <div class="faq_question">
134         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
135         How to add a bookmark?
136         <div class="faq_answer">
137                 <p>To add a word to the bookmarks, select it from the words list and choose <i>Add bookmark</i> from <i>Bookmarks</i> submenu or from sensitive context menu.</p>
138         </div>
139 </div>
140
141 <div class="faq_question">
142         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
143         Is it possible to browse bookmarks?
144         <div class="faq_answer">
145                 <p>Yes. When you choose <i>Open bookmarks</i> from <i>Bookmarks</i> submenu, application will switch into a bookmarks mode. Than you can browse bookmarks. If you perform a searching process, you will see words which have been found only. if you want to reload list of all words from bookmarks, simply type * (asteriks) into a find toolbar entry and start search. <u>This query works also with other dictionaries!</u>.<br>If you want to leave bookmark mode choose <i>Close bookmark</i> brom <i>Boomarks</i> menu.</p>
146         </div>
147 </div>
148
149 <div class="faq_question">
150         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
151         Can I remove a word from bookmarks?
152         <div class="faq_answer">
153                 <p>To remove a word from bookmark you have to switch mDictionary into bookmarks mode. Than select a word from words list which you would like to remove and choose <i>Remove bookmark</i> from <i>Bookmarks</i> submenu.</p>
154         </div>
155 </div>
156
157 <!--<div class="faq_question">
158         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
159         I want to add bookmark, but menu <i>Bookmarks</i> is dimmed. What can I do?
160         <div class="faq_answer">
161                 <p>Probably bookmarks have not been installed on your device due to dependencies. Go to the <b>bookmarks have not been installed. What can I do?</b> question and follow the steps.</p>
162         </div>
163 </div>-->
164
165 <div class="faq_question">
166         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
167         I want to upgrade my mDictionary. Is there possibility to save my bookmarks?
168         <div class="faq_answer">
169                 <p>If you have installed mDictionary 0.6 and you want to upgrade it to version 1.0 (or above) please follow the steps:</p>
170                 <ol>
171                         <li> <u>Before</u> you install new version of mDictionary (1.0 or above) download <a href="https://garage.maemo.org/frs/?group_id=58&release_id=501">bmconverter tool</a> and install it.
172                         </li>
173                         <li><u>CLOSE YOUR mDictionary</u>.
174                                         Run bookmark converter tool and click <i>Export</i> button. If everything goes well, you will see a confirmation dialog window.
175                         </li>
176                         <li>Install new version (1.0 or above) of mDictionary.
177                         </li>
178                         <li>Run <a href="https://garage.maemo.org/frs/?group_id=58&release_id=501">bmconverter tool</a> again. Remember that during convertion your <u>mDictionary HAS TO BE CLOSED</u>
179                         </li>
180                         <li>Click <i>Import</i> button. If your bookmarks have been imported correctly, you will see a confirmation dialog.
181                         </li>
182                         <li>
183                                 Run mDictionary. Bookmarks has been imported. You can enjoy the application now.
184                         </li>
185                 <ol>
186         </div>
187 </div>
188
189 <div class="faq_question">
190         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
191         I found a word and I need a translation in another application? Is it possible to copy it?
192         <div class="faq_answer">
193                 <p>Yes. Just simply select text which you want to copy and choose <i>Copy</i> from <i>Edit</i> submenu in application menu or in context sensitive menu.</p>
194         </div>
195 </div>
196
197 <div class="faq_question">
198         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
199         Can I paste a word into toolbar from a clipboard?
200         <div class="faq_answer">
201                 <p>Yes. If you want to paste a text from the clipboard into a find toolbar entry choose <i>Paste</i> from <i>Edit</i> submenu in application menu or in context sensitive menu.</p>
202         </div>
203 </div>
204
205 <div class="faq_question">
206         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
207         Is it possible to select whole text from translation area?
208         <div class="faq_answer">
209                 <p>To select whole text from translation area choose <i>Select All</i> option from <i>Edit</i> submenu in application menu or in context sensitive menu.</p>
210         </div>
211 </div>
212
213 <div class="faq_question">
214         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
215         Can I hide words list?
216         <div class="faq_answer">
217                 <p>Yes. If you want to hide words list click a green arrow in a left corner or choose <i>Hide words list</i> from <i>View</i> submenu in application menu.</p>
218         </div>
219 </div>
220
221 <div class="faq_question">
222         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
223         Letters in translation area are to small. Can I zoom in them?
224         <div class="faq_answer">
225                 <p>There is possibility to zoom in or out text in translation area. You can do this by choosing <i>Zoom in</i> or <i>Zoom out</i> from <i>View</i> submenu or context sensitive menu. You can also use hardware keys, placed on your device.</p>
226         </div>
227 </div>
228
229 <div class="faq_question">
230         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
231         Can I use mDictionary in fullscreen mode?
232         <div class="faq_answer">
233                 <p>Yes. To switch into fullscreen mode choose <i>Fulscreen</i> from <i>View</i> submenu or use hardware keys.</p>
234         </div>
235 </div>
236
237 <div class="faq_question">
238         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
239         How to browse a word history?
240         <div class="faq_answer">
241                 <p>If you want to browse history you can use arrows placed on a find toolbar. There are forward and back option, just like in a web browser. You can also use <i>Find next</i> or <i>Find previous</i> from <i>Search</i> submenu. If there are no words in the history (either before the current position, or after), a proper arrow is dimmed.</p>
242         </div>
243 </div>
244
245 <div class="faq_question">
246         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
247         Can I stop a searching process if it takes too long?
248         <div class="faq_answer">
249                 <p>Yes. There is a stop button on the find toolbar. You can also use <i>Stop</i> command from <i>Search</i> submenu.</p>
250         </div>
251 </div>
252
253 <div class="faq_question">
254         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
255         Where can I find more details about mDictionary?
256         <div class="faq_answer">
257                 <p>You can click <i>About</i> in application menu. If you are looking for more details, you can always visit <a href="http://mdictionary.garage.maemo.org/" target=blank>mDictionary website</a> or see <a href="https://garage.maemo.org/projects/mdictionary/" target=blank>mDictionary project</a> on <a href="https://garage.maemo.org/">garage.maemo.org.</a></p>
258         </div>
259 </div>
260
261 <div class="faq_question">
262         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
263         How to highlight some text so that it will be possible to copy it to the clipboard?
264         <div class="faq_answer">
265                 <p>To select (highlight) some text from the translation area just double tap on the word which you want to select or use double tap and drag to highlight more words.</p>
266         </div>
267 </div>
268
269 <div class="faq_question">
270         <div class="faq_switcher" onClick="javascript:faq_switcher(this);"></div>
271         Is it possible to search highlighted text?
272         <div class="faq_answer">
273                 <p>Yes. Select word (text) from translation area and choose <i>Search</i> option from context sensitive menu.</p>
274         </div>
275 </div>
276
277         <div id="footer">
278                         <p>Copyright &copy; 2006 - 2007 ComArch S.A.</p>
279                         <br>
280                         <a href="http://www.comarch.com"><img src="images/comarch.png"
281                              alt="ComArch Information Technology"
282                              width="150px"
283                              height="36px"
284                                  border="0"
285                                  >
286                         </a>
287                 </div>
288         </div>
289 </div>
290 <br>
291 </body>
292 </html>