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

Messages - lordtrancos

#1
Problems / Re: "use bitmap font" doesn't work
11. February 2008, 20:31:09
When "use bitmap font" is used, each entry found is displayed on an object know as CustomItem, instead of ListItem (or something like) that it's the default kind of object to display an item from a list.

CustomItem allows developer to paint itself the object instead of using default painting. So, that's why CustomItems are used when bitmap font are used.

My knowledge of j2me isn't great, so i don't known how to fix it. One way would be to use another kind of CustomObject instead of CustomItem, but i don't know if there's such thing, and how it would affect the behaviour of the application.

Another way would be not using forms and using a simple canvas (like games do), but that would need a lot of changes on the display stuff.

It's a bug on k610 (and others), so i can ask for a big workaround just to make my mobile do what it is supposed to do. So I might make a dirty-coding and private version of DictionaryForMIDs just for my sake if there's no way to use an easy workaround.

(sorry for my english)
#3
Problems / Re: "use bitmap font" doesn't work
09. February 2008, 23:33:58
fine. i'll check the repository.

hope i'll find something about. :-)
#4
Problems / Re: "use bitmap font" doesn't work
09. February 2008, 21:06:48
same problem here with same phone.

i might help. i've developed some j2me apps like http://suiteki.sourceforge.net

but, won't like to waste my time if its already fixed. :)
is it? if not... which is the source used to build
DictionaryForMIDs_3.1.2_EngJpnEDICT.zip ?

it's DictionaryForMIDs_3.1.1_source.zip ?