Languages

Menu
Sites
Language
Problem displaying some characters in EditField

Hello everyone,

 

I have made an EditField has 35 pixels height.

By the way, it has a problem to display some characters such as 'g', 'j', 'q', 'y'.

Below part of them aren't displayed.

I found the document for optimal  size of UI controls. (https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/ui/control_optimalsize.htm)

According to this document, minimum optimal height for EditField is 64.

EditField I made has smaller height than minimum optimal height.

Is this why this problem happens?

Responses

4 Replies
Alex Dem

Hi,
You could try reduce text size using EditField.SetTextSize (int size)
Alexey.

Junyeon Hwang

Hi Alex,

I have tried to reduce text size but same issue happens even thouth there is enough space to display.

Junyeon.

Alex Dem

Hi,
I have checked and I have got the same. Looks like height should be equal or greater than 64. SetMargin(EDIT_MARGIN_TYPE_VERTICAL,value) can't help too.
Alexey.

Junyeon Hwang

Hi Alexey,

Thank you for your effort.

I will leave a comment if I have a solution for this.

Junyeon.