DictionaryForMids Forum

Admins & Developer => General discussions => Topic started by: krushnaji on 28. January 2011, 15:05:22

Title: how to change background colour?
Post by: krushnaji on 28. January 2011, 15:05:22
DFM have default blue coloured index for searching words which is not visible with black coloured theme background .
.i want to change background colour of DFM to make visible blue coloured font . how to do that task...........
Title: Re: how to change background colour?
Post by: Gert on 29. January 2011, 06:52:04
There is the property "backgroundColour" which can be set to an RGB value (e..g.  0,128,128) or to the string "backgroundColourDefault". At least the Java ME version implements that property.
Title: Re: how to change background colour?
Post by: krushnaji on 01. February 2011, 09:27:23
i set background colour property but i doesn't work on cell phone ......
ok...
how to change default colour of strings , when coloured display is deactivated.
also how to remove underline ?
Title: Re: how to change background colour?
Post by: Gert on 01. February 2011, 10:16:14
Read http://dictionarymid.sourceforge.net/newdictContent.html (http://dictionarymid.sourceforge.net/newdictContent.html).

Colours only work when you have activated the 'coloured display' in the Settings dialogue.

Regards,
Gert
Title: Re: how to change background colour?
Post by: krushnaji on 04. February 2011, 06:33:53
how to make translation listing as a default setting in DFM.
Title: Re: how to change background colour?
Post by: Gert on 04. February 2011, 06:44:40
The user settings from the Settings dialogue are automatically saved and used for the future.

Gert
Title: Re: how to change background colour?
Post by: krushnaji on 04. February 2011, 10:47:51
but when we transfer .jar file from one pc to other , settings get changed.
Title: Re: how to change background colour?
Post by: Gert on 04. February 2011, 15:18:44
Yes.
Title: Re: how to change background colour?
Post by: Gert on 05. February 2011, 05:43:02
Of course, the default settings could be changed in the source code to your preference.
Title: Re: how to change background colour?
Post by: krushnaji on 06. February 2011, 10:36:51
how to do that? plz tell me.........
suppose i want unchecked coloured  display (DFM activate coloured display by default)instead of checked coloured display.........
i decoded DFM through linux ubuntu and opened den folder coding ........
but i didnt know which function works for coloured display ..............
Title: Re: how to change background colour?
Post by: Gert on 06. February 2011, 17:21:14
You need to know Java programming; you find further information on DfM development here: http://dictionarymid.sourceforge.net/development.html (http://dictionarymid.sourceforge.net/development.html)

Gert
Title: Re: how to change background colour?
Post by: krushnaji on 06. February 2011, 17:54:02
thanks