Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - mikezang

#1
I tried to show a UTF-8 text file using bitmap font on my device, the file is near about 100K, I found the speed is very slow, I checked the reason, it is due to read bitmap font files.

I want to know if it is possible to save bitmap font files in RecordStore?
#2
Problems / The simplest way to zoom bitmap font?
09. August 2009, 09:39:22
I am suing a 12px bitmap font, but my screen is 480x708, so that the font is to small, I want to know if there is the simplest way to zoom this bitmap font?

I tried to do it, but not yet successful, I might save some time if you can give some key information.
#3
I tried a the BitmapFontGenerator, I found that I have to select a dictionary for creating bitmap font, I want to know if I can create a bitmap font without any dictinary, just make all fonts from selected PC font?
#4
I want to know if there is a JavaDoc for DictionaryForMids?

Can you tell me What purpose is "class SelectionMode inside class StringColourItemTextPart" if there is no any JavaDoc.
#5
Problems / Does UI use bitmap font?
04. August 2009, 16:13:34
I want to know if the UI interface also use Bitmap font?

For example, show Chinese UI on Japanese device, is it possible?
#6
Problems / Error " input stream already opened"
04. August 2009, 04:39:41
I modified source for my device that sopports a special JSR75, now dictionary can be loaded, but no any translation is displayed, the error message is showed if I click translate button two times.
I have closed some InputStream what I found in sources, but I am not sure how to solve this one.
Can you help me?

<code>
de.kugihan.dictionaryformids.general.CouldNotOpenFileException: java.io.IOException: input stream already opened
   at de.kugihan.dictionaryformids.dataaccess.fileaccess.JSR75InputStreamAccess.getInputStream(+93)
   at de.kugihan.dictionaryformids.dataaccess.CsvFile.readCsvFileComplete(+19)
   at de.kugihan.dictionaryformids.dataaccess.CsvFile.<init>(+32)
   at de.kugihan.dictionaryformids.translation.Translation.searchTranslationForNormatedWord(+97)
   at de.kugihan.dictionaryformids.translation.Translation.getTranslationResult(+130)
   at de.kugihan.dictionaryformids.translation.TranslationThread.doTranslation(+79)
   at de.kugihan.dictionaryformids.translation.TranslationThread.run(+4)
</code>
#7
I am using a Sharp 932SH mobile phone, it doesn't support JSR75, but has another file access system, then the JSR file size has a 1M limitation, so that I have to use Loadable Dictionary.

My 1st Question is where I have to put dictionary file? and how to config it?  I try to use English - Chinese.

2nd question is where I can find more detail information about source, because I try to show Chinese text file in my Japanese mobile phone.

Thanks for your advise.

mikezang