Hi all, following the varoius guides, i managed to create a popup with an Entry object in it, to grap the input.
The only problem is that i’m not able to give the focus to the entry, so when the popup appear with the keyboard, the user can enter directly its input without having to tap on the Entry object first.
I tried also to move the elm_object_focus_set and elm_cursor_end_set before the show (i moved it after, because i read the focus has to be set after the object has shown).
Entry on popup focus
Hi all, following the varoius guides, i managed to create a popup with an Entry object in it, to grap the input.
The only problem is that i’m not able to give the focus to the entry, so when the popup appear with the keyboard, the user can enter directly its input without having to tap on the Entry object first.
This is the code i used:
What i’m doing wrong?
I tried also to move the elm_object_focus_set and elm_cursor_end_set before the show (i moved it after, because i read the focus has to be set after the object has shown).
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio